country_select 5.0.0 → 6.1.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: 5.0.0
4
+ version: 6.1.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-03-04 00:00:00.000000000 Z
11
+ date: 2022-01-17 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: '3.0'
75
+ version: '4.2'
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: '3.0'
82
+ version: '4.2'
97
83
  - !ruby/object:Gem::Dependency
98
84
  name: sort_alphabetical
99
85
  requirement: !ruby/object:Gem::Requirement
@@ -117,9 +103,9 @@ executables: []
117
103
  extensions: []
118
104
  extra_rdoc_files: []
119
105
  files:
106
+ - ".github/workflows/build.yml"
120
107
  - ".gitignore"
121
108
  - ".rspec"
122
- - ".travis.yml"
123
109
  - CHANGELOG.md
124
110
  - Gemfile
125
111
  - Gemfile.lock
@@ -128,16 +114,19 @@ files:
128
114
  - Rakefile
129
115
  - UPGRADING.md
130
116
  - 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
117
+ - gemfiles/actionpack-5.2.gemfile
118
+ - gemfiles/actionpack-5.2.gemfile.lock
119
+ - gemfiles/actionpack-6.0.gemfile
120
+ - gemfiles/actionpack-6.0.gemfile.lock
121
+ - gemfiles/actionpack-6.1.gemfile
122
+ - gemfiles/actionpack-6.1.gemfile.lock
123
+ - gemfiles/actionpack-7.0.gemfile
124
+ - gemfiles/actionpack-7.0.gemfile.lock
125
+ - gemfiles/actionpack-head.gemfile
126
+ - gemfiles/actionpack-head.gemfile.lock
139
127
  - lib/country_select.rb
140
128
  - lib/country_select/country_select_helper.rb
129
+ - lib/country_select/defaults.rb
141
130
  - lib/country_select/formats.rb
142
131
  - lib/country_select/tag_helper.rb
143
132
  - lib/country_select/version.rb
@@ -148,7 +137,7 @@ homepage: https://github.com/stefanpenner/country_select
148
137
  licenses:
149
138
  - MIT
150
139
  metadata: {}
151
- post_install_message:
140
+ post_install_message:
152
141
  rdoc_options: []
153
142
  require_paths:
154
143
  - lib
@@ -163,8 +152,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
152
  - !ruby/object:Gem::Version
164
153
  version: '0'
165
154
  requirements: []
166
- rubygems_version: 3.2.13
167
- signing_key:
155
+ rubygems_version: 3.3.3
156
+ signing_key:
168
157
  specification_version: 4
169
158
  summary: Country Select Plugin
170
159
  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,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"