country_select 6.0.0 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
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: 6.0.0
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Penner
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-28 00:00:00.000000000 Z
11
+ date: 2022-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.1'
19
+ version: '7.0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '6.1'
26
+ version: '7.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -66,34 +66,20 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3'
69
- - !ruby/object:Gem::Dependency
70
- name: wwtd
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '1'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '1'
83
69
  - !ruby/object:Gem::Dependency
84
70
  name: countries
85
71
  requirement: !ruby/object:Gem::Requirement
86
72
  requirements:
87
73
  - - "~>"
88
74
  - !ruby/object:Gem::Version
89
- version: '4.0'
75
+ version: '5.0'
90
76
  type: :runtime
91
77
  prerelease: false
92
78
  version_requirements: !ruby/object:Gem::Requirement
93
79
  requirements:
94
80
  - - "~>"
95
81
  - !ruby/object:Gem::Version
96
- version: '4.0'
82
+ version: '5.0'
97
83
  - !ruby/object:Gem::Dependency
98
84
  name: sort_alphabetical
99
85
  requirement: !ruby/object:Gem::Requirement
@@ -117,9 +103,10 @@ executables: []
117
103
  extensions: []
118
104
  extra_rdoc_files: []
119
105
  files:
106
+ - ".github/workflows/build.yml"
107
+ - ".github/workflows/codeql-analysis.yml"
120
108
  - ".gitignore"
121
109
  - ".rspec"
122
- - ".travis.yml"
123
110
  - CHANGELOG.md
124
111
  - Gemfile
125
112
  - Gemfile.lock
@@ -128,14 +115,16 @@ files:
128
115
  - Rakefile
129
116
  - UPGRADING.md
130
117
  - country_select.gemspec
131
- - gemfiles/actionpack.edge.gemfile
132
- - gemfiles/actionpack.edge.gemfile.lock
133
- - gemfiles/actionpack5.2.gemfile
134
- - gemfiles/actionpack5.2.gemfile.lock
135
- - gemfiles/actionpack6.0.gemfile
136
- - gemfiles/actionpack6.0.gemfile.lock
137
- - gemfiles/actionpack6.1.gemfile
138
- - gemfiles/actionpack6.1.gemfile.lock
118
+ - gemfiles/actionpack-5.2.gemfile
119
+ - gemfiles/actionpack-5.2.gemfile.lock
120
+ - gemfiles/actionpack-6.0.gemfile
121
+ - gemfiles/actionpack-6.0.gemfile.lock
122
+ - gemfiles/actionpack-6.1.gemfile
123
+ - gemfiles/actionpack-6.1.gemfile.lock
124
+ - gemfiles/actionpack-7.0.gemfile
125
+ - gemfiles/actionpack-7.0.gemfile.lock
126
+ - gemfiles/actionpack-head.gemfile
127
+ - gemfiles/actionpack-head.gemfile.lock
139
128
  - lib/country_select.rb
140
129
  - lib/country_select/country_select_helper.rb
141
130
  - lib/country_select/defaults.rb
@@ -145,11 +134,14 @@ files:
145
134
  - lib/country_select_without_sort_alphabetical.rb
146
135
  - spec/country_select_spec.rb
147
136
  - spec/spec_helper.rb
148
- homepage: https://github.com/stefanpenner/country_select
137
+ homepage: https://github.com/countries/country_select
149
138
  licenses:
150
139
  - MIT
151
- metadata: {}
152
- post_install_message:
140
+ metadata:
141
+ bug_tracker_uri: http://github.com/countries/country_select/issues
142
+ changelog_uri: https://github.com/countries/country_select/blob/master/CHANGELOG.md
143
+ source_code_uri: https://github.com/countries/country_select
144
+ post_install_message:
153
145
  rdoc_options: []
154
146
  require_paths:
155
147
  - lib
@@ -157,15 +149,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
157
149
  requirements:
158
150
  - - ">="
159
151
  - !ruby/object:Gem::Version
160
- version: '2.5'
152
+ version: '2.7'
161
153
  required_rubygems_version: !ruby/object:Gem::Requirement
162
154
  requirements:
163
155
  - - ">="
164
156
  - !ruby/object:Gem::Version
165
157
  version: '0'
166
158
  requirements: []
167
- rubygems_version: 3.2.13
168
- signing_key:
159
+ rubygems_version: 3.3.7
160
+ signing_key:
169
161
  specification_version: 4
170
162
  summary: Country Select Plugin
171
163
  test_files:
data/.travis.yml DELETED
@@ -1,23 +0,0 @@
1
- os: linux
2
- cache: bundler
3
- language: ruby
4
- bundler_args: ""
5
- rvm:
6
- - "2.5"
7
- - "2.6"
8
- - "2.7"
9
- - "3.0"
10
- - ruby-head
11
- gemfile:
12
- - gemfiles/actionpack5.2.gemfile
13
- - gemfiles/actionpack6.0.gemfile
14
- - gemfiles/actionpack6.1.gemfile
15
- - gemfiles/actionpack.edge.gemfile
16
- jobs:
17
- exclude:
18
- - rvm: "2.5"
19
- gemfile: gemfiles/actionpack.edge.gemfile
20
- - rvm: "2.6"
21
- gemfile: gemfiles/actionpack.edge.gemfile
22
- allow_failures:
23
- - rvm: ruby-head
@@ -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,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,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec :path => "../"
4
-
5
- gem "railties", "~> 6.1.0"
6
- gem "actionpack", "~> 6.1.0"