jquery_inputmask_rails 1.0.0

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.
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jquery_inputmask_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Edgar Ji
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-06-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An inputmask helps the user with the input by ensuring a predefined format.
14
+ This can be usefull for dates, numerics, phone numbers...
15
+ email:
16
+ - zorro.ej@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".gitignore"
22
+ - Gemfile
23
+ - README.md
24
+ - Rakefile
25
+ - jquery_inputmask_rails.gemspec
26
+ - lib/jquery_inputmask_rails.rb
27
+ - lib/jquery_inputmask_rails/engine.rb
28
+ - lib/jquery_inputmask_rails/version.rb
29
+ - vendor/assets/javascripts/jquery.inputmask.js
30
+ homepage: http://github.com/ej2005/jquery_inputmask_rails
31
+ licenses: []
32
+ metadata: {}
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 2.6.14
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Integrate the jQuery InputMask plugin into the Rails asset pipeline
53
+ test_files: []
54
+ has_rdoc: