progne_tapera-rspec 1.0 → 2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: fcf19582bae7928fc8f2d7a68a0eafbb86667391
4
- data.tar.gz: 436d11fe5962d1289c6b41bb1a7fa1073069b359
2
+ SHA256:
3
+ metadata.gz: 5b21d616e857381d22b989a750ec01c3939cb1c50a2bd9c529ad69e01d56a298
4
+ data.tar.gz: 897daac006cd87522efcc6660b5183dc5923c29000de476ceb7f1080dba65748
5
5
  SHA512:
6
- metadata.gz: 07ec2abf0e5849273ea3f9785ac34131f258eccda14f031201d20944cced0b0297aa33ee6cb8a557c7ef63cc6c335e16c3df0f13ae5c1321c1de7dc0b60b0cd8
7
- data.tar.gz: 3395d1e3a949a8aea803fa5853c5a668d996f35bde646dad03b8ca4af60cfd5f39a5aaab9c95416439be92d98d1a652ff60832b24d220eea49cee2da01c2183c
6
+ metadata.gz: c5691f812d664d64ae4b48256d2887133fc4ee3ecdb8748ee91772e984c9071f852967bd14a9a53694887ea29c97ccff587260f82c5a9aa4a0e00ac5abac0b21
7
+ data.tar.gz: f4e1524dd0934036abfc34efc4777f94e466ce0f84b5ab83fa551e8617ababfc311d917000a96418550f974bb6935444515c1d972eeda591ec14d41c8bcc6936
@@ -1,24 +1,34 @@
1
1
  # Progne Tapera RSpec Change Log 枚举 RSpec 库变更日志
2
2
 
3
3
  ## v0.1
4
+
4
5
  1. Enum Code shared examples
5
6
 
6
7
  ## v0.2
8
+
7
9
  1. Code Attribute shared examples
8
10
 
9
11
  ## v0.3
10
- 1. Improve the Progne Tapera RSpec module to require the Enum Code shared examples & the Code Attribute shared examples automatically
12
+
13
+ 1. Improved the Progne Tapera RSpec module to require the Enum Code shared examples & the Code Attribute shared examples automatically
11
14
 
12
15
  ## v0.3.1
16
+
13
17
  1. Progne Tapera Enum Config shared examples
14
18
  2. Progne Tapera Enum Code shared examples
15
- 3. Deprecate the Enum Code shared examples
16
- 4. Deprecate the Code Attribute shared examples
17
- 5. Improve the Progne Tapera RSpec module to require the Progne Tapera Enum Config shared examples & the Progne Tapera Enum Code shared examples automatically
19
+ 3. Deprecated the Enum Code shared examples
20
+ 4. Deprecated the Code Attribute shared examples
21
+ 5. Improved the Progne Tapera RSpec module to require the Progne Tapera Enum Config shared examples & the Progne Tapera Enum Code shared examples automatically
18
22
 
19
23
  ## v0.3.2
20
- 1. Improve the Ruby Gem Specification to depend on [RSpec](https://github.com/rspec/rspec) v3.0 at runtime
24
+
25
+ 1. Improved the Ruby Gem Specification to depend on [RSpec](https://github.com/rspec/rspec) v3.0 at runtime
21
26
 
22
27
  ## v1.0
23
- 1. Remove the Enum Code shared examples
24
- 2. Remove the Code Attribute shared examples
28
+
29
+ 1. Removed the Enum Code shared examples
30
+ 2. Removed the Code Attribute shared examples
31
+
32
+ ## v2.0
33
+
34
+ 1. Improved the Ruby Gem Specification to depend on bundler v2.0, rake v13.0, & rspec v3.9
@@ -1,35 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- progne_tapera-rspec (0.3.2)
5
- rspec (~> 3.0)
4
+ progne_tapera-rspec (1.0)
5
+ rspec (~> 3.9)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  diff-lcs (1.3)
11
- rake (10.5.0)
12
- rspec (3.5.0)
13
- rspec-core (~> 3.5.0)
14
- rspec-expectations (~> 3.5.0)
15
- rspec-mocks (~> 3.5.0)
16
- rspec-core (3.5.4)
17
- rspec-support (~> 3.5.0)
18
- rspec-expectations (3.5.0)
11
+ rake (13.0.1)
12
+ rspec (3.9.0)
13
+ rspec-core (~> 3.9.0)
14
+ rspec-expectations (~> 3.9.0)
15
+ rspec-mocks (~> 3.9.0)
16
+ rspec-core (3.9.1)
17
+ rspec-support (~> 3.9.1)
18
+ rspec-expectations (3.9.1)
19
19
  diff-lcs (>= 1.2.0, < 2.0)
20
- rspec-support (~> 3.5.0)
21
- rspec-mocks (3.5.0)
20
+ rspec-support (~> 3.9.0)
21
+ rspec-mocks (3.9.1)
22
22
  diff-lcs (>= 1.2.0, < 2.0)
23
- rspec-support (~> 3.5.0)
24
- rspec-support (3.5.0)
23
+ rspec-support (~> 3.9.0)
24
+ rspec-support (3.9.2)
25
25
 
26
26
  PLATFORMS
27
27
  ruby
28
28
 
29
29
  DEPENDENCIES
30
- bundler (~> 1.12)
30
+ bundler (~> 2.0)
31
31
  progne_tapera-rspec!
32
- rake (~> 10.0)
32
+ rake (~> 13.0)
33
33
 
34
34
  BUNDLED WITH
35
- 1.13.6
35
+ 2.1.4
data/README.md CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  Progne Tapera RSpec is a RSpec-based Shared Example for the Progne Tapera-based enum implementation. Progne Tapera RSpec 是为 Progne Tapera 设计的基于 RSpec 的共享测试用例。
10
10
 
11
+
12
+
11
13
  ## Installation
12
14
 
13
15
  Add this line to your application's Gemfile:
data/ROADMAP.md CHANGED
@@ -1,15 +1,19 @@
1
1
  # Progne Tapera RSpec Roadmap 枚举 RSpec 库线路图
2
2
 
3
3
  ## v0.1
4
+
4
5
  1. Enum Code shared examples
5
6
 
6
7
  ## v0.2
8
+
7
9
  1. Code Attribute shared examples
8
10
 
9
11
  ## v0.3
12
+
10
13
  1. Improve the Progne Tapera RSpec module to require the Enum Code shared examples & the Code Attribute shared examples automatically
11
14
 
12
15
  ## v0.3.1
16
+
13
17
  1. Progne Tapera Enum Config shared examples
14
18
  2. Progne Tapera Enum Code shared examples
15
19
  3. Deprecate the Enum Code shared examples
@@ -17,8 +21,14 @@
17
21
  5. Improve the Progne Tapera RSpec module to require the Progne Tapera Enum Config shared examples & the Progne Tapera Enum Code shared examples automatically
18
22
 
19
23
  ## v0.3.2
24
+
20
25
  1. Improve the Ruby Gem Specification to depend on [RSpec](https://github.com/rspec/rspec) v3.0 at runtime
21
26
 
22
27
  ## v1.0
28
+
23
29
  1. Remove the Enum Code shared examples
24
30
  2. Remove the Code Attribute shared examples
31
+
32
+ ## v2.0
33
+
34
+ 1. Improve the Ruby Gem Specification to depend on bundler v2.0, rake v13.0, & rspec v3.9
@@ -1,5 +1,5 @@
1
1
  module ProgneTapera
2
2
  module RSpec
3
- VERSION = '1.0'
3
+ VERSION = '2.0'
4
4
  end
5
5
  end
@@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = [ 'lib' ]
29
29
 
30
- spec.add_development_dependency 'bundler', '~> 1.12'
31
- spec.add_development_dependency 'rake', '~> 10.0'
32
- spec.add_dependency 'rspec', '~> 3.0'
30
+ spec.add_development_dependency 'bundler', '~> 2.0'
31
+ spec.add_development_dependency 'rake', '~> 13.0'
32
+ spec.add_dependency 'rspec', '~> 3.9'
33
33
 
34
34
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: progne_tapera-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '2.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-23 00:00:00.000000000 Z
11
+ date: 2020-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.12'
19
+ version: '2.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: '1.12'
26
+ version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '3.0'
47
+ version: '3.9'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '3.0'
54
+ version: '3.9'
55
55
  description: Progne Tapera RSpec is a RSpec-based Shared Example for the Progne Tapera-based
56
56
  enum implementation. Progne Tapera RSpec 是为 Progne Tapera 设计的基于 RSpec 的共享测试用例。
57
57
  email:
@@ -97,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubyforge_project:
101
- rubygems_version: 2.6.4
100
+ rubygems_version: 3.1.2
102
101
  signing_key:
103
102
  specification_version: 4
104
103
  summary: Progne Tapera RSpec 是为 Progne Tapera 设计的基于 RSpec 的共享测试用例。