Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1cd12bc

Browse files
authored
Merge pull request#73 from Ana06/2-0-0
Prepare version 2.0.0
2 parentsd7fffdc +ea0a97f commit1cd12bc

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

‎CHANGELOG.md‎

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,30 @@ All notable changes to rantly will be documented in this file. The curated log b
33

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

6-
##[Master](https://github.com/rantly-rb/rantly/compare/1.2.0...master) (unreleased)
6+
##[Master](https://github.com/rantly-rb/rantly/compare/2.0.0...master) (unreleased)
7+
8+
###New features
9+
10+
###Bug fixes
11+
712
###Changes
8-
- Add support for float ranges to`range` generator & return`nil` for invalid ranges
13+
14+
15+
##[2.0.0](https://github.com/rantly-rb/rantly/compare/1.2.0...2.0.0) - 2019-01-08
16+
17+
###New features
18+
- Add support for float ranges to`range` generator
19+
-[Issue#60](https://github.com/rantly-rb/rantly/issues/60)
20+
- thanks[Trevor Brown][Trevor Brown]
21+
22+
###Bug fixes
23+
-`range` generator returns`nil` for invalid ranges
924
-[Issue#60](https://github.com/rantly-rb/rantly/issues/60)
10-
- thanks[Trevor Brown][Trevor Brown] and[Ana María Martínez Gómez][Ana María Martínez Gómez]
25+
- thanks[Ana María Martínez Gómez][Ana María Martínez Gómez]
1126
-`choose` generator returns`nil` when no values are given
1227
- thanks[Ana María Martínez Gómez][Ana María Martínez Gómez]
28+
29+
###Changes
1330
- Only support for Ruby >= 2.4 and JRuby >= 9.2
1431
-[Issue#42](https://github.com/rantly-rb/rantly/issues/42) and[issue#37](https://github.com/rantly-rb/rantly/issues/37)
1532
- Do not render all shrinking levels, only the failing case and the minimal failed data.

‎VERSION.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:build:
3-
:major:1
4-
:minor:2
3+
:major:2
4+
:minor:0
55
:patch:0

‎rantly.gemspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.name='rantly'
33
s.summary='Ruby Imperative Random Data Generator and Quickcheck'
44
s.homepage='https://github.com/rantly-rb/rantly'
5-
s.version='1.2.0'
5+
s.version='2.0.0'
66
s.license='MIT'
77
s.require_paths=['lib']
88
s.authors=['Ana María Martínez Gómez','Howard Yeh','Anthony Bargnesi','Eric Bischoff']

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp