weighted_randomizer 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Changes.md +1 -1
- data/README.md +0 -6
- data/lib/weighted_randomizer.rb +1 -1
- metadata +3 -3
data/Changes.md
CHANGED
data/README.md
CHANGED
@@ -39,12 +39,6 @@ Using this gem is as simple as the following:
|
|
39
39
|
|
40
40
|
Please see LICENSE for licensing details.
|
41
41
|
|
42
|
-
## Author
|
43
|
-
|
44
|
-
Ryan LeCompte
|
45
|
-
|
46
|
-
[@ryanlecompte](https://twitter.com/ryanlecompte)
|
47
|
-
|
48
42
|
## Acknowledgements
|
49
43
|
|
50
44
|
The core of this gem was graciously based on recipe 5.11 from the
|
data/lib/weighted_randomizer.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: weighted_randomizer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
91
91
|
version: '0'
|
92
92
|
segments:
|
93
93
|
- 0
|
94
|
-
hash:
|
94
|
+
hash: 3125505450447759512
|
95
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
96
96
|
none: false
|
97
97
|
requirements:
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
version: '0'
|
101
101
|
segments:
|
102
102
|
- 0
|
103
|
-
hash:
|
103
|
+
hash: 3125505450447759512
|
104
104
|
requirements: []
|
105
105
|
rubyforge_project:
|
106
106
|
rubygems_version: 1.8.23
|