country_select 5.1.0 → 6.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 +4 -0
- data/Gemfile.lock +6 -7
- data/country_select.gemspec +1 -1
- data/gemfiles/actionpack.edge.gemfile.lock +5 -6
- data/gemfiles/actionpack5.2.gemfile.lock +5 -6
- data/gemfiles/actionpack6.0.gemfile.lock +5 -6
- data/gemfiles/actionpack6.1.gemfile.lock +5 -6
- 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: b8b7782f33173fbacc77ed71df46cbde8cd8ed125d46968c774f97c5d5bc768a
|
4
|
+
data.tar.gz: b5ed241b2e15dfc0c7f03126badcec1dacbb6047da45afcbef739e8194a3039b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f03c36d32ce213c33b3608dc047ee83d5ec86cc4fee676b11c97f3248ab1c27add514c802e1a241141b7d92e7a88463bf4ac8c3bacb37064508be30084ccff39
|
7
|
+
data.tar.gz: ae90ced4ce2a6d0a973f27da2053695f5f804cd2472d1ab31dc4cbb2fbef1813c677c594e253b694311f5692a30252ec91ce190b6f13d5dcd1656cac58ecab20
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
country_select (
|
5
|
-
countries (~>
|
4
|
+
country_select (6.0.0)
|
5
|
+
countries (~> 4.0)
|
6
6
|
sort_alphabetical (~> 1.1)
|
7
7
|
|
8
8
|
GEM
|
@@ -30,16 +30,15 @@ GEM
|
|
30
30
|
builder (3.2.4)
|
31
31
|
coderay (1.1.3)
|
32
32
|
concurrent-ruby (1.1.8)
|
33
|
-
countries (
|
34
|
-
i18n_data (~> 0.
|
33
|
+
countries (4.0.0)
|
34
|
+
i18n_data (~> 0.13.0)
|
35
35
|
sixarm_ruby_unaccent (~> 1.1)
|
36
|
-
unicode_utils (~> 1.4)
|
37
36
|
crass (1.0.6)
|
38
37
|
diff-lcs (1.4.4)
|
39
38
|
erubi (1.10.0)
|
40
39
|
i18n (1.8.9)
|
41
40
|
concurrent-ruby (~> 1.0)
|
42
|
-
i18n_data (0.
|
41
|
+
i18n_data (0.13.0)
|
43
42
|
loofah (2.9.0)
|
44
43
|
crass (~> 1.0.2)
|
45
44
|
nokogiri (>= 1.5.9)
|
@@ -96,4 +95,4 @@ DEPENDENCIES
|
|
96
95
|
wwtd (~> 1)
|
97
96
|
|
98
97
|
BUNDLED WITH
|
99
|
-
2.2.
|
98
|
+
2.2.15
|
data/country_select.gemspec
CHANGED
@@ -25,6 +25,6 @@ Gem::Specification.new do |s|
|
|
25
25
|
s.add_development_dependency 'rspec', '~> 3'
|
26
26
|
s.add_development_dependency 'wwtd', '~> 1'
|
27
27
|
|
28
|
-
s.add_dependency 'countries', '~>
|
28
|
+
s.add_dependency 'countries', '~> 4.0'
|
29
29
|
s.add_dependency 'sort_alphabetical', '~> 1.1'
|
30
30
|
end
|
@@ -26,7 +26,7 @@ PATH
|
|
26
26
|
remote: ..
|
27
27
|
specs:
|
28
28
|
country_select (5.1.0)
|
29
|
-
countries (~>
|
29
|
+
countries (~> 4.0)
|
30
30
|
sort_alphabetical (~> 1.1)
|
31
31
|
|
32
32
|
GEM
|
@@ -35,16 +35,15 @@ GEM
|
|
35
35
|
builder (3.2.4)
|
36
36
|
coderay (1.1.3)
|
37
37
|
concurrent-ruby (1.1.8)
|
38
|
-
countries (
|
39
|
-
i18n_data (~> 0.
|
38
|
+
countries (4.0.0)
|
39
|
+
i18n_data (~> 0.13.0)
|
40
40
|
sixarm_ruby_unaccent (~> 1.1)
|
41
|
-
unicode_utils (~> 1.4)
|
42
41
|
crass (1.0.6)
|
43
42
|
diff-lcs (1.4.4)
|
44
43
|
erubi (1.10.0)
|
45
44
|
i18n (1.8.9)
|
46
45
|
concurrent-ruby (~> 1.0)
|
47
|
-
i18n_data (0.
|
46
|
+
i18n_data (0.13.0)
|
48
47
|
loofah (2.9.0)
|
49
48
|
crass (~> 1.0.2)
|
50
49
|
nokogiri (>= 1.5.9)
|
@@ -103,4 +102,4 @@ DEPENDENCIES
|
|
103
102
|
wwtd (~> 1)
|
104
103
|
|
105
104
|
BUNDLED WITH
|
106
|
-
2.2.
|
105
|
+
2.2.15
|
@@ -2,7 +2,7 @@ PATH
|
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
4
|
country_select (5.1.0)
|
5
|
-
countries (~>
|
5
|
+
countries (~> 4.0)
|
6
6
|
sort_alphabetical (~> 1.1)
|
7
7
|
|
8
8
|
GEM
|
@@ -29,16 +29,15 @@ GEM
|
|
29
29
|
builder (3.2.4)
|
30
30
|
coderay (1.1.3)
|
31
31
|
concurrent-ruby (1.1.8)
|
32
|
-
countries (
|
33
|
-
i18n_data (~> 0.
|
32
|
+
countries (4.0.0)
|
33
|
+
i18n_data (~> 0.13.0)
|
34
34
|
sixarm_ruby_unaccent (~> 1.1)
|
35
|
-
unicode_utils (~> 1.4)
|
36
35
|
crass (1.0.6)
|
37
36
|
diff-lcs (1.4.4)
|
38
37
|
erubi (1.10.0)
|
39
38
|
i18n (1.8.9)
|
40
39
|
concurrent-ruby (~> 1.0)
|
41
|
-
i18n_data (0.
|
40
|
+
i18n_data (0.13.0)
|
42
41
|
loofah (2.9.0)
|
43
42
|
crass (~> 1.0.2)
|
44
43
|
nokogiri (>= 1.5.9)
|
@@ -103,4 +102,4 @@ DEPENDENCIES
|
|
103
102
|
wwtd (~> 1)
|
104
103
|
|
105
104
|
BUNDLED WITH
|
106
|
-
2.2.
|
105
|
+
2.2.15
|
@@ -2,7 +2,7 @@ PATH
|
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
4
|
country_select (5.1.0)
|
5
|
-
countries (~>
|
5
|
+
countries (~> 4.0)
|
6
6
|
sort_alphabetical (~> 1.1)
|
7
7
|
|
8
8
|
GEM
|
@@ -30,16 +30,15 @@ GEM
|
|
30
30
|
builder (3.2.4)
|
31
31
|
coderay (1.1.3)
|
32
32
|
concurrent-ruby (1.1.8)
|
33
|
-
countries (
|
34
|
-
i18n_data (~> 0.
|
33
|
+
countries (4.0.0)
|
34
|
+
i18n_data (~> 0.13.0)
|
35
35
|
sixarm_ruby_unaccent (~> 1.1)
|
36
|
-
unicode_utils (~> 1.4)
|
37
36
|
crass (1.0.6)
|
38
37
|
diff-lcs (1.4.4)
|
39
38
|
erubi (1.10.0)
|
40
39
|
i18n (1.8.9)
|
41
40
|
concurrent-ruby (~> 1.0)
|
42
|
-
i18n_data (0.
|
41
|
+
i18n_data (0.13.0)
|
43
42
|
loofah (2.9.0)
|
44
43
|
crass (~> 1.0.2)
|
45
44
|
nokogiri (>= 1.5.9)
|
@@ -105,4 +104,4 @@ DEPENDENCIES
|
|
105
104
|
wwtd (~> 1)
|
106
105
|
|
107
106
|
BUNDLED WITH
|
108
|
-
2.2.
|
107
|
+
2.2.15
|
@@ -2,7 +2,7 @@ PATH
|
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
4
|
country_select (5.1.0)
|
5
|
-
countries (~>
|
5
|
+
countries (~> 4.0)
|
6
6
|
sort_alphabetical (~> 1.1)
|
7
7
|
|
8
8
|
GEM
|
@@ -30,16 +30,15 @@ GEM
|
|
30
30
|
builder (3.2.4)
|
31
31
|
coderay (1.1.3)
|
32
32
|
concurrent-ruby (1.1.8)
|
33
|
-
countries (
|
34
|
-
i18n_data (~> 0.
|
33
|
+
countries (4.0.0)
|
34
|
+
i18n_data (~> 0.13.0)
|
35
35
|
sixarm_ruby_unaccent (~> 1.1)
|
36
|
-
unicode_utils (~> 1.4)
|
37
36
|
crass (1.0.6)
|
38
37
|
diff-lcs (1.4.4)
|
39
38
|
erubi (1.10.0)
|
40
39
|
i18n (1.8.9)
|
41
40
|
concurrent-ruby (~> 1.0)
|
42
|
-
i18n_data (0.
|
41
|
+
i18n_data (0.13.0)
|
43
42
|
loofah (2.9.0)
|
44
43
|
crass (~> 1.0.2)
|
45
44
|
nokogiri (>= 1.5.9)
|
@@ -104,4 +103,4 @@ DEPENDENCIES
|
|
104
103
|
wwtd (~> 1)
|
105
104
|
|
106
105
|
BUNDLED WITH
|
107
|
-
2.2.
|
106
|
+
2.2.15
|
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:
|
4
|
+
version: 6.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-
|
11
|
+
date: 2021-06-28 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: '
|
89
|
+
version: '4.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: '
|
96
|
+
version: '4.0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: sort_alphabetical
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|