progne_tapera 2.0 → 3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -3
- data/ROADMAP.md +3 -3
- data/lib/progne_tapera/enum_code.rb +0 -1
- data/lib/progne_tapera/enum_config.rb +0 -1
- data/lib/progne_tapera/enum_list.rb +0 -1
- data/lib/progne_tapera/version.rb +1 -1
- data/progne_tapera.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8a03b7710e44b14b9406327a27d5ef29579272a6a0c6930ad01dbf11764b571
|
4
|
+
data.tar.gz: 8569b0191c09cc271d59cdba974cefc6e7e466ca5f58b8d11461e42b9dd98a80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e948bf7a6e7cbc16d8170c36faabd19baae825007741a58f3c26822be85ed2c3c9fa181b18e6d3240d2d7a2651e8daaea92bfcf7eb5006cebb7f8ea10ac4b24
|
7
|
+
data.tar.gz: 243fc013194d3b19b4480b322d44252afb7dd79adad9567ac470bebebcf5ac73a97bf17c0edf32326c135c4ace6d80ebfe6f63a8aecf7c14639cc18584e878a0
|
data/CHANGELOG.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
## v0.1.1
|
11
11
|
|
12
|
-
1. Improved the Ruby Gem Specification to depend on [
|
12
|
+
1. Improved the Ruby Gem Specification to depend on [Rails](https://github.com/rails/rails) v4.2.
|
13
13
|
|
14
14
|
## v0.2
|
15
15
|
|
@@ -29,7 +29,7 @@
|
|
29
29
|
|
30
30
|
## v0.5.1
|
31
31
|
|
32
|
-
1. Improved the Enum
|
32
|
+
1. Improved the Enum Config concern for the Item Methods module.
|
33
33
|
|
34
34
|
## v0.5.2
|
35
35
|
|
@@ -37,10 +37,14 @@
|
|
37
37
|
|
38
38
|
## v1.0
|
39
39
|
|
40
|
-
1. Improved the Ruby Gem Specification to depend on [
|
40
|
+
1. Improved the Ruby Gem Specification to depend on [Rails](https://github.com/rails/rails) v6.0, [Bundler](https://bundler.io/) v2.0, [Rake](http://github.com/ruby/rake) v13.0, & [RSpec](https://github.com/rspec/rspec) v3.9.
|
41
41
|
|
42
42
|
## v2.0
|
43
43
|
|
44
44
|
1. Improved the compatibility for Ruby 3.0.
|
45
45
|
2. Improved the Enum List concern for the Item Methods module.
|
46
46
|
3. Improved the Enum Config concern to remove support for the Item Methods module.
|
47
|
+
|
48
|
+
## v3.0
|
49
|
+
|
50
|
+
1. Improved the compatibility for Rails [Rails](https://github.com/rails/rails) v7.x.
|
data/ROADMAP.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
## v0.1.1
|
11
11
|
|
12
|
-
1. Improve the Ruby Gem Specification to depend on [
|
12
|
+
1. Improve the Ruby Gem Specification to depend on [Rails](https://github.com/rails/rails) v4.2.
|
13
13
|
|
14
14
|
## v0.2
|
15
15
|
|
@@ -29,7 +29,7 @@
|
|
29
29
|
|
30
30
|
## v0.5.1
|
31
31
|
|
32
|
-
1. Improve the Enum
|
32
|
+
1. Improve the Enum Config concern for the Item Methods module.
|
33
33
|
|
34
34
|
## v0.5.2
|
35
35
|
|
@@ -37,7 +37,7 @@
|
|
37
37
|
|
38
38
|
## v1.0
|
39
39
|
|
40
|
-
1. Improve the Ruby Gem Specification to depend on [
|
40
|
+
1. Improve the Ruby Gem Specification to depend on [Rails](https://github.com/rails/rails) v6.0, [Bundler](https://bundler.io/) v2.0, [Rake](http://github.com/ruby/rake) v13.0, & [RSpec](https://github.com/rspec/rspec) v3.9.
|
41
41
|
|
42
42
|
## v2.0
|
43
43
|
|
data/progne_tapera.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = [ 'topbit.du@gmail.com' ]
|
11
11
|
spec.summary = 'Rails-based configurable enumeration 基于 Rails 的可配置的枚举'
|
12
12
|
spec.description = 'Progne Tapera is a Rails-based configurable enumeration implementation. Progne Tapera is the Brown-chested Martin in Latin. Progne Tapera 是基于 Rails 的可配置的枚举实现。Progne Tapera 是棕胸崖燕的拉丁学名。'
|
13
|
-
spec.homepage = 'https://
|
13
|
+
spec.homepage = 'https://gitee.com/Unidom/progne-tapera'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
19
|
spec.require_paths = [ 'lib' ]
|
20
20
|
|
21
|
-
spec.add_dependency 'rails', '~>
|
21
|
+
spec.add_dependency 'rails', '~> 7.0'
|
22
22
|
|
23
23
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
24
24
|
spec.add_development_dependency 'rake', '~> 13.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: progne_tapera
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
4
|
+
version: '3.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Topbit Du
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '7.0'
|
20
20
|
type: :runtime
|
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: '
|
26
|
+
version: '7.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -94,7 +94,7 @@ files:
|
|
94
94
|
- spec/progne_tapera/enum_item_spec.rb
|
95
95
|
- spec/progne_tapera/enum_list_spec.rb
|
96
96
|
- spec/spec_helper.rb
|
97
|
-
homepage: https://
|
97
|
+
homepage: https://gitee.com/Unidom/progne-tapera
|
98
98
|
licenses:
|
99
99
|
- MIT
|
100
100
|
metadata: {}
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
116
|
+
rubygems_version: 3.5.6
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: Rails-based configurable enumeration 基于 Rails 的可配置的枚举
|