Skip to content

Commit

Permalink
Merge pull request #48 from Ana06/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
Ana06 authored Aug 29, 2018
2 parents 2875f63 + 58e60e0 commit 2e8724f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ All notable changes to rantly will be documented in this file. The curated log b

This project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.0](https://github.com/abargnesi/rantly/compare/1.1.0...1.2.0) - 2018-08-29
### New features
- Allow to generate floats using Gaussian distribution
- [Issue #29](https://github.com/rantly-rb/rantly/issues/29)
- thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] and [Víctor Gallego][Víctor Gallego]
### Bug fixes
- `NoMethodError` - undefined method `retry?` - when a test using `dict` fails
- [Issue #39](https://github.com/rantly-rb/rantly/issues/39)
- thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
### Changes
- Correct typo in _Too many tries_ message
- thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]


## [1.1.0][1.1.0] - 2017-04-18
### Improved
- Include failed example and number of example run in failure message.
Expand Down Expand Up @@ -44,3 +58,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[Jamie English]: https://github.com/english
[Oleksii Fedorov]: https://github.com/waterlink
[Ana María Martínez Gómez]: https://github.com/Ana06
[Víctor Gallego]: https://github.com/vicgalle
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:build:
:major: 1
:minor: 1
:minor: 2
:patch: 0
9 changes: 5 additions & 4 deletions rantly.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Gem::Specification.new do |s|
s.name = "rantly"
s.summary = "Ruby Imperative Random Data Generator and Quickcheck"
s.homepage = "https://github.com/abargnesi/rantly"
s.version = "1.1.0"
s.homepage = "https://github.com/rantly-rb/rantly"
s.version = "1.2.0"
s.license = "MIT"
s.require_paths = ["lib"]
s.authors = ["Howard Yeh", "Anthony Bargnesi", "Eric Bischoff"]
s.email = ["[email protected]", "[email protected]", "[email protected]"]
s.authors = ["Ana María Martínez Gómez", "Howard Yeh", "Anthony Bargnesi", "Eric Bischoff"]
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]
s.extra_rdoc_files = [
"LICENSE",
"README.textile",
Expand Down

0 comments on commit 2e8724f

Please sign in to comment.