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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 453bfbf458de730766d872c7c38bd1f27731adc35ed619afe8202246e37fa9cd
4
- data.tar.gz: 6e51e656f3c4df6d82fa1c7a6dc28a603c72ed615f712a246a2c2d688d35bce0
3
+ metadata.gz: f8a03b7710e44b14b9406327a27d5ef29579272a6a0c6930ad01dbf11764b571
4
+ data.tar.gz: 8569b0191c09cc271d59cdba974cefc6e7e466ca5f58b8d11461e42b9dd98a80
5
5
  SHA512:
6
- metadata.gz: 9ce9d7440bbbf8d7adefd0e713f3f9098277d5e75dbc62cd2932f1e54c35f8d520cd5cef0297174b154611de4c9058fa936a15c629bde32743ac1dc1901dbe57
7
- data.tar.gz: c27f37405a2e5703e0a6b9ed2783237ad4bd74daed09e01caa115a77ae1bf99f3c826b25a2e632789ca041c0ad3f9733795746cf8fe2fb71800f25df116a87d7
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 [rails](https://github.com/rails/rails) v4.2.
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 config concern for the Item Methods module.
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 [rails](https://github.com/rails/rails) v6.0, bundler v2.0, rake v13.0, & rspec v3.9.
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 [rails](https://github.com/rails/rails) v4.2.
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 config concern for the Item Methods module.
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 [rails](https://github.com/rails/rails) v6.0, bundler v2.0, rake v13.0, & rspec v3.9.
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
 
@@ -10,7 +10,6 @@ module ProgneTapera
10
10
  included do |includer|
11
11
  end
12
12
 
13
- #module ClassMethods
14
13
  class_methods do
15
14
 
16
15
  ##
@@ -11,7 +11,6 @@ module ProgneTapera
11
11
  included do |includer|
12
12
  end
13
13
 
14
- #module ClassMethods
15
14
  class_methods do
16
15
 
17
16
  ##
@@ -10,7 +10,6 @@ module ProgneTapera
10
10
  included do |includer|
11
11
  end
12
12
 
13
- # module ClassMethods
14
13
  class_methods do
15
14
 
16
15
  include Enumerable
@@ -1,3 +1,3 @@
1
1
  module ProgneTapera
2
- VERSION = '2.0'
2
+ VERSION = '3.0'
3
3
  end
@@ -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://github.com/topbitdu/progne_tapera'
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', '~> 6.0'
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: '2.0'
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: 2021-08-05 00:00:00.000000000 Z
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: '6.0'
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: '6.0'
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://github.com/topbitdu/progne_tapera
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.2.3
116
+ rubygems_version: 3.5.6
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: Rails-based configurable enumeration 基于 Rails 的可配置的枚举