country_select 6.0.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,105 +0,0 @@
1
- GIT
2
- remote: https://github.com/rails/rails.git
3
- revision: a34d64d82e213a4054fbb69ad5cd7a5137a5a252
4
- specs:
5
- actionpack (7.0.0.alpha)
6
- actionview (= 7.0.0.alpha)
7
- activesupport (= 7.0.0.alpha)
8
- rack (~> 2.0, >= 2.0.9)
9
- rack-test (>= 0.6.3)
10
- rails-dom-testing (~> 2.0)
11
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
12
- actionview (7.0.0.alpha)
13
- activesupport (= 7.0.0.alpha)
14
- builder (~> 3.1)
15
- erubi (~> 1.4)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
18
- activesupport (7.0.0.alpha)
19
- concurrent-ruby (~> 1.0, >= 1.0.2)
20
- i18n (>= 1.6, < 2)
21
- minitest (>= 5.1)
22
- tzinfo (~> 2.0)
23
- zeitwerk (~> 2.3)
24
-
25
- PATH
26
- remote: ..
27
- specs:
28
- country_select (5.1.0)
29
- countries (~> 4.0)
30
- sort_alphabetical (~> 1.1)
31
-
32
- GEM
33
- remote: https://rubygems.org/
34
- specs:
35
- builder (3.2.4)
36
- coderay (1.1.3)
37
- concurrent-ruby (1.1.8)
38
- countries (4.0.0)
39
- i18n_data (~> 0.13.0)
40
- sixarm_ruby_unaccent (~> 1.1)
41
- crass (1.0.6)
42
- diff-lcs (1.4.4)
43
- erubi (1.10.0)
44
- i18n (1.8.9)
45
- concurrent-ruby (~> 1.0)
46
- i18n_data (0.13.0)
47
- loofah (2.9.0)
48
- crass (~> 1.0.2)
49
- nokogiri (>= 1.5.9)
50
- method_source (1.0.0)
51
- mini_portile2 (2.5.0)
52
- minitest (5.14.4)
53
- nokogiri (1.11.1)
54
- mini_portile2 (~> 2.5.0)
55
- racc (~> 1.4)
56
- pry (0.14.0)
57
- coderay (~> 1.1)
58
- method_source (~> 1.0)
59
- racc (1.5.2)
60
- rack (2.2.3)
61
- rack-test (1.1.0)
62
- rack (>= 1.0, < 3)
63
- rails-dom-testing (2.0.3)
64
- activesupport (>= 4.2.0)
65
- nokogiri (>= 1.6)
66
- rails-html-sanitizer (1.3.0)
67
- loofah (~> 2.3)
68
- rake (13.0.3)
69
- rspec (3.10.0)
70
- rspec-core (~> 3.10.0)
71
- rspec-expectations (~> 3.10.0)
72
- rspec-mocks (~> 3.10.0)
73
- rspec-core (3.10.1)
74
- rspec-support (~> 3.10.0)
75
- rspec-expectations (3.10.1)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.10.0)
78
- rspec-mocks (3.10.2)
79
- diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.10.0)
81
- rspec-support (3.10.2)
82
- sixarm_ruby_unaccent (1.2.0)
83
- sort_alphabetical (1.1.0)
84
- unicode_utils (>= 1.2.2)
85
- tzinfo (2.0.4)
86
- concurrent-ruby (~> 1.0)
87
- unicode_utils (1.4.0)
88
- wwtd (1.4.1)
89
- zeitwerk (2.4.2)
90
-
91
- PLATFORMS
92
- ruby
93
-
94
- DEPENDENCIES
95
- actionpack!
96
- actionview!
97
- activesupport!
98
- country_select!
99
- pry (~> 0)
100
- rake (~> 13)
101
- rspec (~> 3)
102
- wwtd (~> 1)
103
-
104
- BUNDLED WITH
105
- 2.2.15
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec :path => "../"
4
-
5
- gem "railties", "~> 5.2.4"
6
- gem "actionpack", "~> 5.2.4"
@@ -1,105 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- country_select (5.1.0)
5
- countries (~> 4.0)
6
- sort_alphabetical (~> 1.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (5.2.4.5)
12
- actionview (= 5.2.4.5)
13
- activesupport (= 5.2.4.5)
14
- rack (~> 2.0, >= 2.0.8)
15
- rack-test (>= 0.6.3)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
- actionview (5.2.4.5)
19
- activesupport (= 5.2.4.5)
20
- builder (~> 3.1)
21
- erubi (~> 1.4)
22
- rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
- activesupport (5.2.4.5)
25
- concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (>= 0.7, < 2)
27
- minitest (~> 5.1)
28
- tzinfo (~> 1.1)
29
- builder (3.2.4)
30
- coderay (1.1.3)
31
- concurrent-ruby (1.1.8)
32
- countries (4.0.0)
33
- i18n_data (~> 0.13.0)
34
- sixarm_ruby_unaccent (~> 1.1)
35
- crass (1.0.6)
36
- diff-lcs (1.4.4)
37
- erubi (1.10.0)
38
- i18n (1.8.9)
39
- concurrent-ruby (~> 1.0)
40
- i18n_data (0.13.0)
41
- loofah (2.9.0)
42
- crass (~> 1.0.2)
43
- nokogiri (>= 1.5.9)
44
- method_source (1.0.0)
45
- mini_portile2 (2.5.0)
46
- minitest (5.14.4)
47
- nokogiri (1.11.1)
48
- mini_portile2 (~> 2.5.0)
49
- racc (~> 1.4)
50
- pry (0.14.0)
51
- coderay (~> 1.1)
52
- method_source (~> 1.0)
53
- racc (1.5.2)
54
- rack (2.2.3)
55
- rack-test (1.1.0)
56
- rack (>= 1.0, < 3)
57
- rails-dom-testing (2.0.3)
58
- activesupport (>= 4.2.0)
59
- nokogiri (>= 1.6)
60
- rails-html-sanitizer (1.3.0)
61
- loofah (~> 2.3)
62
- railties (5.2.4.5)
63
- actionpack (= 5.2.4.5)
64
- activesupport (= 5.2.4.5)
65
- method_source
66
- rake (>= 0.8.7)
67
- thor (>= 0.19.0, < 2.0)
68
- rake (13.0.3)
69
- rspec (3.10.0)
70
- rspec-core (~> 3.10.0)
71
- rspec-expectations (~> 3.10.0)
72
- rspec-mocks (~> 3.10.0)
73
- rspec-core (3.10.1)
74
- rspec-support (~> 3.10.0)
75
- rspec-expectations (3.10.1)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.10.0)
78
- rspec-mocks (3.10.2)
79
- diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.10.0)
81
- rspec-support (3.10.2)
82
- sixarm_ruby_unaccent (1.2.0)
83
- sort_alphabetical (1.1.0)
84
- unicode_utils (>= 1.2.2)
85
- thor (1.1.0)
86
- thread_safe (0.3.6)
87
- tzinfo (1.2.9)
88
- thread_safe (~> 0.1)
89
- unicode_utils (1.4.0)
90
- wwtd (1.4.1)
91
-
92
- PLATFORMS
93
- ruby
94
-
95
- DEPENDENCIES
96
- actionpack (~> 5.2.4)
97
- country_select!
98
- pry (~> 0)
99
- railties (~> 5.2.4)
100
- rake (~> 13)
101
- rspec (~> 3)
102
- wwtd (~> 1)
103
-
104
- BUNDLED WITH
105
- 2.2.15
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec :path => "../"
4
-
5
- gem "railties", "~> 6.0.2"
6
- gem "actionpack", "~> 6.0.2"
@@ -1,107 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- country_select (5.1.0)
5
- countries (~> 4.0)
6
- sort_alphabetical (~> 1.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (6.0.3.5)
12
- actionview (= 6.0.3.5)
13
- activesupport (= 6.0.3.5)
14
- rack (~> 2.0, >= 2.0.8)
15
- rack-test (>= 0.6.3)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (6.0.3.5)
19
- activesupport (= 6.0.3.5)
20
- builder (~> 3.1)
21
- erubi (~> 1.4)
22
- rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (6.0.3.5)
25
- concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (>= 0.7, < 2)
27
- minitest (~> 5.1)
28
- tzinfo (~> 1.1)
29
- zeitwerk (~> 2.2, >= 2.2.2)
30
- builder (3.2.4)
31
- coderay (1.1.3)
32
- concurrent-ruby (1.1.8)
33
- countries (4.0.0)
34
- i18n_data (~> 0.13.0)
35
- sixarm_ruby_unaccent (~> 1.1)
36
- crass (1.0.6)
37
- diff-lcs (1.4.4)
38
- erubi (1.10.0)
39
- i18n (1.8.9)
40
- concurrent-ruby (~> 1.0)
41
- i18n_data (0.13.0)
42
- loofah (2.9.0)
43
- crass (~> 1.0.2)
44
- nokogiri (>= 1.5.9)
45
- method_source (1.0.0)
46
- mini_portile2 (2.5.0)
47
- minitest (5.14.4)
48
- nokogiri (1.11.1)
49
- mini_portile2 (~> 2.5.0)
50
- racc (~> 1.4)
51
- pry (0.14.0)
52
- coderay (~> 1.1)
53
- method_source (~> 1.0)
54
- racc (1.5.2)
55
- rack (2.2.3)
56
- rack-test (1.1.0)
57
- rack (>= 1.0, < 3)
58
- rails-dom-testing (2.0.3)
59
- activesupport (>= 4.2.0)
60
- nokogiri (>= 1.6)
61
- rails-html-sanitizer (1.3.0)
62
- loofah (~> 2.3)
63
- railties (6.0.3.5)
64
- actionpack (= 6.0.3.5)
65
- activesupport (= 6.0.3.5)
66
- method_source
67
- rake (>= 0.8.7)
68
- thor (>= 0.20.3, < 2.0)
69
- rake (13.0.3)
70
- rspec (3.10.0)
71
- rspec-core (~> 3.10.0)
72
- rspec-expectations (~> 3.10.0)
73
- rspec-mocks (~> 3.10.0)
74
- rspec-core (3.10.1)
75
- rspec-support (~> 3.10.0)
76
- rspec-expectations (3.10.1)
77
- diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.10.0)
79
- rspec-mocks (3.10.2)
80
- diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.10.0)
82
- rspec-support (3.10.2)
83
- sixarm_ruby_unaccent (1.2.0)
84
- sort_alphabetical (1.1.0)
85
- unicode_utils (>= 1.2.2)
86
- thor (1.1.0)
87
- thread_safe (0.3.6)
88
- tzinfo (1.2.9)
89
- thread_safe (~> 0.1)
90
- unicode_utils (1.4.0)
91
- wwtd (1.4.1)
92
- zeitwerk (2.4.2)
93
-
94
- PLATFORMS
95
- ruby
96
-
97
- DEPENDENCIES
98
- actionpack (~> 6.0.2)
99
- country_select!
100
- pry (~> 0)
101
- railties (~> 6.0.2)
102
- rake (~> 13)
103
- rspec (~> 3)
104
- wwtd (~> 1)
105
-
106
- BUNDLED WITH
107
- 2.2.15
@@ -1,106 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- country_select (5.1.0)
5
- countries (~> 4.0)
6
- sort_alphabetical (~> 1.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (6.1.3)
12
- actionview (= 6.1.3)
13
- activesupport (= 6.1.3)
14
- rack (~> 2.0, >= 2.0.9)
15
- rack-test (>= 0.6.3)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (6.1.3)
19
- activesupport (= 6.1.3)
20
- builder (~> 3.1)
21
- erubi (~> 1.4)
22
- rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (6.1.3)
25
- concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (>= 1.6, < 2)
27
- minitest (>= 5.1)
28
- tzinfo (~> 2.0)
29
- zeitwerk (~> 2.3)
30
- builder (3.2.4)
31
- coderay (1.1.3)
32
- concurrent-ruby (1.1.8)
33
- countries (4.0.0)
34
- i18n_data (~> 0.13.0)
35
- sixarm_ruby_unaccent (~> 1.1)
36
- crass (1.0.6)
37
- diff-lcs (1.4.4)
38
- erubi (1.10.0)
39
- i18n (1.8.9)
40
- concurrent-ruby (~> 1.0)
41
- i18n_data (0.13.0)
42
- loofah (2.9.0)
43
- crass (~> 1.0.2)
44
- nokogiri (>= 1.5.9)
45
- method_source (1.0.0)
46
- mini_portile2 (2.5.0)
47
- minitest (5.14.4)
48
- nokogiri (1.11.1)
49
- mini_portile2 (~> 2.5.0)
50
- racc (~> 1.4)
51
- pry (0.14.0)
52
- coderay (~> 1.1)
53
- method_source (~> 1.0)
54
- racc (1.5.2)
55
- rack (2.2.3)
56
- rack-test (1.1.0)
57
- rack (>= 1.0, < 3)
58
- rails-dom-testing (2.0.3)
59
- activesupport (>= 4.2.0)
60
- nokogiri (>= 1.6)
61
- rails-html-sanitizer (1.3.0)
62
- loofah (~> 2.3)
63
- railties (6.1.3)
64
- actionpack (= 6.1.3)
65
- activesupport (= 6.1.3)
66
- method_source
67
- rake (>= 0.8.7)
68
- thor (~> 1.0)
69
- rake (13.0.3)
70
- rspec (3.10.0)
71
- rspec-core (~> 3.10.0)
72
- rspec-expectations (~> 3.10.0)
73
- rspec-mocks (~> 3.10.0)
74
- rspec-core (3.10.1)
75
- rspec-support (~> 3.10.0)
76
- rspec-expectations (3.10.1)
77
- diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.10.0)
79
- rspec-mocks (3.10.2)
80
- diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.10.0)
82
- rspec-support (3.10.2)
83
- sixarm_ruby_unaccent (1.2.0)
84
- sort_alphabetical (1.1.0)
85
- unicode_utils (>= 1.2.2)
86
- thor (1.1.0)
87
- tzinfo (2.0.4)
88
- concurrent-ruby (~> 1.0)
89
- unicode_utils (1.4.0)
90
- wwtd (1.4.1)
91
- zeitwerk (2.4.2)
92
-
93
- PLATFORMS
94
- ruby
95
-
96
- DEPENDENCIES
97
- actionpack (~> 6.1.0)
98
- country_select!
99
- pry (~> 0)
100
- railties (~> 6.1.0)
101
- rake (~> 13)
102
- rspec (~> 3)
103
- wwtd (~> 1)
104
-
105
- BUNDLED WITH
106
- 2.2.15
@@ -1,9 +0,0 @@
1
- # encoding: utf-8
2
-
3
- require 'countries'
4
-
5
- require 'country_select/version'
6
- require 'country_select/defaults'
7
- require 'country_select/formats'
8
- require 'country_select/tag_helper'
9
- require 'country_select/country_select_helper'