administrate-field-country 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4155b16110f307709432c5b634b62da14203f27e775bbc8a5c708c8600f289d7
4
- data.tar.gz: 714354b24153a14d3e511881815810c0d7f846f71ddcda08e41daad03bb200e1
3
+ metadata.gz: d25bdc20da695dd76ab0d92d544250fb11d8acc28b304246abf42e315d292ba2
4
+ data.tar.gz: 5d0773d1ff438c9ac21489f1eb39f6e9481896bdd74b7377caf21eac24e812bb
5
5
  SHA512:
6
- metadata.gz: bc79159db6c09fbc75297778b7eb20e9931f724597cd45e047324c075c1db006bdd98a6e05f36b022706bfe4a4e025f0ee6270c9beef3ffe021389b3d55e7363
7
- data.tar.gz: fd841b1ee05bb85b9c854c27612a22e14048a7486d880ae4e368e6b272ba97cc600c59b22bf67bd08e67148f4afeac5ef7b931cf046fb292bef58edcd593a220
6
+ metadata.gz: 5cf21e41084c5242e7321692f8a7a1a005856c300e0869c715f2171e655b291b0a64fc0fbbbf30fc86355c14514e2ba16c8f0fea23163829c4de39c8b91866cf
7
+ data.tar.gz: 6bef6a3cd496e689a80e824d2a7ce64d9197d56952901fe1b239dc77f412a831d10ec9f30014aba47c31df7cbc1297bc1ab205b2f7880661231744f53532bec2
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  *.gem
2
2
  .ruby-gemset
3
+ Gemfile.lock
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.3
1
+ 2.6.0
data/.travis.yml CHANGED
@@ -1,5 +1 @@
1
- sudo: false
2
1
  language: ruby
3
- rvm:
4
- - 2.3.1
5
- before_install: gem install bundler -v 1.13.6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.1.1](https://github.com/zooppa/administrate-field-country/tree/v0.1.0) (2019-01-30)
4
+ [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.1.0...v0.1.1)
5
+
6
+ * Security fixes
7
+
3
8
  ## [v0.1.0](https://github.com/zooppa/administrate-field-country/tree/v0.1.0) (2018-10-30)
4
9
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.0.4...v0.1.0)
5
10
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Administrate::Field::Country
2
2
 
3
- [![Build Status](https://semaphoreci.com/api/v1/zooppa/administrate-field-country/branches/master/badge.svg)](https://semaphoreci.com/zooppa/administrate-field-country)
3
+ [![Build Status](https://travis-ci.com/zooppa/administrate-field-country.svg?branch=master)](https://travis-ci.com/zooppa/administrate-field-country)
4
4
  [![Code Climate](https://codeclimate.com/github/zooppa/administrate-field-country/badges/gpa.svg)](https://codeclimate.com/github/zooppa/administrate-field-country)
5
5
 
6
6
  A plugin to deal with country selection in [Administrate], with the help of [country_select] gem.
@@ -12,7 +12,7 @@ You can customize any [country_select options] by passing a `country_select_opti
12
12
  Add it to your `Gemfile`:
13
13
 
14
14
  ```ruby
15
- gem 'administrate-field-country', '~> 0.1.0'
15
+ gem 'administrate-field-country', '~> 0.1.1'
16
16
  ```
17
17
 
18
18
  Run:
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'administrate-field-country'
7
- gem.version = '0.1.0'
7
+ gem.version = '0.1.1'
8
8
  gem.authors = ['Zooppa']
9
9
  gem.email = ['dev@zooppa.com']
10
10
 
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
20
20
 
21
21
  gem.add_runtime_dependency 'administrate', '< 1.0.0'
22
22
  gem.add_runtime_dependency 'rails', '>= 4.2', '< 6'
23
- gem.add_runtime_dependency 'country_select', '~> 3.1'
23
+ gem.add_runtime_dependency 'country_select', '>= 3.1', '< 5.0'
24
24
 
25
25
  gem.add_development_dependency 'rake', '~> 12.3'
26
26
  gem.add_development_dependency 'rspec', '~> 3.8'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-country
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zooppa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-31 00:00:00.000000000 Z
11
+ date: 2019-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -48,16 +48,22 @@ dependencies:
48
48
  name: country_select
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ">="
52
52
  - !ruby/object:Gem::Version
53
53
  version: '3.1'
54
+ - - "<"
55
+ - !ruby/object:Gem::Version
56
+ version: '5.0'
54
57
  type: :runtime
55
58
  prerelease: false
56
59
  version_requirements: !ruby/object:Gem::Requirement
57
60
  requirements:
58
- - - "~>"
61
+ - - ">="
59
62
  - !ruby/object:Gem::Version
60
63
  version: '3.1'
64
+ - - "<"
65
+ - !ruby/object:Gem::Version
66
+ version: '5.0'
61
67
  - !ruby/object:Gem::Dependency
62
68
  name: rake
63
69
  requirement: !ruby/object:Gem::Requirement
@@ -99,7 +105,6 @@ files:
99
105
  - ".travis.yml"
100
106
  - CHANGELOG.md
101
107
  - Gemfile
102
- - Gemfile.lock
103
108
  - LICENSE.txt
104
109
  - README.md
105
110
  - Rakefile
@@ -127,8 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
132
  - !ruby/object:Gem::Version
128
133
  version: '0'
129
134
  requirements: []
130
- rubyforge_project:
131
- rubygems_version: 2.7.7
135
+ rubygems_version: 3.0.1
132
136
  signing_key:
133
137
  specification_version: 4
134
138
  summary: Country field plugin for Administrate
data/Gemfile.lock DELETED
@@ -1,209 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- administrate-field-country (0.1.0)
5
- administrate (< 1.0.0)
6
- country_select (~> 3.1)
7
- rails (>= 4.2, < 6)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (5.2.1)
13
- actionpack (= 5.2.1)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.1)
17
- actionpack (= 5.2.1)
18
- actionview (= 5.2.1)
19
- activejob (= 5.2.1)
20
- mail (~> 2.5, >= 2.5.4)
21
- rails-dom-testing (~> 2.0)
22
- actionpack (5.2.1)
23
- actionview (= 5.2.1)
24
- activesupport (= 5.2.1)
25
- rack (~> 2.0)
26
- rack-test (>= 0.6.3)
27
- rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.2.1)
30
- activesupport (= 5.2.1)
31
- builder (~> 3.1)
32
- erubi (~> 1.4)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.2.1)
36
- activesupport (= 5.2.1)
37
- globalid (>= 0.3.6)
38
- activemodel (5.2.1)
39
- activesupport (= 5.2.1)
40
- activerecord (5.2.1)
41
- activemodel (= 5.2.1)
42
- activesupport (= 5.2.1)
43
- arel (>= 9.0)
44
- activestorage (5.2.1)
45
- actionpack (= 5.2.1)
46
- activerecord (= 5.2.1)
47
- marcel (~> 0.3.1)
48
- activesupport (5.2.1)
49
- concurrent-ruby (~> 1.0, >= 1.0.2)
50
- i18n (>= 0.7, < 2)
51
- minitest (~> 5.1)
52
- tzinfo (~> 1.1)
53
- administrate (0.11.0)
54
- actionpack (>= 4.2, < 6.0)
55
- actionview (>= 4.2, < 6.0)
56
- activerecord (>= 4.2, < 6.0)
57
- autoprefixer-rails (>= 6.0)
58
- datetime_picker_rails (~> 0.0.7)
59
- jquery-rails (>= 4.0)
60
- kaminari (>= 1.0)
61
- momentjs-rails (~> 2.8)
62
- sass-rails (~> 5.0)
63
- selectize-rails (~> 0.6)
64
- arel (9.0.0)
65
- autoprefixer-rails (9.3.1)
66
- execjs
67
- builder (3.2.3)
68
- concurrent-ruby (1.0.5)
69
- countries (2.1.4)
70
- i18n_data (~> 0.8.0)
71
- money (~> 6.9)
72
- sixarm_ruby_unaccent (~> 1.1)
73
- unicode_utils (~> 1.4)
74
- country_select (3.1.1)
75
- countries (~> 2.0)
76
- sort_alphabetical (~> 1.0)
77
- crass (1.0.4)
78
- datetime_picker_rails (0.0.7)
79
- momentjs-rails (>= 2.8.1)
80
- diff-lcs (1.3)
81
- erubi (1.7.1)
82
- execjs (2.7.0)
83
- ffi (1.9.25)
84
- globalid (0.4.1)
85
- activesupport (>= 4.2.0)
86
- i18n (1.1.1)
87
- concurrent-ruby (~> 1.0)
88
- i18n_data (0.8.0)
89
- jquery-rails (4.3.3)
90
- rails-dom-testing (>= 1, < 3)
91
- railties (>= 4.2.0)
92
- thor (>= 0.14, < 2.0)
93
- kaminari (1.1.1)
94
- activesupport (>= 4.1.0)
95
- kaminari-actionview (= 1.1.1)
96
- kaminari-activerecord (= 1.1.1)
97
- kaminari-core (= 1.1.1)
98
- kaminari-actionview (1.1.1)
99
- actionview
100
- kaminari-core (= 1.1.1)
101
- kaminari-activerecord (1.1.1)
102
- activerecord
103
- kaminari-core (= 1.1.1)
104
- kaminari-core (1.1.1)
105
- loofah (2.2.3)
106
- crass (~> 1.0.2)
107
- nokogiri (>= 1.5.9)
108
- mail (2.7.1)
109
- mini_mime (>= 0.1.1)
110
- marcel (0.3.3)
111
- mimemagic (~> 0.3.2)
112
- method_source (0.9.0)
113
- mimemagic (0.3.2)
114
- mini_mime (1.0.1)
115
- mini_portile2 (2.3.0)
116
- minitest (5.11.3)
117
- momentjs-rails (2.20.1)
118
- railties (>= 3.1)
119
- money (6.13.1)
120
- i18n (>= 0.6.4, <= 2)
121
- nio4r (2.3.1)
122
- nokogiri (1.8.5)
123
- mini_portile2 (~> 2.3.0)
124
- rack (2.0.5)
125
- rack-test (1.1.0)
126
- rack (>= 1.0, < 3)
127
- rails (5.2.1)
128
- actioncable (= 5.2.1)
129
- actionmailer (= 5.2.1)
130
- actionpack (= 5.2.1)
131
- actionview (= 5.2.1)
132
- activejob (= 5.2.1)
133
- activemodel (= 5.2.1)
134
- activerecord (= 5.2.1)
135
- activestorage (= 5.2.1)
136
- activesupport (= 5.2.1)
137
- bundler (>= 1.3.0)
138
- railties (= 5.2.1)
139
- sprockets-rails (>= 2.0.0)
140
- rails-dom-testing (2.0.3)
141
- activesupport (>= 4.2.0)
142
- nokogiri (>= 1.6)
143
- rails-html-sanitizer (1.0.4)
144
- loofah (~> 2.2, >= 2.2.2)
145
- railties (5.2.1)
146
- actionpack (= 5.2.1)
147
- activesupport (= 5.2.1)
148
- method_source
149
- rake (>= 0.8.7)
150
- thor (>= 0.19.0, < 2.0)
151
- rake (12.3.1)
152
- rb-fsevent (0.10.3)
153
- rb-inotify (0.9.10)
154
- ffi (>= 0.5.0, < 2)
155
- rspec (3.8.0)
156
- rspec-core (~> 3.8.0)
157
- rspec-expectations (~> 3.8.0)
158
- rspec-mocks (~> 3.8.0)
159
- rspec-core (3.8.0)
160
- rspec-support (~> 3.8.0)
161
- rspec-expectations (3.8.2)
162
- diff-lcs (>= 1.2.0, < 2.0)
163
- rspec-support (~> 3.8.0)
164
- rspec-mocks (3.8.0)
165
- diff-lcs (>= 1.2.0, < 2.0)
166
- rspec-support (~> 3.8.0)
167
- rspec-support (3.8.0)
168
- sass (3.6.0)
169
- sass-listen (~> 4.0.0)
170
- sass-listen (4.0.0)
171
- rb-fsevent (~> 0.9, >= 0.9.4)
172
- rb-inotify (~> 0.9, >= 0.9.7)
173
- sass-rails (5.0.7)
174
- railties (>= 4.0.0, < 6)
175
- sass (~> 3.1)
176
- sprockets (>= 2.8, < 4.0)
177
- sprockets-rails (>= 2.0, < 4.0)
178
- tilt (>= 1.1, < 3)
179
- selectize-rails (0.12.5)
180
- sixarm_ruby_unaccent (1.2.0)
181
- sort_alphabetical (1.1.0)
182
- unicode_utils (>= 1.2.2)
183
- sprockets (3.7.2)
184
- concurrent-ruby (~> 1.0)
185
- rack (> 1, < 3)
186
- sprockets-rails (3.2.1)
187
- actionpack (>= 4.0)
188
- activesupport (>= 4.0)
189
- sprockets (>= 3.0.0)
190
- thor (0.20.0)
191
- thread_safe (0.3.6)
192
- tilt (2.0.8)
193
- tzinfo (1.2.5)
194
- thread_safe (~> 0.1)
195
- unicode_utils (1.4.0)
196
- websocket-driver (0.7.0)
197
- websocket-extensions (>= 0.1.0)
198
- websocket-extensions (0.1.3)
199
-
200
- PLATFORMS
201
- ruby
202
-
203
- DEPENDENCIES
204
- administrate-field-country!
205
- rake (~> 12.3)
206
- rspec (~> 3.8)
207
-
208
- BUNDLED WITH
209
- 1.16.2