country_select 10.0.0 → 11.0.0
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.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +3 -3
- data/CHANGELOG.md +10 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +66 -46
- data/README.md +1 -6
- data/country_select.gemspec +2 -3
- data/gemfiles/actionpack-7.1.gemfile +1 -1
- data/gemfiles/actionpack-7.1.gemfile.lock +82 -54
- data/gemfiles/actionpack-7.2.gemfile +1 -1
- data/gemfiles/actionpack-7.2.gemfile.lock +80 -56
- data/gemfiles/{actionpack-7.0.gemfile → actionpack-8.0.gemfile} +3 -3
- data/gemfiles/actionpack-8.0.gemfile.lock +174 -0
- data/lib/country_select/defaults.rb +0 -1
- data/lib/country_select/tag_helper.rb +9 -8
- data/lib/country_select/version.rb +1 -1
- data/spec/country_select_spec.rb +24 -18
- metadata +10 -29
- data/gemfiles/actionpack-6.1.gemfile +0 -9
- data/gemfiles/actionpack-6.1.gemfile.lock +0 -111
- data/gemfiles/actionpack-7.0.gemfile.lock +0 -114
@@ -1,111 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
country_select (10.0.0)
|
5
|
-
countries (> 5.0, < 8.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actionpack (6.1.7.8)
|
11
|
-
actionview (= 6.1.7.8)
|
12
|
-
activesupport (= 6.1.7.8)
|
13
|
-
rack (~> 2.0, >= 2.0.9)
|
14
|
-
rack-test (>= 0.6.3)
|
15
|
-
rails-dom-testing (~> 2.0)
|
16
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (6.1.7.8)
|
18
|
-
activesupport (= 6.1.7.8)
|
19
|
-
builder (~> 3.1)
|
20
|
-
erubi (~> 1.4)
|
21
|
-
rails-dom-testing (~> 2.0)
|
22
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
activesupport (6.1.7.8)
|
24
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
|
-
i18n (>= 1.6, < 2)
|
26
|
-
minitest (>= 5.1)
|
27
|
-
tzinfo (~> 2.0)
|
28
|
-
zeitwerk (~> 2.3)
|
29
|
-
builder (3.3.0)
|
30
|
-
coderay (1.1.3)
|
31
|
-
concurrent-ruby (1.3.4)
|
32
|
-
countries (7.0.0)
|
33
|
-
unaccent (~> 0.3)
|
34
|
-
crass (1.0.6)
|
35
|
-
diff-lcs (1.5.1)
|
36
|
-
docile (1.4.1)
|
37
|
-
erubi (1.13.0)
|
38
|
-
i18n (1.14.6)
|
39
|
-
concurrent-ruby (~> 1.0)
|
40
|
-
loofah (2.22.0)
|
41
|
-
crass (~> 1.0.2)
|
42
|
-
nokogiri (>= 1.12.0)
|
43
|
-
method_source (1.1.0)
|
44
|
-
mini_portile2 (2.8.7)
|
45
|
-
minitest (5.25.1)
|
46
|
-
nokogiri (1.14.0.rc1)
|
47
|
-
mini_portile2 (~> 2.8.0)
|
48
|
-
racc (~> 1.4)
|
49
|
-
pry (0.14.2)
|
50
|
-
coderay (~> 1.1)
|
51
|
-
method_source (~> 1.0)
|
52
|
-
racc (1.8.1)
|
53
|
-
rack (2.2.9)
|
54
|
-
rack-test (2.1.0)
|
55
|
-
rack (>= 1.3)
|
56
|
-
rails-dom-testing (2.2.0)
|
57
|
-
activesupport (>= 5.0.0)
|
58
|
-
minitest
|
59
|
-
nokogiri (>= 1.6)
|
60
|
-
rails-html-sanitizer (1.5.0)
|
61
|
-
loofah (~> 2.19, >= 2.19.1)
|
62
|
-
railties (6.1.7.8)
|
63
|
-
actionpack (= 6.1.7.8)
|
64
|
-
activesupport (= 6.1.7.8)
|
65
|
-
method_source
|
66
|
-
rake (>= 12.2)
|
67
|
-
thor (~> 1.0)
|
68
|
-
rake (13.2.1)
|
69
|
-
rspec (3.13.0)
|
70
|
-
rspec-core (~> 3.13.0)
|
71
|
-
rspec-expectations (~> 3.13.0)
|
72
|
-
rspec-mocks (~> 3.13.0)
|
73
|
-
rspec-core (3.13.1)
|
74
|
-
rspec-support (~> 3.13.0)
|
75
|
-
rspec-expectations (3.13.3)
|
76
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
77
|
-
rspec-support (~> 3.13.0)
|
78
|
-
rspec-mocks (3.13.1)
|
79
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
80
|
-
rspec-support (~> 3.13.0)
|
81
|
-
rspec-support (3.13.1)
|
82
|
-
simplecov (0.22.0)
|
83
|
-
docile (~> 1.1)
|
84
|
-
simplecov-html (~> 0.11)
|
85
|
-
simplecov_json_formatter (~> 0.1)
|
86
|
-
simplecov-html (0.13.1)
|
87
|
-
simplecov_json_formatter (0.1.4)
|
88
|
-
thor (1.3.2)
|
89
|
-
tzinfo (2.0.6)
|
90
|
-
concurrent-ruby (~> 1.0)
|
91
|
-
unaccent (0.4.0)
|
92
|
-
zeitwerk (2.6.18)
|
93
|
-
|
94
|
-
PLATFORMS
|
95
|
-
arm64-darwin-22
|
96
|
-
arm64-darwin-23
|
97
|
-
x86_64-darwin-22
|
98
|
-
x86_64-linux
|
99
|
-
|
100
|
-
DEPENDENCIES
|
101
|
-
actionpack (~> 6.1.0)
|
102
|
-
country_select!
|
103
|
-
nokogiri (= 1.14.0.rc1)
|
104
|
-
pry (~> 0)
|
105
|
-
railties (~> 6.1.0)
|
106
|
-
rake (~> 13)
|
107
|
-
rspec (~> 3)
|
108
|
-
simplecov (~> 0.22)
|
109
|
-
|
110
|
-
BUNDLED WITH
|
111
|
-
2.5.18
|
@@ -1,114 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
country_select (10.0.0)
|
5
|
-
countries (> 5.0, < 8.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actionpack (7.0.8.4)
|
11
|
-
actionview (= 7.0.8.4)
|
12
|
-
activesupport (= 7.0.8.4)
|
13
|
-
rack (~> 2.0, >= 2.2.4)
|
14
|
-
rack-test (>= 0.6.3)
|
15
|
-
rails-dom-testing (~> 2.0)
|
16
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (7.0.8.4)
|
18
|
-
activesupport (= 7.0.8.4)
|
19
|
-
builder (~> 3.1)
|
20
|
-
erubi (~> 1.4)
|
21
|
-
rails-dom-testing (~> 2.0)
|
22
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
activesupport (7.0.8.4)
|
24
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
|
-
i18n (>= 1.6, < 2)
|
26
|
-
minitest (>= 5.1)
|
27
|
-
tzinfo (~> 2.0)
|
28
|
-
builder (3.3.0)
|
29
|
-
coderay (1.1.3)
|
30
|
-
concurrent-ruby (1.3.4)
|
31
|
-
countries (7.0.0)
|
32
|
-
unaccent (~> 0.3)
|
33
|
-
crass (1.0.6)
|
34
|
-
diff-lcs (1.5.1)
|
35
|
-
docile (1.4.1)
|
36
|
-
erubi (1.13.0)
|
37
|
-
i18n (1.14.6)
|
38
|
-
concurrent-ruby (~> 1.0)
|
39
|
-
loofah (2.22.0)
|
40
|
-
crass (~> 1.0.2)
|
41
|
-
nokogiri (>= 1.12.0)
|
42
|
-
method_source (1.1.0)
|
43
|
-
minitest (5.25.1)
|
44
|
-
nokogiri (1.16.7-arm64-darwin)
|
45
|
-
racc (~> 1.4)
|
46
|
-
nokogiri (1.16.7-x86_64-darwin)
|
47
|
-
racc (~> 1.4)
|
48
|
-
nokogiri (1.16.7-x86_64-linux)
|
49
|
-
racc (~> 1.4)
|
50
|
-
pry (0.14.2)
|
51
|
-
coderay (~> 1.1)
|
52
|
-
method_source (~> 1.0)
|
53
|
-
racc (1.8.1)
|
54
|
-
rack (2.2.9)
|
55
|
-
rack-test (2.1.0)
|
56
|
-
rack (>= 1.3)
|
57
|
-
rails-dom-testing (2.2.0)
|
58
|
-
activesupport (>= 5.0.0)
|
59
|
-
minitest
|
60
|
-
nokogiri (>= 1.6)
|
61
|
-
rails-html-sanitizer (1.6.0)
|
62
|
-
loofah (~> 2.21)
|
63
|
-
nokogiri (~> 1.14)
|
64
|
-
railties (7.0.8.4)
|
65
|
-
actionpack (= 7.0.8.4)
|
66
|
-
activesupport (= 7.0.8.4)
|
67
|
-
method_source
|
68
|
-
rake (>= 12.2)
|
69
|
-
thor (~> 1.0)
|
70
|
-
zeitwerk (~> 2.5)
|
71
|
-
rake (13.2.1)
|
72
|
-
rspec (3.13.0)
|
73
|
-
rspec-core (~> 3.13.0)
|
74
|
-
rspec-expectations (~> 3.13.0)
|
75
|
-
rspec-mocks (~> 3.13.0)
|
76
|
-
rspec-core (3.13.1)
|
77
|
-
rspec-support (~> 3.13.0)
|
78
|
-
rspec-expectations (3.13.3)
|
79
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
80
|
-
rspec-support (~> 3.13.0)
|
81
|
-
rspec-mocks (3.13.1)
|
82
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
83
|
-
rspec-support (~> 3.13.0)
|
84
|
-
rspec-support (3.13.1)
|
85
|
-
simplecov (0.22.0)
|
86
|
-
docile (~> 1.1)
|
87
|
-
simplecov-html (~> 0.11)
|
88
|
-
simplecov_json_formatter (~> 0.1)
|
89
|
-
simplecov-html (0.13.1)
|
90
|
-
simplecov_json_formatter (0.1.4)
|
91
|
-
thor (1.3.2)
|
92
|
-
tzinfo (2.0.6)
|
93
|
-
concurrent-ruby (~> 1.0)
|
94
|
-
unaccent (0.4.0)
|
95
|
-
zeitwerk (2.6.18)
|
96
|
-
|
97
|
-
PLATFORMS
|
98
|
-
arm64-darwin-22
|
99
|
-
arm64-darwin-23
|
100
|
-
x86_64-darwin-22
|
101
|
-
x86_64-linux
|
102
|
-
|
103
|
-
DEPENDENCIES
|
104
|
-
actionpack (~> 7.0.0)
|
105
|
-
country_select!
|
106
|
-
nokogiri (~> 1.15)
|
107
|
-
pry (~> 0)
|
108
|
-
railties (~> 7.0.0)
|
109
|
-
rake (~> 13)
|
110
|
-
rspec (~> 3)
|
111
|
-
simplecov (~> 0.22)
|
112
|
-
|
113
|
-
BUNDLED WITH
|
114
|
-
2.5.18
|