intl-tel-input 8.4.9 → 12.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1057,4 +1057,4 @@
1057
1057
  height: 10px;
1058
1058
  background-position: -5610px 0px;
1059
1059
  }
1060
- }
1060
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intl-tel-input
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.4.9
4
+ version: 12.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Tribouharet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-06 00:00:00.000000000 Z
11
+ date: 2017-08-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: intl-tel-input's JavaScript, CSS, and image files packaged for the Rails
14
14
  asset pipeline
@@ -18,15 +18,15 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - .gitignore
21
- - Gemfile
22
21
  - README.md
23
22
  - app/assets/images/intl-tel-input/flags.png
24
23
  - app/assets/images/intl-tel-input/flags@2x.png
25
24
  - app/assets/javascripts/intl-tel-input.js
25
+ - app/assets/javascripts/intl-tel-input.utils.js
26
26
  - app/assets/stylesheets/intl-tel-input.scss
27
27
  - app/assets/stylesheets/intl-tel-input/intl-tel-input.scss
28
28
  - app/assets/stylesheets/intl-tel-input/sprite.scss
29
- - intl-tel-input.gemspec
29
+ - app/assets/stylesheets/intl-tel-input/sprite@2x.scss
30
30
  - lib/intl-tel-input.rb
31
31
  homepage: https://github.com/jonathantribouharet/intl-tel-input-rails
32
32
  licenses:
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
@@ -1,13 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = 'intl-tel-input'
3
- s.summary = "intl-tel-input packaged for the Rails asset pipeline"
4
- s.description = "intl-tel-input's JavaScript, CSS, and image files packaged for the Rails asset pipeline"
5
- s.homepage = 'https://github.com/jonathantribouharet/intl-tel-input-rails'
6
- s.version = '8.4.9'
7
- s.files = `git ls-files`.split("\n")
8
- s.require_paths = ['lib']
9
- s.authors = "Jonathan Tribouharet"
10
- s.email = 'jonathan.tribouharet@gmail.com'
11
- s.license = 'MIT'
12
- s.platform = Gem::Platform::RUBY
13
- end