angular_form_validation 0.1.5 → 0.1.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11725886ca6e27c1f606d828fc40473dda03846c
|
|
4
|
+
data.tar.gz: 166942396caca2d814e75eb501334f368015c718
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d9edf93356387e8edbf171a3217eac0911b1c4e86314bb756f6ef2f072410b40c2ea9708ef58c411bfb8d9c870b6bb39f5a23faede69aca4ecae3bdf4aabde6
|
|
7
|
+
data.tar.gz: 39a0fb9eeccc812d46b15e2f8ff8d1e993d5307e604d3031c4459dad748a6a9e3aa864f20456d3e4359f7658fe6f47619d65f617cf6f1fb15bbc3f5595453fb3
|
|
Binary file
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["olivier@nimbl3.com"]
|
|
11
11
|
spec.summary = "Implement easily angular validation via form_form and form_tag helpers"
|
|
12
12
|
spec.description = ""
|
|
13
|
-
spec.homepage = "
|
|
13
|
+
spec.homepage = "https://github.com/nimbl3/angular-form-validation"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: angular_form_validation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Olivier Robert
|
|
@@ -51,6 +51,7 @@ files:
|
|
|
51
51
|
- LICENSE.txt
|
|
52
52
|
- README.md
|
|
53
53
|
- Rakefile
|
|
54
|
+
- angular_form_validation-0.1.5.gem
|
|
54
55
|
- angular_form_validation.gemspec
|
|
55
56
|
- lib/angular_form_validation.rb
|
|
56
57
|
- lib/angular_form_validation/form/builder.rb
|
|
@@ -58,7 +59,7 @@ files:
|
|
|
58
59
|
- lib/angular_form_validation/helpers/form_tag.rb
|
|
59
60
|
- lib/angular_form_validation/railtie.rb
|
|
60
61
|
- lib/angular_form_validation/version.rb
|
|
61
|
-
homepage:
|
|
62
|
+
homepage: https://github.com/nimbl3/angular-form-validation
|
|
62
63
|
licenses:
|
|
63
64
|
- MIT
|
|
64
65
|
metadata: {}
|