subset_validator 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/VERSION +1 -1
  3. data/subset_validator.gemspec +1 -1
  4. metadata +3 -3
data/README.rdoc CHANGED
@@ -10,7 +10,7 @@ In other words, check that an array is a subset of another array, a hash is a su
10
10
 
11
11
  == Usage Example
12
12
 
13
- Say you have a User model, and each user can multiple roles, like this:
13
+ Say you have a User model, and each user can have multiple roles, like this:
14
14
  class User
15
15
  attr_accessor :roles
16
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{subset_validator}
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nick Hoffman"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nick Hoffman
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  requirements:
174
174
  - - ">="
175
175
  - !ruby/object:Gem::Version
176
- hash: -489382847
176
+ hash: 825121585
177
177
  segments:
178
178
  - 0
179
179
  version: "0"