games_dice 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +6 -0
  2. data/lib/games_dice/version.rb +1 -1
  3. metadata +3 -3
@@ -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
@@ -1,3 +1,3 @@
1
1
  module GamesDice
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
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.8
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: 4486838003822106921
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: 4486838003822106921
213
+ hash: -3597732090146629653
214
214
  requirements: []
215
215
  rubyforge_project:
216
216
  rubygems_version: 1.8.24