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: 98cfb756a2202bbceeeeae0fe06dd77c8c8aac77
4
- data.tar.gz: e4446124184c01ed9f8d345d4dab04b903db533d
3
+ metadata.gz: 11725886ca6e27c1f606d828fc40473dda03846c
4
+ data.tar.gz: 166942396caca2d814e75eb501334f368015c718
5
5
  SHA512:
6
- metadata.gz: a281d56510050a3440d4eac16b30f1099396e94189f7a000e42ab032c15f9fe847d3390c6380a409ef375aab084c29600456613499d4a51bee5740c752b2b1bb
7
- data.tar.gz: efe6cc74da0e42bf2b141c3eb70c42b91103e9ac134006b3cc9ab7f03ea9877f8d35fa1eca90f674f003030e331d9087737b2452057cb26e65f817cb80072b27
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 = "http://nimbl3.com"
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")
@@ -1,3 +1,3 @@
1
1
  module AngularFormValidation
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
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.5
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: http://nimbl3.com
62
+ homepage: https://github.com/nimbl3/angular-form-validation
62
63
  licenses:
63
64
  - MIT
64
65
  metadata: {}