country_select 2.4.0 → 2.5.0

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
  SHA1:
3
- metadata.gz: c25c2955271e8fbd4bb6322345e3d6423aef6b81
4
- data.tar.gz: 30ebb36ee4543916ccdc64b328b7ef175a780ba9
3
+ metadata.gz: dda7407c1793b90c1fa4caa85fbbee8acb2fa0a8
4
+ data.tar.gz: bac9f959cc699f9dbb4b3d400e5b63a270527f75
5
5
  SHA512:
6
- metadata.gz: dc7d816a59ed387cbfc65aa4a02d9f6e6f21431f3d2071c7b0b872c580c4bbaab3b4c7e90b3cf374fc0ebe3b2708bff17a6a499ec3deda94cf845e31840bb784
7
- data.tar.gz: 3937c5ac6193a55d8194641fd8ed7c22ced03d31c39821846bd59ec003c697de60725c6459d4cb7d871985ef217cc4a4d6e8d78d95986c9438ee1c26f48b4934
6
+ metadata.gz: 841d29e178f424a06b0f43afdbee95efa4508e61ffa9b3702d73e104255f2fe72d8b7adb6de789cedb6fb42402c234cfd593850693f98461162cee79260b6d05
7
+ data.tar.gz: dd194193f96e04a5a89aacd9c1b46fa38e91b2dcffcf040e4b8caccddb13fd214b8911f804b9934f781793f4aea64e2039e3dd7da4f982e5c11295849eabded6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.5.0 2015-11-06
2
+
3
+ * #117 - Update countries gem to ~> v1.2.0
4
+
1
5
  ## 2.4.0 2015-08-25
2
6
 
3
7
  * #111 - Update countries gem to ~> v1.1.0
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- country_select (2.3.0)
5
- countries (~> 1.1.0)
4
+ country_select (2.5.0)
5
+ countries (~> 1.2.0)
6
6
  sort_alphabetical (~> 1.0)
7
7
 
8
8
  GEM
@@ -26,7 +26,7 @@ GEM
26
26
  multi_json (~> 1.0)
27
27
  builder (3.0.4)
28
28
  coderay (1.1.0)
29
- countries (1.1.0)
29
+ countries (1.2.1)
30
30
  currencies (~> 0.4.2)
31
31
  i18n_data (~> 0.7.0)
32
32
  currencies (0.4.2)
@@ -25,6 +25,6 @@ Gem::Specification.new do |s|
25
25
  s.add_development_dependency 'rspec', '~> 3'
26
26
  s.add_development_dependency 'wwtd'
27
27
 
28
- s.add_dependency 'countries', '~> 1.1.0'
28
+ s.add_dependency 'countries', '~> 1.2.0'
29
29
  s.add_dependency 'sort_alphabetical', '~> 1.0'
30
30
  end
@@ -25,8 +25,8 @@ GIT
25
25
  PATH
26
26
  remote: ../
27
27
  specs:
28
- country_select (2.3.0)
29
- countries (~> 1.1.0)
28
+ country_select (2.5.0)
29
+ countries (~> 1.2.0)
30
30
  sort_alphabetical (~> 1.0)
31
31
 
32
32
  GEM
@@ -34,7 +34,7 @@ GEM
34
34
  specs:
35
35
  builder (3.2.2)
36
36
  coderay (1.1.0)
37
- countries (1.1.0)
37
+ countries (1.2.1)
38
38
  currencies (~> 0.4.2)
39
39
  i18n_data (~> 0.7.0)
40
40
  currencies (0.4.2)
@@ -1,16 +1,16 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.3.0)
5
- countries (~> 1.1.0)
4
+ country_select (2.5.0)
5
+ countries (~> 1.2.0)
6
6
  sort_alphabetical (~> 1.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (3.2.21)
12
- activemodel (= 3.2.21)
13
- activesupport (= 3.2.21)
11
+ actionpack (3.2.22)
12
+ activemodel (= 3.2.22)
13
+ activesupport (= 3.2.22)
14
14
  builder (~> 3.0.0)
15
15
  erubis (~> 2.7.0)
16
16
  journey (~> 1.0.4)
@@ -18,15 +18,15 @@ GEM
18
18
  rack-cache (~> 1.2)
19
19
  rack-test (~> 0.6.1)
20
20
  sprockets (~> 2.2.1)
21
- activemodel (3.2.21)
22
- activesupport (= 3.2.21)
21
+ activemodel (3.2.22)
22
+ activesupport (= 3.2.22)
23
23
  builder (~> 3.0.0)
24
- activesupport (3.2.21)
24
+ activesupport (3.2.22)
25
25
  i18n (~> 0.6, >= 0.6.4)
26
26
  multi_json (~> 1.0)
27
27
  builder (3.0.4)
28
28
  coderay (1.1.0)
29
- countries (1.1.0)
29
+ countries (1.2.1)
30
30
  currencies (~> 0.4.2)
31
31
  i18n_data (~> 0.7.0)
32
32
  currencies (0.4.2)
@@ -38,31 +38,32 @@ GEM
38
38
  i18n_data (0.7.0)
39
39
  journey (1.0.4)
40
40
  method_source (0.8.2)
41
- multi_json (1.10.1)
42
- pry (0.10.1)
41
+ multi_json (1.11.2)
42
+ pry (0.10.3)
43
43
  coderay (~> 1.1.0)
44
44
  method_source (~> 0.8.1)
45
45
  slop (~> 3.4)
46
- psych (2.0.12)
47
- racc (1.4.12)
48
- rack (1.4.5)
49
- rack-cache (1.2)
46
+ psych (2.0.15)
47
+ racc (1.4.13)
48
+ rack (1.4.7)
49
+ rack-cache (1.5.1)
50
50
  rack (>= 0.4)
51
51
  rack-test (0.6.3)
52
52
  rack (>= 1.0)
53
53
  rake (10.4.2)
54
- rspec (3.1.0)
55
- rspec-core (~> 3.1.0)
56
- rspec-expectations (~> 3.1.0)
57
- rspec-mocks (~> 3.1.0)
58
- rspec-core (3.1.7)
59
- rspec-support (~> 3.1.0)
60
- rspec-expectations (3.1.2)
54
+ rspec (3.3.0)
55
+ rspec-core (~> 3.3.0)
56
+ rspec-expectations (~> 3.3.0)
57
+ rspec-mocks (~> 3.3.0)
58
+ rspec-core (3.3.2)
59
+ rspec-support (~> 3.3.0)
60
+ rspec-expectations (3.3.1)
61
61
  diff-lcs (>= 1.2.0, < 2.0)
62
- rspec-support (~> 3.1.0)
63
- rspec-mocks (3.1.3)
64
- rspec-support (~> 3.1.0)
65
- rspec-support (3.1.2)
62
+ rspec-support (~> 3.3.0)
63
+ rspec-mocks (3.3.2)
64
+ diff-lcs (>= 1.2.0, < 2.0)
65
+ rspec-support (~> 3.3.0)
66
+ rspec-support (3.3.0)
66
67
  rubysl (2.1.0)
67
68
  rubysl-abbrev (~> 2.0)
68
69
  rubysl-base64 (~> 2.0)
@@ -169,7 +170,7 @@ GEM
169
170
  rubysl-curses (2.0.1)
170
171
  rubysl-date (2.0.9)
171
172
  rubysl-delegate (2.0.1)
172
- rubysl-digest (2.0.3)
173
+ rubysl-digest (2.0.8)
173
174
  rubysl-drb (2.0.1)
174
175
  rubysl-e2mmap (2.0.0)
175
176
  rubysl-english (2.0.0)
@@ -219,7 +220,7 @@ GEM
219
220
  rubysl-observer (2.0.0)
220
221
  rubysl-open-uri (2.0.0)
221
222
  rubysl-open3 (2.0.0)
222
- rubysl-openssl (2.2.1)
223
+ rubysl-openssl (2.3.1)
223
224
  rubysl-optparse (2.0.1)
224
225
  rubysl-shellwords (~> 2.0)
225
226
  rubysl-ostruct (2.0.4)
@@ -231,7 +232,7 @@ GEM
231
232
  rubysl-pstore (2.0.0)
232
233
  rubysl-pty (2.0.3)
233
234
  rubysl-rational (2.0.1)
234
- rubysl-resolv (2.1.0)
235
+ rubysl-resolv (2.1.2)
235
236
  rubysl-rexml (2.0.4)
236
237
  rubysl-rinda (2.0.1)
237
238
  rubysl-rss (2.0.0)
@@ -247,7 +248,7 @@ GEM
247
248
  rubysl-syslog (2.1.0)
248
249
  ffi2-generators (~> 0.1)
249
250
  rubysl-tempfile (2.0.1)
250
- rubysl-thread (2.0.2)
251
+ rubysl-thread (2.0.3)
251
252
  rubysl-thwait (2.0.0)
252
253
  rubysl-time (2.0.3)
253
254
  rubysl-timeout (2.0.0)
@@ -272,7 +273,7 @@ GEM
272
273
  tilt (~> 1.1, != 1.3.0)
273
274
  tilt (1.4.1)
274
275
  unicode_utils (1.4.0)
275
- wwtd (0.7.0)
276
+ wwtd (1.1.1)
276
277
 
277
278
  PLATFORMS
278
279
  ruby
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.3.0)
5
- countries (~> 1.1.0)
4
+ country_select (2.5.0)
5
+ countries (~> 1.2.0)
6
6
  sort_alphabetical (~> 1.0)
7
7
 
8
8
  GEM
@@ -22,7 +22,7 @@ GEM
22
22
  tzinfo (~> 0.3.37)
23
23
  builder (3.1.4)
24
24
  coderay (1.1.0)
25
- countries (1.1.0)
25
+ countries (1.2.1)
26
26
  currencies (~> 0.4.2)
27
27
  i18n_data (~> 0.7.0)
28
28
  currencies (0.4.2)
@@ -33,29 +33,30 @@ GEM
33
33
  i18n_data (0.7.0)
34
34
  method_source (0.8.2)
35
35
  minitest (4.7.5)
36
- multi_json (1.10.1)
37
- pry (0.10.1)
36
+ multi_json (1.11.2)
37
+ pry (0.10.3)
38
38
  coderay (~> 1.1.0)
39
39
  method_source (~> 0.8.1)
40
40
  slop (~> 3.4)
41
- psych (2.0.12)
42
- racc (1.4.12)
43
- rack (1.5.2)
41
+ psych (2.0.15)
42
+ racc (1.4.13)
43
+ rack (1.5.5)
44
44
  rack-test (0.6.3)
45
45
  rack (>= 1.0)
46
46
  rake (10.4.2)
47
- rspec (3.1.0)
48
- rspec-core (~> 3.1.0)
49
- rspec-expectations (~> 3.1.0)
50
- rspec-mocks (~> 3.1.0)
51
- rspec-core (3.1.7)
52
- rspec-support (~> 3.1.0)
53
- rspec-expectations (3.1.2)
47
+ rspec (3.3.0)
48
+ rspec-core (~> 3.3.0)
49
+ rspec-expectations (~> 3.3.0)
50
+ rspec-mocks (~> 3.3.0)
51
+ rspec-core (3.3.2)
52
+ rspec-support (~> 3.3.0)
53
+ rspec-expectations (3.3.1)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.1.0)
56
- rspec-mocks (3.1.3)
57
- rspec-support (~> 3.1.0)
58
- rspec-support (3.1.2)
55
+ rspec-support (~> 3.3.0)
56
+ rspec-mocks (3.3.2)
57
+ diff-lcs (>= 1.2.0, < 2.0)
58
+ rspec-support (~> 3.3.0)
59
+ rspec-support (3.3.0)
59
60
  rubysl (2.1.0)
60
61
  rubysl-abbrev (~> 2.0)
61
62
  rubysl-base64 (~> 2.0)
@@ -162,7 +163,7 @@ GEM
162
163
  rubysl-curses (2.0.1)
163
164
  rubysl-date (2.0.9)
164
165
  rubysl-delegate (2.0.1)
165
- rubysl-digest (2.0.3)
166
+ rubysl-digest (2.0.8)
166
167
  rubysl-drb (2.0.1)
167
168
  rubysl-e2mmap (2.0.0)
168
169
  rubysl-english (2.0.0)
@@ -212,7 +213,7 @@ GEM
212
213
  rubysl-observer (2.0.0)
213
214
  rubysl-open-uri (2.0.0)
214
215
  rubysl-open3 (2.0.0)
215
- rubysl-openssl (2.2.1)
216
+ rubysl-openssl (2.3.1)
216
217
  rubysl-optparse (2.0.1)
217
218
  rubysl-shellwords (~> 2.0)
218
219
  rubysl-ostruct (2.0.4)
@@ -224,7 +225,7 @@ GEM
224
225
  rubysl-pstore (2.0.0)
225
226
  rubysl-pty (2.0.3)
226
227
  rubysl-rational (2.0.1)
227
- rubysl-resolv (2.1.0)
228
+ rubysl-resolv (2.1.2)
228
229
  rubysl-rexml (2.0.4)
229
230
  rubysl-rinda (2.0.1)
230
231
  rubysl-rss (2.0.0)
@@ -240,7 +241,7 @@ GEM
240
241
  rubysl-syslog (2.1.0)
241
242
  ffi2-generators (~> 0.1)
242
243
  rubysl-tempfile (2.0.1)
243
- rubysl-thread (2.0.2)
244
+ rubysl-thread (2.0.3)
244
245
  rubysl-thwait (2.0.0)
245
246
  rubysl-time (2.0.3)
246
247
  rubysl-timeout (2.0.0)
@@ -258,10 +259,10 @@ GEM
258
259
  slop (3.6.0)
259
260
  sort_alphabetical (1.0.2)
260
261
  unicode_utils (>= 1.2.2)
261
- thread_safe (0.3.4)
262
- tzinfo (0.3.43)
262
+ thread_safe (0.3.5)
263
+ tzinfo (0.3.45)
263
264
  unicode_utils (1.4.0)
264
- wwtd (0.7.0)
265
+ wwtd (1.1.1)
265
266
 
266
267
  PLATFORMS
267
268
  ruby
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.3.0)
5
- countries (~> 1.1.0)
4
+ country_select (2.5.0)
5
+ countries (~> 1.2.0)
6
6
  sort_alphabetical (~> 1.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (4.1.9)
12
- actionview (= 4.1.9)
13
- activesupport (= 4.1.9)
11
+ actionpack (4.1.13)
12
+ actionview (= 4.1.13)
13
+ activesupport (= 4.1.13)
14
14
  rack (~> 1.5.2)
15
15
  rack-test (~> 0.6.2)
16
- actionview (4.1.9)
17
- activesupport (= 4.1.9)
16
+ actionview (4.1.13)
17
+ activesupport (= 4.1.13)
18
18
  builder (~> 3.1)
19
19
  erubis (~> 2.7.0)
20
- activesupport (4.1.9)
20
+ activesupport (4.1.13)
21
21
  i18n (~> 0.6, >= 0.6.9)
22
22
  json (~> 1.7, >= 1.7.7)
23
23
  minitest (~> 5.1)
@@ -25,7 +25,7 @@ GEM
25
25
  tzinfo (~> 1.1)
26
26
  builder (3.2.2)
27
27
  coderay (1.1.0)
28
- countries (1.1.0)
28
+ countries (1.2.1)
29
29
  currencies (~> 0.4.2)
30
30
  i18n_data (~> 0.7.0)
31
31
  currencies (0.4.2)
@@ -34,31 +34,32 @@ GEM
34
34
  ffi2-generators (0.1.1)
35
35
  i18n (0.7.0)
36
36
  i18n_data (0.7.0)
37
- json (1.8.2)
37
+ json (1.8.3)
38
38
  method_source (0.8.2)
39
- minitest (5.5.1)
40
- pry (0.10.1)
39
+ minitest (5.8.2)
40
+ pry (0.10.3)
41
41
  coderay (~> 1.1.0)
42
42
  method_source (~> 0.8.1)
43
43
  slop (~> 3.4)
44
- psych (2.0.12)
45
- racc (1.4.12)
46
- rack (1.5.2)
44
+ psych (2.0.15)
45
+ racc (1.4.13)
46
+ rack (1.5.5)
47
47
  rack-test (0.6.3)
48
48
  rack (>= 1.0)
49
49
  rake (10.4.2)
50
- rspec (3.1.0)
51
- rspec-core (~> 3.1.0)
52
- rspec-expectations (~> 3.1.0)
53
- rspec-mocks (~> 3.1.0)
54
- rspec-core (3.1.7)
55
- rspec-support (~> 3.1.0)
56
- rspec-expectations (3.1.2)
50
+ rspec (3.3.0)
51
+ rspec-core (~> 3.3.0)
52
+ rspec-expectations (~> 3.3.0)
53
+ rspec-mocks (~> 3.3.0)
54
+ rspec-core (3.3.2)
55
+ rspec-support (~> 3.3.0)
56
+ rspec-expectations (3.3.1)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.1.0)
59
- rspec-mocks (3.1.3)
60
- rspec-support (~> 3.1.0)
61
- rspec-support (3.1.2)
58
+ rspec-support (~> 3.3.0)
59
+ rspec-mocks (3.3.2)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.3.0)
62
+ rspec-support (3.3.0)
62
63
  rubysl (2.1.0)
63
64
  rubysl-abbrev (~> 2.0)
64
65
  rubysl-base64 (~> 2.0)
@@ -165,7 +166,7 @@ GEM
165
166
  rubysl-curses (2.0.1)
166
167
  rubysl-date (2.0.9)
167
168
  rubysl-delegate (2.0.1)
168
- rubysl-digest (2.0.3)
169
+ rubysl-digest (2.0.8)
169
170
  rubysl-drb (2.0.1)
170
171
  rubysl-e2mmap (2.0.0)
171
172
  rubysl-english (2.0.0)
@@ -215,7 +216,7 @@ GEM
215
216
  rubysl-observer (2.0.0)
216
217
  rubysl-open-uri (2.0.0)
217
218
  rubysl-open3 (2.0.0)
218
- rubysl-openssl (2.2.1)
219
+ rubysl-openssl (2.3.1)
219
220
  rubysl-optparse (2.0.1)
220
221
  rubysl-shellwords (~> 2.0)
221
222
  rubysl-ostruct (2.0.4)
@@ -227,7 +228,7 @@ GEM
227
228
  rubysl-pstore (2.0.0)
228
229
  rubysl-pty (2.0.3)
229
230
  rubysl-rational (2.0.1)
230
- rubysl-resolv (2.1.0)
231
+ rubysl-resolv (2.1.2)
231
232
  rubysl-rexml (2.0.4)
232
233
  rubysl-rinda (2.0.1)
233
234
  rubysl-rss (2.0.0)
@@ -243,7 +244,7 @@ GEM
243
244
  rubysl-syslog (2.1.0)
244
245
  ffi2-generators (~> 0.1)
245
246
  rubysl-tempfile (2.0.1)
246
- rubysl-thread (2.0.2)
247
+ rubysl-thread (2.0.3)
247
248
  rubysl-thwait (2.0.0)
248
249
  rubysl-time (2.0.3)
249
250
  rubysl-timeout (2.0.0)
@@ -261,11 +262,11 @@ GEM
261
262
  slop (3.6.0)
262
263
  sort_alphabetical (1.0.2)
263
264
  unicode_utils (>= 1.2.2)
264
- thread_safe (0.3.4)
265
+ thread_safe (0.3.5)
265
266
  tzinfo (1.2.2)
266
267
  thread_safe (~> 0.1)
267
268
  unicode_utils (1.4.0)
268
- wwtd (0.7.0)
269
+ wwtd (1.1.1)
269
270
 
270
271
  PLATFORMS
271
272
  ruby
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.3.0)
5
- countries (~> 1.1.0)
4
+ country_select (2.5.0)
5
+ countries (~> 1.2.0)
6
6
  sort_alphabetical (~> 1.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (4.2.0)
12
- actionview (= 4.2.0)
13
- activesupport (= 4.2.0)
14
- rack (~> 1.6.0)
11
+ actionpack (4.2.5.rc2)
12
+ actionview (= 4.2.5.rc2)
13
+ activesupport (= 4.2.5.rc2)
14
+ rack (~> 1.6)
15
15
  rack-test (~> 0.6.2)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
18
- actionview (4.2.0)
19
- activesupport (= 4.2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
+ actionview (4.2.5.rc2)
19
+ activesupport (= 4.2.5.rc2)
20
20
  builder (~> 3.1)
21
21
  erubis (~> 2.7.0)
22
22
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
- activesupport (4.2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
+ activesupport (4.2.5.rc2)
25
25
  i18n (~> 0.7)
26
26
  json (~> 1.7, >= 1.7.7)
27
27
  minitest (~> 5.1)
@@ -29,7 +29,7 @@ GEM
29
29
  tzinfo (~> 1.1)
30
30
  builder (3.2.2)
31
31
  coderay (1.1.0)
32
- countries (1.1.0)
32
+ countries (1.2.1)
33
33
  currencies (~> 0.4.2)
34
34
  i18n_data (~> 0.7.0)
35
35
  currencies (0.4.2)
@@ -38,49 +38,50 @@ GEM
38
38
  ffi2-generators (0.1.1)
39
39
  i18n (0.7.0)
40
40
  i18n_data (0.7.0)
41
- json (1.8.2)
42
- loofah (2.0.1)
41
+ json (1.8.3)
42
+ loofah (2.0.3)
43
43
  nokogiri (>= 1.5.9)
44
44
  method_source (0.8.2)
45
45
  mini_portile (0.6.2)
46
- minitest (5.5.1)
46
+ minitest (5.8.2)
47
47
  nokogiri (1.6.6.2)
48
48
  mini_portile (~> 0.6.0)
49
- pry (0.10.1)
49
+ pry (0.10.3)
50
50
  coderay (~> 1.1.0)
51
51
  method_source (~> 0.8.1)
52
52
  slop (~> 3.4)
53
- psych (2.0.12)
54
- racc (1.4.12)
55
- rack (1.6.0)
53
+ psych (2.0.15)
54
+ racc (1.4.13)
55
+ rack (1.6.4)
56
56
  rack-test (0.6.3)
57
57
  rack (>= 1.0)
58
58
  rails-deprecated_sanitizer (1.0.3)
59
59
  activesupport (>= 4.2.0.alpha)
60
- rails-dom-testing (1.0.5)
60
+ rails-dom-testing (1.0.7)
61
61
  activesupport (>= 4.2.0.beta, < 5.0)
62
62
  nokogiri (~> 1.6.0)
63
63
  rails-deprecated_sanitizer (>= 1.0.1)
64
- rails-html-sanitizer (1.0.1)
64
+ rails-html-sanitizer (1.0.2)
65
65
  loofah (~> 2.0)
66
- railties (4.2.0)
67
- actionpack (= 4.2.0)
68
- activesupport (= 4.2.0)
66
+ railties (4.2.5.rc2)
67
+ actionpack (= 4.2.5.rc2)
68
+ activesupport (= 4.2.5.rc2)
69
69
  rake (>= 0.8.7)
70
70
  thor (>= 0.18.1, < 2.0)
71
71
  rake (10.4.2)
72
- rspec (3.1.0)
73
- rspec-core (~> 3.1.0)
74
- rspec-expectations (~> 3.1.0)
75
- rspec-mocks (~> 3.1.0)
76
- rspec-core (3.1.7)
77
- rspec-support (~> 3.1.0)
78
- rspec-expectations (3.1.2)
72
+ rspec (3.3.0)
73
+ rspec-core (~> 3.3.0)
74
+ rspec-expectations (~> 3.3.0)
75
+ rspec-mocks (~> 3.3.0)
76
+ rspec-core (3.3.2)
77
+ rspec-support (~> 3.3.0)
78
+ rspec-expectations (3.3.1)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.1.0)
81
- rspec-mocks (3.1.3)
82
- rspec-support (~> 3.1.0)
83
- rspec-support (3.1.2)
80
+ rspec-support (~> 3.3.0)
81
+ rspec-mocks (3.3.2)
82
+ diff-lcs (>= 1.2.0, < 2.0)
83
+ rspec-support (~> 3.3.0)
84
+ rspec-support (3.3.0)
84
85
  rubysl (2.1.0)
85
86
  rubysl-abbrev (~> 2.0)
86
87
  rubysl-base64 (~> 2.0)
@@ -187,7 +188,7 @@ GEM
187
188
  rubysl-curses (2.0.1)
188
189
  rubysl-date (2.0.9)
189
190
  rubysl-delegate (2.0.1)
190
- rubysl-digest (2.0.3)
191
+ rubysl-digest (2.0.8)
191
192
  rubysl-drb (2.0.1)
192
193
  rubysl-e2mmap (2.0.0)
193
194
  rubysl-english (2.0.0)
@@ -237,7 +238,7 @@ GEM
237
238
  rubysl-observer (2.0.0)
238
239
  rubysl-open-uri (2.0.0)
239
240
  rubysl-open3 (2.0.0)
240
- rubysl-openssl (2.2.1)
241
+ rubysl-openssl (2.3.1)
241
242
  rubysl-optparse (2.0.1)
242
243
  rubysl-shellwords (~> 2.0)
243
244
  rubysl-ostruct (2.0.4)
@@ -249,7 +250,7 @@ GEM
249
250
  rubysl-pstore (2.0.0)
250
251
  rubysl-pty (2.0.3)
251
252
  rubysl-rational (2.0.1)
252
- rubysl-resolv (2.1.0)
253
+ rubysl-resolv (2.1.2)
253
254
  rubysl-rexml (2.0.4)
254
255
  rubysl-rinda (2.0.1)
255
256
  rubysl-rss (2.0.0)
@@ -265,7 +266,7 @@ GEM
265
266
  rubysl-syslog (2.1.0)
266
267
  ffi2-generators (~> 0.1)
267
268
  rubysl-tempfile (2.0.1)
268
- rubysl-thread (2.0.2)
269
+ rubysl-thread (2.0.3)
269
270
  rubysl-thwait (2.0.0)
270
271
  rubysl-time (2.0.3)
271
272
  rubysl-timeout (2.0.0)
@@ -284,11 +285,11 @@ GEM
284
285
  sort_alphabetical (1.0.2)
285
286
  unicode_utils (>= 1.2.2)
286
287
  thor (0.19.1)
287
- thread_safe (0.3.4)
288
+ thread_safe (0.3.5)
288
289
  tzinfo (1.2.2)
289
290
  thread_safe (~> 0.1)
290
291
  unicode_utils (1.4.0)
291
- wwtd (0.7.0)
292
+ wwtd (1.1.1)
292
293
 
293
294
  PLATFORMS
294
295
  ruby
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- require 'iso3166'
3
+ require 'countries/global'
4
4
  require 'sort_alphabetical'
5
5
 
6
6
  require 'country_select/version'
@@ -1,3 +1,3 @@
1
1
  module CountrySelect
2
- VERSION = "2.4.0"
2
+ VERSION = "2.5.0"
3
3
  end
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: 2.4.0
4
+ version: 2.5.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: 2015-09-21 00:00:00.000000000 Z
11
+ date: 2015-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 1.1.0
89
+ version: 1.2.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 1.1.0
96
+ version: 1.2.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: sort_alphabetical
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  version: '0'
167
167
  requirements: []
168
168
  rubyforge_project: country_select
169
- rubygems_version: 2.4.5
169
+ rubygems_version: 2.4.5.1
170
170
  signing_key:
171
171
  specification_version: 4
172
172
  summary: Country Select Plugin