jquery_inputmask_rails 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa3a6a66a814e486123e6f43265fbc3bcca6579b
4
- data.tar.gz: 8583896f956ad60da93be29719cf8541066be811
3
+ metadata.gz: d0fc20334bd28376c82bae699e2ace94be2cd820
4
+ data.tar.gz: 8f9382780fa82452cb54e28a1f11b5e196f28775
5
5
  SHA512:
6
- metadata.gz: 17161a61a9ce288fac384f376305b417a8047042f35d52656f87eb6560116e02f9c9e9602443a1595a6365caf1063360978fe3b9bc689933e2b3c4295c663e22
7
- data.tar.gz: 1e18147534203e7a318c94cb3d5cea57f1c69732f3ca569a350727c457b016c2916ea531673a662417ee6128303edb3ec766b4adef15957e5b8fe136989a39d3
6
+ metadata.gz: 3de45ae65e6ad72f68b5afe70b6a61124f396452c38f78cbb105fca97193a808bf28c65b4918b4ab59d602e57607726d9ca9164c5dccd73b6507842f47b5a9be
7
+ data.tar.gz: 65c906ea03a2b6e5792d4ebfee19ec1ad71b49bb4e907cbe4b9c191356f32a14466437c1b63cdd3a92494b9558cc961b2cd389a49e6279030d95dfa393576c11
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = JqueryInputmaskRails::VERSION
8
8
  s.authors = ["Edgar Ji"]
9
9
  s.email = ["zorro.ej@gmail.com"]
10
- s.homepage = "http://github.com/ej2005/jquery_inputmask_rails"
10
+ s.homepage = "http://github.com/ej2015/jquery_inputmask_rails"
11
11
  s.summary = %q{Integrate the jQuery InputMask plugin into the Rails asset pipeline}
12
12
  s.description = %q{An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers...}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module JqueryInputmaskRails
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_inputmask_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edgar Ji
@@ -27,7 +27,7 @@ files:
27
27
  - lib/jquery_inputmask_rails/engine.rb
28
28
  - lib/jquery_inputmask_rails/version.rb
29
29
  - vendor/assets/javascripts/jquery.inputmask.js
30
- homepage: http://github.com/ej2005/jquery_inputmask_rails
30
+ homepage: http://github.com/ej2015/jquery_inputmask_rails
31
31
  licenses: []
32
32
  metadata: {}
33
33
  post_install_message: