nested_attributes_validator 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36dcdf83db4cf99946d9358c90098a23f9f20b1a
4
- data.tar.gz: c80b9157145643f6b3917673db1fd89f98320d84
3
+ metadata.gz: 4605abfb06b28df81eb70e12e716fb4680bf4fba
4
+ data.tar.gz: 09f7a907aaece1834358b09b67f97842d569edbf
5
5
  SHA512:
6
- metadata.gz: b4f0bc8d50fa61d0343c131c410070928f090b2d5957edc4b2cbb969ad4834cfd9ade168d5e009d9ce909c824cfad5490d939961ea24723a7876012871a099d6
7
- data.tar.gz: 25fdc36ab808e44e431ae3dd54ab3a79835f13337b2c13b97872c7c7f03ee0689a6ec3c2250dd4a047dc4d01d7e7cc10f84b4bf15a80d77d4877567228e876c0
6
+ metadata.gz: 07e2ded957b85eee9cbf646b944f9722d2df59e907d11bdbf00bd8eba15333fe29fae44a5c856acc07d1734c4cfaba21c0cd081f37ec7229b3e119ac7853bca2
7
+ data.tar.gz: 01ae1fbfbfd53b7a9293b2679c4a872c7b7b8a738073981185cd95dcd3d0998a87be7b7c5b2b10a1433f094c568a482aacdf27c0e47dc21728b70d4753101b53
@@ -1,3 +1,3 @@
1
1
  module NestedAttributesValidator
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Nested Attributes Validation Collection for Rails}
13
13
  spec.description = %q{Nested Attributes Validation Collection for Rails}
14
- spec.homepage = "https://github.com/Kta-M/nested_form_validator"
14
+ spec.homepage = "https://github.com/Kta-M/nested_attributes_validator"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nested_attributes_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kta-M
@@ -117,7 +117,7 @@ files:
117
117
  - lib/nested_attributes_validator/nested_attributes_validator_util.rb
118
118
  - lib/nested_attributes_validator/version.rb
119
119
  - nested_attributes_validator.gemspec
120
- homepage: https://github.com/Kta-M/nested_form_validator
120
+ homepage: https://github.com/Kta-M/nested_attributes_validator
121
121
  licenses:
122
122
  - MIT
123
123
  metadata: {}