subset_validator 0.3.0 → 0.3.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/README.rdoc +1 -1
- data/VERSION +1 -1
- data/subset_validator.gemspec +1 -1
- 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.
|
|
1
|
+
0.3.1
|
data/subset_validator.gemspec
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
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:
|
|
176
|
+
hash: 825121585
|
|
177
177
|
segments:
|
|
178
178
|
- 0
|
|
179
179
|
version: "0"
|