games_dice 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +6 -0
- data/lib/games_dice/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# GamesDice Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.9
|
|
4
|
+
|
|
5
|
+
* New methods for inspecting and iterating over potential values in GamesDice::Die
|
|
6
|
+
* Code metric integration and badges for github
|
|
7
|
+
* Non-functional changes to improve code quality metrics on CodeClimate
|
|
8
|
+
|
|
3
9
|
## 0.3.7
|
|
4
10
|
|
|
5
11
|
* Compatibility between pure Ruby and native extension code when handling bad method params
|
data/lib/games_dice/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: games_dice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -201,7 +201,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
201
201
|
version: '0'
|
|
202
202
|
segments:
|
|
203
203
|
- 0
|
|
204
|
-
hash:
|
|
204
|
+
hash: -3597732090146629653
|
|
205
205
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
206
206
|
none: false
|
|
207
207
|
requirements:
|
|
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
210
210
|
version: '0'
|
|
211
211
|
segments:
|
|
212
212
|
- 0
|
|
213
|
-
hash:
|
|
213
|
+
hash: -3597732090146629653
|
|
214
214
|
requirements: []
|
|
215
215
|
rubyforge_project:
|
|
216
216
|
rubygems_version: 1.8.24
|