administrate-field-country 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7ca955d97b1a8baf946e248ab25a9a519c81dfb8999e46683b3d28a54c3df47
4
- data.tar.gz: dfdb84a0b8022829b9d44046ebb80232679c6f5d974eb17afe887f23c519af6e
3
+ metadata.gz: 4dc2ae132ed1249190c83a8e4701e2916f1c691d72a0b87ae234394055b03edd
4
+ data.tar.gz: 4e7f9c520c2665eef8dfa7eadf3e9f112f1a88dd7492f91efc3a75f1f2dbe81a
5
5
  SHA512:
6
- metadata.gz: 9348dd09355aaa4a2d8619a2f24f0c23d4259e870fd4696dbd25fec8b099956c0bcc7ec1f03d2aeb04026c58b04e27280cb9c46ff695b3c733b7c1c2eadc135e
7
- data.tar.gz: 92230d205c71c7e31ec2b7d92f2aa7a426425ad3d505ced536492fdbd804041b00f90af894fbc1bf8ee9c78f0be8a9a57ba20378c4df31e7da5b81281f897f5b
6
+ metadata.gz: 69d54f8d8b2f96646ecb8019d2fef13464c8c9186eb3a1c46164d7619d329ec40057614f2b2d9b7f6899d8175d955d0f2cb847f1633ebdc5bbda20b1d99883e1
7
+ data.tar.gz: 8d0307a2e1b91ae30c9888102ca19bc3bc04204adddaee8692836835a4a73d93f937aa1aac73b5315145d41fb704cc0ae3585960b190a1c9a2270f0b87a7d986
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  *.gem
2
+ .prettierrc
2
3
  .ruby-gemset
3
4
  Gemfile.lock
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.0
1
+ 2.7.5
data/CHANGELOG.md CHANGED
@@ -1,39 +1,53 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.3.0](https://github.com/zooppa/administrate-field-country/tree/v0.3.0) (2022-01-06)
4
+
5
+ [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.2.1...v0.3.0)
6
+
7
+ - Add support for Rails 7
8
+
3
9
  ## [v0.2.1](https://github.com/zooppa/administrate-field-country/tree/v0.2.1) (2020-01-15)
10
+
4
11
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.2.0...v0.2.1)
5
12
 
6
- * Require Rack greater than 2.0.8
13
+ - Require Rack greater than 2.0.8
7
14
 
8
15
  ## [v0.2.0](https://github.com/zooppa/administrate-field-country/tree/v0.2.0) (2019-08-27)
16
+
9
17
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.1.0...v0.2.0)
10
18
 
11
- * Update the requirements on Rails to permit the latest version
19
+ - Update the requirements on Rails to permit the latest version
12
20
 
13
21
  ## [v0.1.1](https://github.com/zooppa/administrate-field-country/tree/v0.1.0) (2019-01-30)
22
+
14
23
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.1.0...v0.1.1)
15
24
 
16
- * Security fixes
25
+ - Security fixes
17
26
 
18
27
  ## [v0.1.0](https://github.com/zooppa/administrate-field-country/tree/v0.1.0) (2018-10-30)
28
+
19
29
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.0.4...v0.1.0)
20
30
 
21
- * Allow customization of `country_select` options (thanks @tuxtux59)
31
+ - Allow customization of `country_select` options (thanks @tuxtux59)
22
32
 
23
33
  ## [v0.0.4](https://github.com/zooppa/administrate-field-country/tree/v0.0.4) (2017-12-11)
34
+
24
35
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.0.3...v0.0.4)
25
36
 
26
- * Upgrade country_select
37
+ - Upgrade country_select
27
38
 
28
39
  ## [v0.0.3](https://github.com/zooppa/administrate-field-country/tree/v0.0.3) (2017-04-03)
40
+
29
41
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.0.2...v0.0.3)
30
42
 
31
- * Bump up Administrate dependency
43
+ - Bump up Administrate dependency
32
44
 
33
45
  ## [v0.0.2](https://github.com/zooppa/administrate-field-country/tree/v0.0.2) (2017-03-20)
46
+
34
47
  [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.0.1...v0.0.2)
35
48
 
36
- * Bump up Administrate dependency
49
+ - Bump up Administrate dependency
37
50
 
38
51
  ## [v0.0.1](https://github.com/zooppa/administrate-field-country/tree/v0.0.1) (2016-11-29)
52
+
39
53
  First release
data/README.md CHANGED
@@ -7,12 +7,22 @@ A plugin to deal with country selection in [Administrate], with the help of [cou
7
7
 
8
8
  You can customize any [country_select options] by passing a `country_select_options` hash in your dashboard configuration (see below).
9
9
 
10
+ ---
11
+
12
+ ### IMPORTANT NOTICE
13
+
14
+ **This gem is not actively maintained anymore**.
15
+
16
+ If you’re interested in taking over and steward the project moving forward, please get in touch.
17
+
18
+ ---
19
+
10
20
  ## Usage
11
21
 
12
22
  Add it to your `Gemfile`:
13
23
 
14
24
  ```ruby
15
- gem 'administrate-field-country', '~> 0.2.1'
25
+ gem 'administrate-field-country', '~> 0.3.0'
16
26
  ```
17
27
 
18
28
  Run:
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'administrate-field-country'
7
- gem.version = '0.2.1'
7
+ gem.version = '0.3.0'
8
8
  gem.authors = ['Zooppa']
9
9
  gem.email = ['dev@zooppa.com']
10
10
 
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
19
19
  end
20
20
 
21
21
  gem.add_runtime_dependency 'administrate', '< 1.0.0'
22
- gem.add_runtime_dependency 'rails', '>= 4.2', '< 7'
22
+ gem.add_runtime_dependency 'rails', '>= 4.2', '< 8'
23
23
  gem.add_runtime_dependency 'country_select', '>= 3.1', '< 5.0'
24
24
  gem.add_runtime_dependency 'rack', '~> 2.0', '>= 2.0.8'
25
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-country
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zooppa
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-15 00:00:00.000000000 Z
11
+ date: 2022-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '4.2'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '7'
36
+ version: '8'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '4.2'
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: '7'
46
+ version: '8'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: country_select
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -137,7 +137,7 @@ homepage: https://github.com/zooppa/administrate-field-country
137
137
  licenses:
138
138
  - MIT
139
139
  metadata: {}
140
- post_install_message:
140
+ post_install_message:
141
141
  rdoc_options: []
142
142
  require_paths:
143
143
  - lib
@@ -152,8 +152,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  - !ruby/object:Gem::Version
153
153
  version: '0'
154
154
  requirements: []
155
- rubygems_version: 3.1.2
156
- signing_key:
155
+ rubygems_version: 3.1.6
156
+ signing_key:
157
157
  specification_version: 4
158
158
  summary: Country field plugin for Administrate
159
159
  test_files: []