intl-tel-input-rails 11.0.14 → 12.3.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 CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intl-tel-input-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.0.14
4
+ version: 12.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilias Spyropoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-26 00:00:00.000000000 Z
11
+ date: 2018-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -69,21 +69,22 @@ dependencies:
69
69
  description: |2
70
70
  A jQuery plugin for entering and validating international telephone numbers.
71
71
  This gem allows for its easy inclusion into the Rails asset pipeline.
72
- email:
73
- - ilias@heavymelon.com
72
+ email: ilias@heavymelon.com
74
73
  executables: []
75
74
  extensions: []
76
75
  extra_rdoc_files: []
77
76
  files:
78
77
  - ".gitignore"
79
78
  - Gemfile
80
- - LICENSE.txt
79
+ - MIT-LICENSE
81
80
  - README.md
82
81
  - Rakefile
83
82
  - app/assets/images/flags.png
84
83
  - app/assets/images/flags@2x.png
85
84
  - app/assets/javascripts/intlTelInput.js
86
85
  - app/assets/stylesheets/intlTelInput.scss
86
+ - app/assets/stylesheets/sprite.scss
87
+ - app/assets/stylesheets/sprite@2x.scss
87
88
  - intl-tel-input-rails.gemspec
88
89
  - lib/intl-tel-input-rails.rb
89
90
  - lib/intl-tel-input/rails.rb
@@ -94,14 +95,16 @@ licenses:
94
95
  - MIT
95
96
  metadata: {}
96
97
  post_install_message:
97
- rdoc_options: []
98
+ rdoc_options:
99
+ - "--exclude"
100
+ - "."
98
101
  require_paths:
99
102
  - lib
100
103
  required_ruby_version: !ruby/object:Gem::Requirement
101
104
  requirements:
102
105
  - - ">="
103
106
  - !ruby/object:Gem::Version
104
- version: '0'
107
+ version: 1.8.7
105
108
  required_rubygems_version: !ruby/object:Gem::Requirement
106
109
  requirements:
107
110
  - - ">="