weighted_randomizer 0.1.0 → 0.1.1

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/Changes.md CHANGED
@@ -1,3 +1,4 @@
1
- 0.1.0
1
+ 0.1.1
2
2
  -----------
3
3
  - Initial release
4
+
data/LICENSE CHANGED
@@ -1,5 +1,3 @@
1
- Copyright (c) 2012 Ryan LeCompte
2
-
3
1
  MIT License
4
2
 
5
3
  Permission is hereby granted, free of charge, to any person obtaining
@@ -8,7 +8,7 @@
8
8
  #
9
9
  # @note Mostly adapted from recipe 5.11 from the Ruby Cookbook.
10
10
  class WeightedRandomizer
11
- VERSION = '0.1.0'
11
+ VERSION = '0.1.1'
12
12
 
13
13
  # Creates a new instance.
14
14
  #
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.0
4
+ version: 0.1.1
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: -345244177172627536
94
+ hash: -476668141935745466
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: -345244177172627536
103
+ hash: -476668141935745466
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.23