progne_tapera-rspec 0.3.1 → 0.3.2
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +2 -2
- data/README.md +3 -0
- data/ROADMAP.md +3 -0
- data/bin/console +2 -2
- data/lib/progne_tapera/rspec/version.rb +1 -1
- data/progne_tapera-rspec.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff0dff6f38950c0f0828cc81e9e2b1fe636dccd0
|
|
4
|
+
data.tar.gz: 7e60814edaf48d9724ae5159a43f04c72162b14f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93966e9b0c8803c4acb67de374fde987cea661604412236bc2d66447fb9875fa6af5337774c773d845603fd93691915a50d24992e64366cfdd4de3f87a4e935b
|
|
7
|
+
data.tar.gz: 8c7833b0dd3fe8a3397221b517c8cd7c35da3f0d78695eb313f2f5be646b9554d7a8563cd97cdefd6c0d4c6897c0c3a8a8e4c044b5c29a16506b9f75a2b4aa84
|
data/CHANGELOG.md
CHANGED
|
@@ -15,3 +15,6 @@
|
|
|
15
15
|
3. Deprecate the Enum Code shared examples
|
|
16
16
|
4. Deprecate the Code Attribute shared examples
|
|
17
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
|
|
18
|
+
|
|
19
|
+
## v0.3.2
|
|
20
|
+
1. Improve the Ruby Gem Specification to depend on rspec v3.0 at runtime
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
progne_tapera-rspec (0.3)
|
|
4
|
+
progne_tapera-rspec (0.3.1)
|
|
5
|
+
rspec (~> 3.0)
|
|
5
6
|
|
|
6
7
|
GEM
|
|
7
8
|
remote: https://rubygems.org/
|
|
@@ -29,7 +30,6 @@ DEPENDENCIES
|
|
|
29
30
|
bundler (~> 1.12)
|
|
30
31
|
progne_tapera-rspec!
|
|
31
32
|
rake (~> 10.0)
|
|
32
|
-
rspec (~> 3.0)
|
|
33
33
|
|
|
34
34
|
BUNDLED WITH
|
|
35
35
|
1.12.5
|
data/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# Progne Tapera RSpec 枚举 RSpec 库
|
|
2
2
|
|
|
3
|
+
[](http://www.rubydoc.info/gems/progne_tapera-rspec/frames)
|
|
3
4
|
[](http://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
4
6
|
[](https://badge.fury.io/rb/progne_tapera-rspec)
|
|
7
|
+
[](https://gemnasium.com/github.com/topbitdu/progne_tapera-rspec)
|
|
5
8
|
|
|
6
9
|
Progne Tapera RSpec is a RSpec-based Shared Example for the Progne Tapera-based enum implementation. Progne Tapera RSpec 是为 Progne Tapera 设计的基于 RSpec 的共享测试用例。
|
|
7
10
|
|
data/ROADMAP.md
CHANGED
|
@@ -15,3 +15,6 @@
|
|
|
15
15
|
3. Deprecate the Enum Code shared examples
|
|
16
16
|
4. Deprecate the Code Attribute shared examples
|
|
17
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
|
|
18
|
+
|
|
19
|
+
## v0.3.2
|
|
20
|
+
1. Improve the Ruby Gem Specification to depend on rspec v3.0 at runtime
|
data/bin/console
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
3
|
require 'bundler/setup'
|
|
4
|
-
require
|
|
4
|
+
require 'progne_tapera/rspec'
|
|
5
5
|
|
|
6
6
|
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
7
|
# with your gem easier. You can also use a different console, if you like.
|
|
@@ -10,5 +10,5 @@ require "progne_tapera/rspec"
|
|
|
10
10
|
# require "pry"
|
|
11
11
|
# Pry.start
|
|
12
12
|
|
|
13
|
-
require
|
|
13
|
+
require 'irb'
|
|
14
14
|
IRB.start
|
data/progne_tapera-rspec.gemspec
CHANGED
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: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
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-01-
|
|
11
|
+
date: 2017-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '3.0'
|
|
48
|
-
type: :
|
|
48
|
+
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|