country_select 5.0.0.pre → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -2
- data/Gemfile +0 -6
- data/Gemfile.lock +23 -233
- data/README.md +1 -1
- data/lib/country_select/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cba4eeae56362408fc434ad30ba8befcfa56f406441ae7af01324a183dd6c3d7
|
4
|
+
data.tar.gz: 84cd0ba154b88b0b78864b27d98abd075cc64310b156ab72a17826798da26494
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fa5a8030e734c3907dea470792a9e2cc18cda220dec52c8d343cc5163d8ff552ab5389814b3b3f6658227b6515941f85460d21d5102cd28a0a15558ecdbd4e7
|
7
|
+
data.tar.gz: f58da7af3c22268aa07fc4496f7fbd22235baaa5de48ae6de3dfa7873e041cfbacd20a915a968056242fef8dfd9456281e57b198f7ded53b8b88f88dbf9fc6cf
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1
|
-
## 5.0.0 2021-03-
|
1
|
+
## 5.0.0 2021-03-04
|
2
2
|
|
3
|
-
* #164,#172 - Remove support for EOL versions of Ruby and
|
3
|
+
* #164,#172 - Remove support for EOL versions of Ruby and Ruby on Rails
|
4
4
|
* Ruby >= 2.5, Rails >= 5.2
|
5
5
|
* #175 - Add Rails 6.1 Support *(@andrehjr)
|
6
6
|
* #173 - Fallback even if translations cannot be loaded (@mikepluquin)
|
7
|
+
* #164 - Fixup travis build matrix (@olleolleolle)
|
7
8
|
|
8
9
|
## 4.0.0 2018-12-20
|
9
10
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -8,20 +8,20 @@ PATH
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionpack (6.1.
|
12
|
-
actionview (= 6.1.
|
13
|
-
activesupport (= 6.1.
|
11
|
+
actionpack (6.1.3)
|
12
|
+
actionview (= 6.1.3)
|
13
|
+
activesupport (= 6.1.3)
|
14
14
|
rack (~> 2.0, >= 2.0.9)
|
15
15
|
rack-test (>= 0.6.3)
|
16
16
|
rails-dom-testing (~> 2.0)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (6.1.
|
19
|
-
activesupport (= 6.1.
|
18
|
+
actionview (6.1.3)
|
19
|
+
activesupport (= 6.1.3)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubi (~> 1.4)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
23
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activesupport (6.1.
|
24
|
+
activesupport (6.1.3)
|
25
25
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
26
26
|
i18n (>= 1.6, < 2)
|
27
27
|
minitest (>= 5.1)
|
@@ -37,8 +37,7 @@ GEM
|
|
37
37
|
crass (1.0.6)
|
38
38
|
diff-lcs (1.4.4)
|
39
39
|
erubi (1.10.0)
|
40
|
-
|
41
|
-
i18n (1.8.7)
|
40
|
+
i18n (1.8.9)
|
42
41
|
concurrent-ruby (~> 1.0)
|
43
42
|
i18n_data (0.10.0)
|
44
43
|
loofah (2.9.0)
|
@@ -46,17 +45,14 @@ GEM
|
|
46
45
|
nokogiri (>= 1.5.9)
|
47
46
|
method_source (1.0.0)
|
48
47
|
mini_portile2 (2.5.0)
|
49
|
-
minitest (5.14.
|
48
|
+
minitest (5.14.4)
|
50
49
|
nokogiri (1.11.1)
|
51
50
|
mini_portile2 (~> 2.5.0)
|
52
51
|
racc (~> 1.4)
|
53
|
-
|
54
|
-
racc (~> 1.4)
|
55
|
-
pry (0.13.1)
|
52
|
+
pry (0.14.0)
|
56
53
|
coderay (~> 1.1)
|
57
54
|
method_source (~> 1.0)
|
58
|
-
|
59
|
-
racc (1.5.0)
|
55
|
+
racc (1.5.2)
|
60
56
|
rack (2.2.3)
|
61
57
|
rack-test (1.1.0)
|
62
58
|
rack (>= 1.0, < 3)
|
@@ -65,222 +61,20 @@ GEM
|
|
65
61
|
nokogiri (>= 1.6)
|
66
62
|
rails-html-sanitizer (1.3.0)
|
67
63
|
loofah (~> 2.3)
|
68
|
-
rake (13.0.
|
69
|
-
rspec (3.
|
70
|
-
rspec-core (~> 3.
|
71
|
-
rspec-expectations (~> 3.
|
72
|
-
rspec-mocks (~> 3.
|
73
|
-
rspec-core (3.
|
74
|
-
rspec-support (~> 3.
|
75
|
-
rspec-expectations (3.
|
64
|
+
rake (13.0.3)
|
65
|
+
rspec (3.10.0)
|
66
|
+
rspec-core (~> 3.10.0)
|
67
|
+
rspec-expectations (~> 3.10.0)
|
68
|
+
rspec-mocks (~> 3.10.0)
|
69
|
+
rspec-core (3.10.1)
|
70
|
+
rspec-support (~> 3.10.0)
|
71
|
+
rspec-expectations (3.10.1)
|
76
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
77
|
-
rspec-support (~> 3.
|
78
|
-
rspec-mocks (3.
|
73
|
+
rspec-support (~> 3.10.0)
|
74
|
+
rspec-mocks (3.10.2)
|
79
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
80
|
-
rspec-support (~> 3.
|
81
|
-
rspec-support (3.
|
82
|
-
rubysl (2.2.0)
|
83
|
-
rubysl-abbrev (~> 2.0)
|
84
|
-
rubysl-base64 (~> 2.0)
|
85
|
-
rubysl-benchmark (~> 2.0)
|
86
|
-
rubysl-bigdecimal (~> 2.0)
|
87
|
-
rubysl-cgi (~> 2.0)
|
88
|
-
rubysl-cgi-session (~> 2.0)
|
89
|
-
rubysl-cmath (~> 2.0)
|
90
|
-
rubysl-complex (~> 2.0)
|
91
|
-
rubysl-continuation (~> 2.0)
|
92
|
-
rubysl-coverage (~> 2.0)
|
93
|
-
rubysl-csv (~> 2.0)
|
94
|
-
rubysl-curses (~> 2.0)
|
95
|
-
rubysl-date (~> 2.0)
|
96
|
-
rubysl-delegate (~> 2.0)
|
97
|
-
rubysl-digest (~> 2.0)
|
98
|
-
rubysl-drb (~> 2.0)
|
99
|
-
rubysl-e2mmap (~> 2.0)
|
100
|
-
rubysl-english (~> 2.0)
|
101
|
-
rubysl-enumerator (~> 2.0)
|
102
|
-
rubysl-erb (~> 2.0)
|
103
|
-
rubysl-etc (~> 2.0)
|
104
|
-
rubysl-expect (~> 2.0)
|
105
|
-
rubysl-fcntl (~> 2.0)
|
106
|
-
rubysl-fiber (~> 2.0)
|
107
|
-
rubysl-fileutils (~> 2.0)
|
108
|
-
rubysl-find (~> 2.0)
|
109
|
-
rubysl-forwardable (~> 2.0)
|
110
|
-
rubysl-getoptlong (~> 2.0)
|
111
|
-
rubysl-gserver (~> 2.0)
|
112
|
-
rubysl-io-console (~> 2.0)
|
113
|
-
rubysl-io-nonblock (~> 2.0)
|
114
|
-
rubysl-io-wait (~> 2.0)
|
115
|
-
rubysl-ipaddr (~> 2.0)
|
116
|
-
rubysl-irb (~> 2.1)
|
117
|
-
rubysl-logger (~> 2.0)
|
118
|
-
rubysl-mathn (~> 2.0)
|
119
|
-
rubysl-matrix (~> 2.0)
|
120
|
-
rubysl-mkmf (~> 2.0)
|
121
|
-
rubysl-monitor (~> 2.0)
|
122
|
-
rubysl-mutex_m (~> 2.0)
|
123
|
-
rubysl-net-ftp (~> 2.0)
|
124
|
-
rubysl-net-http (~> 2.0)
|
125
|
-
rubysl-net-imap (~> 2.0)
|
126
|
-
rubysl-net-pop (~> 2.0)
|
127
|
-
rubysl-net-protocol (~> 2.0)
|
128
|
-
rubysl-net-smtp (~> 2.0)
|
129
|
-
rubysl-net-telnet (~> 2.0)
|
130
|
-
rubysl-nkf (~> 2.0)
|
131
|
-
rubysl-observer (~> 2.0)
|
132
|
-
rubysl-open-uri (~> 2.0)
|
133
|
-
rubysl-open3 (~> 2.0)
|
134
|
-
rubysl-openssl (~> 2.0)
|
135
|
-
rubysl-optparse (~> 2.0)
|
136
|
-
rubysl-ostruct (~> 2.0)
|
137
|
-
rubysl-pathname (~> 2.0)
|
138
|
-
rubysl-prettyprint (~> 2.0)
|
139
|
-
rubysl-prime (~> 2.0)
|
140
|
-
rubysl-profile (~> 2.0)
|
141
|
-
rubysl-profiler (~> 2.0)
|
142
|
-
rubysl-pstore (~> 2.0)
|
143
|
-
rubysl-pty (~> 2.0)
|
144
|
-
rubysl-rational (~> 2.0)
|
145
|
-
rubysl-resolv (~> 2.0)
|
146
|
-
rubysl-rexml (~> 2.0)
|
147
|
-
rubysl-rinda (~> 2.0)
|
148
|
-
rubysl-rss (~> 2.0)
|
149
|
-
rubysl-scanf (~> 2.0)
|
150
|
-
rubysl-securerandom (~> 2.0)
|
151
|
-
rubysl-set (~> 2.0)
|
152
|
-
rubysl-shellwords (~> 2.0)
|
153
|
-
rubysl-singleton (~> 2.0)
|
154
|
-
rubysl-socket (~> 2.0)
|
155
|
-
rubysl-stringio (~> 2.0)
|
156
|
-
rubysl-strscan (~> 2.0)
|
157
|
-
rubysl-sync (~> 2.0)
|
158
|
-
rubysl-syslog (~> 2.0)
|
159
|
-
rubysl-tempfile (~> 2.0)
|
160
|
-
rubysl-thread (~> 2.0)
|
161
|
-
rubysl-thwait (~> 2.0)
|
162
|
-
rubysl-time (~> 2.0)
|
163
|
-
rubysl-timeout (~> 2.0)
|
164
|
-
rubysl-tmpdir (~> 2.0)
|
165
|
-
rubysl-tsort (~> 2.0)
|
166
|
-
rubysl-un (~> 2.0)
|
167
|
-
rubysl-unicode_normalize (~> 2.0)
|
168
|
-
rubysl-uri (~> 2.0)
|
169
|
-
rubysl-weakref (~> 2.0)
|
170
|
-
rubysl-webrick (~> 2.0)
|
171
|
-
rubysl-xmlrpc (~> 2.0)
|
172
|
-
rubysl-yaml (~> 2.0)
|
173
|
-
rubysl-zlib (~> 2.0)
|
174
|
-
rubysl-abbrev (2.0.4)
|
175
|
-
rubysl-base64 (2.0.0)
|
176
|
-
rubysl-benchmark (2.0.1)
|
177
|
-
rubysl-bigdecimal (2.0.2)
|
178
|
-
rubysl-cgi (2.0.1)
|
179
|
-
rubysl-cgi-session (2.1.0)
|
180
|
-
rubysl-cmath (2.0.0)
|
181
|
-
rubysl-complex (2.0.0)
|
182
|
-
rubysl-continuation (2.0.0)
|
183
|
-
rubysl-coverage (2.1)
|
184
|
-
rubysl-csv (2.0.2)
|
185
|
-
rubysl-english (~> 2.0)
|
186
|
-
rubysl-curses (2.0.1)
|
187
|
-
rubysl-date (2.0.9)
|
188
|
-
rubysl-delegate (2.0.1)
|
189
|
-
rubysl-digest (2.1)
|
190
|
-
rubysl-drb (2.0.1)
|
191
|
-
rubysl-e2mmap (2.0.0)
|
192
|
-
rubysl-english (2.0.0)
|
193
|
-
rubysl-enumerator (2.0.0)
|
194
|
-
rubysl-erb (2.0.2)
|
195
|
-
rubysl-etc (2.0.3)
|
196
|
-
ffi2-generators (~> 0.1)
|
197
|
-
rubysl-expect (2.0.0)
|
198
|
-
rubysl-fcntl (2.0.4)
|
199
|
-
ffi2-generators (~> 0.1)
|
200
|
-
rubysl-fiber (2.0.0)
|
201
|
-
rubysl-fileutils (2.0.3)
|
202
|
-
rubysl-find (2.0.1)
|
203
|
-
rubysl-forwardable (2.0.1)
|
204
|
-
rubysl-getoptlong (2.0.0)
|
205
|
-
rubysl-gserver (2.0.0)
|
206
|
-
rubysl-socket (~> 2.0)
|
207
|
-
rubysl-thread (~> 2.0)
|
208
|
-
rubysl-io-console (2.0.0)
|
209
|
-
rubysl-io-nonblock (2.0.0)
|
210
|
-
rubysl-io-wait (2.0.0)
|
211
|
-
rubysl-ipaddr (2.0.0)
|
212
|
-
rubysl-irb (2.1.1)
|
213
|
-
rubysl-e2mmap (~> 2.0)
|
214
|
-
rubysl-mathn (~> 2.0)
|
215
|
-
rubysl-thread (~> 2.0)
|
216
|
-
rubysl-logger (2.1.0)
|
217
|
-
rubysl-mathn (2.0.0)
|
218
|
-
rubysl-matrix (2.1.0)
|
219
|
-
rubysl-e2mmap (~> 2.0)
|
220
|
-
rubysl-mkmf (2.1)
|
221
|
-
rubysl-fileutils (~> 2.0)
|
222
|
-
rubysl-shellwords (~> 2.0)
|
223
|
-
rubysl-monitor (2.1)
|
224
|
-
rubysl-mutex_m (2.0.0)
|
225
|
-
rubysl-net-ftp (2.0.1)
|
226
|
-
rubysl-net-http (2.0.4)
|
227
|
-
rubysl-cgi (~> 2.0)
|
228
|
-
rubysl-erb (~> 2.0)
|
229
|
-
rubysl-singleton (~> 2.0)
|
230
|
-
rubysl-net-imap (2.0.1)
|
231
|
-
rubysl-net-pop (2.0.1)
|
232
|
-
rubysl-net-protocol (2.0.1)
|
233
|
-
rubysl-net-smtp (2.0.1)
|
234
|
-
rubysl-net-telnet (2.0.0)
|
235
|
-
rubysl-nkf (2.0.1)
|
236
|
-
rubysl-observer (2.0.0)
|
237
|
-
rubysl-open-uri (2.0.0)
|
238
|
-
rubysl-open3 (2.0.0)
|
239
|
-
rubysl-openssl (2.13)
|
240
|
-
rubysl-optparse (2.0.1)
|
241
|
-
rubysl-shellwords (~> 2.0)
|
242
|
-
rubysl-ostruct (2.1.0)
|
243
|
-
rubysl-pathname (2.3)
|
244
|
-
rubysl-prettyprint (2.0.3)
|
245
|
-
rubysl-prime (2.0.1)
|
246
|
-
rubysl-profile (2.0.0)
|
247
|
-
rubysl-profiler (2.1)
|
248
|
-
rubysl-pstore (2.0.0)
|
249
|
-
rubysl-pty (2.0.3)
|
250
|
-
rubysl-rational (2.0.1)
|
251
|
-
rubysl-resolv (2.1.2)
|
252
|
-
rubysl-rexml (2.0.4)
|
253
|
-
rubysl-rinda (2.0.1)
|
254
|
-
rubysl-rss (2.0.0)
|
255
|
-
rubysl-scanf (2.0.0)
|
256
|
-
rubysl-securerandom (2.0.0)
|
257
|
-
rubysl-set (2.0.1)
|
258
|
-
rubysl-shellwords (2.0.0)
|
259
|
-
rubysl-singleton (2.0.0)
|
260
|
-
rubysl-socket (2.2.1)
|
261
|
-
rubysl-fcntl (~> 2.0)
|
262
|
-
rubysl-stringio (2.3)
|
263
|
-
rubysl-strscan (2.0.0)
|
264
|
-
rubysl-sync (2.0.0)
|
265
|
-
rubysl-syslog (2.1.0)
|
266
|
-
ffi2-generators (~> 0.1)
|
267
|
-
rubysl-tempfile (2.0.1)
|
268
|
-
rubysl-thread (2.1)
|
269
|
-
rubysl-thwait (2.0.0)
|
270
|
-
rubysl-time (2.0.3)
|
271
|
-
rubysl-timeout (2.0.0)
|
272
|
-
rubysl-tmpdir (2.0.1)
|
273
|
-
rubysl-tsort (2.0.1)
|
274
|
-
rubysl-un (2.0.0)
|
275
|
-
rubysl-fileutils (~> 2.0)
|
276
|
-
rubysl-optparse (~> 2.0)
|
277
|
-
rubysl-unicode_normalize (2.0)
|
278
|
-
rubysl-uri (2.0.0)
|
279
|
-
rubysl-weakref (2.0.0)
|
280
|
-
rubysl-webrick (2.0.0)
|
281
|
-
rubysl-xmlrpc (2.0.0)
|
282
|
-
rubysl-yaml (2.1.0)
|
283
|
-
rubysl-zlib (2.0.1)
|
76
|
+
rspec-support (~> 3.10.0)
|
77
|
+
rspec-support (3.10.2)
|
284
78
|
sixarm_ruby_unaccent (1.2.0)
|
285
79
|
sort_alphabetical (1.1.0)
|
286
80
|
unicode_utils (>= 1.2.2)
|
@@ -292,18 +86,14 @@ GEM
|
|
292
86
|
|
293
87
|
PLATFORMS
|
294
88
|
ruby
|
295
|
-
x86_64-darwin-19
|
296
89
|
|
297
90
|
DEPENDENCIES
|
298
91
|
actionpack (~> 6.1)
|
299
92
|
country_select!
|
300
93
|
pry (~> 0)
|
301
|
-
psych
|
302
|
-
racc
|
303
94
|
rake (~> 13)
|
304
95
|
rspec (~> 3)
|
305
|
-
rubysl (~> 2.0)
|
306
96
|
wwtd (~> 1)
|
307
97
|
|
308
98
|
BUNDLED WITH
|
309
|
-
2.
|
99
|
+
2.2.13
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Rails – Country Select
|
2
|
-
[![Build Status](https://travis-ci.org/stefanpenner/country_select.svg)](https://travis-ci.org/stefanpenner/country_select)
|
2
|
+
[![Build Status](https://travis-ci.org/stefanpenner/country_select.svg?branch=master)](https://travis-ci.org/stefanpenner/country_select)
|
3
3
|
|
4
4
|
Provides a simple helper to get an HTML select list of countries using the
|
5
5
|
[ISO 3166-1 standard](https://en.wikipedia.org/wiki/ISO_3166-1).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: country_select
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.0
|
4
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Penner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -159,9 +159,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
159
159
|
version: '2.5'
|
160
160
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
161
161
|
requirements:
|
162
|
-
- - "
|
162
|
+
- - ">="
|
163
163
|
- !ruby/object:Gem::Version
|
164
|
-
version:
|
164
|
+
version: '0'
|
165
165
|
requirements: []
|
166
166
|
rubygems_version: 3.2.13
|
167
167
|
signing_key:
|