unique_nested_validator 1.0.0 → 1.0.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.
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = UniqueNested::VERSION
|
9
9
|
spec.authors = ["Estevan Vedovelli"]
|
10
10
|
spec.email = ["evedovelli@gmail.com"]
|
11
|
-
spec.description = %q{This validator allows you to verify nested models created with nested forms to validate the uniqueness of an attribute, More details in http://github.com/
|
11
|
+
spec.description = %q{This validator allows you to verify nested models created with nested forms to validate the uniqueness of an attribute, More details in http://github.com/evedovelli/unique_nested_validator}
|
12
12
|
spec.summary = %q{A validator for warranting the uniqueness of nested model attributes}
|
13
|
-
spec.homepage = "http://github.com/
|
13
|
+
spec.homepage = "http://github.com/evedovelli/unique_nested_validator"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unique_nested_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -92,7 +92,7 @@ dependencies:
|
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '0'
|
94
94
|
description: This validator allows you to verify nested models created with nested
|
95
|
-
forms to validate the uniqueness of an attribute, More details in http://github.com/
|
95
|
+
forms to validate the uniqueness of an attribute, More details in http://github.com/evedovelli/unique_nested_validator
|
96
96
|
email:
|
97
97
|
- evedovelli@gmail.com
|
98
98
|
executables: []
|
@@ -110,7 +110,7 @@ files:
|
|
110
110
|
- spec/unique_nested_validator_spec.rb
|
111
111
|
- tasks/rspec.rake
|
112
112
|
- unique_nested_validator.gemspec
|
113
|
-
homepage: http://github.com/
|
113
|
+
homepage: http://github.com/evedovelli/unique_nested_validator
|
114
114
|
licenses:
|
115
115
|
- MIT
|
116
116
|
post_install_message:
|
@@ -125,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
125
125
|
version: '0'
|
126
126
|
segments:
|
127
127
|
- 0
|
128
|
-
hash:
|
128
|
+
hash: 404727057
|
129
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
130
130
|
none: false
|
131
131
|
requirements:
|
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
version: '0'
|
135
135
|
segments:
|
136
136
|
- 0
|
137
|
-
hash:
|
137
|
+
hash: 404727057
|
138
138
|
requirements: []
|
139
139
|
rubyforge_project:
|
140
140
|
rubygems_version: 1.8.24
|