intl_phone_picker 0.0.7.1 → 0.0.7.2

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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intl_phone_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.1
4
+ version: 0.0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - |+
@@ -89,7 +89,32 @@ email:
89
89
  executables: []
90
90
  extensions: []
91
91
  extra_rdoc_files: []
92
- files: []
92
+ files:
93
+ - ".gitignore"
94
+ - ".travis.yml"
95
+ - CHANGELOG.md
96
+ - Gemfile
97
+ - LICENSE.txt
98
+ - README.md
99
+ - Rakefile
100
+ - TODO.md
101
+ - app/assets/images/flags.png
102
+ - app/assets/images/flags@2x.png
103
+ - app/assets/javascripts/intlTelInput.js
104
+ - app/assets/javascripts/intlTelInputLang.js
105
+ - app/assets/stylesheets/intlTelInput.scss
106
+ - bin/console
107
+ - bin/setup
108
+ - config/locales/fr.yml
109
+ - config/locales/us.yml
110
+ - intl_phone_picker.gemspec
111
+ - lib/intl_phone_picker.rb
112
+ - lib/intl_phone_picker/activerecord_helpers.rb
113
+ - lib/intl_phone_picker/railtie.rb
114
+ - lib/intl_phone_picker/version.rb
115
+ - lib/intl_phone_picker/view_helpers.rb
116
+ - test/test_helper.rb
117
+ - vendor/assets/javascripts/libphonenumber/utils.js
93
118
  homepage: https://github.com/SeniorMedia/intl_phone_picker
94
119
  licenses:
95
120
  - MIT