rspec 3.5.0.beta1 → 3.5.0.beta2
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +1 -1
- data/lib/rspec/version.rb +1 -1
- metadata +10 -10
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f62c35422817dd5e2296fbbb3439e6fe3cdf40ac
|
4
|
+
data.tar.gz: 2d80b61c4b0241e59f08914e0186fcd5586bf082
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b1335e89ac6df9850edca01f20212381af669727fb790570f7c651a1866779a0135a34eb6bcd12d3924cae850190cad5dc0219ca3b993acf82953dd45a39950
|
7
|
+
data.tar.gz: ad8c236cfd124aaf32d6223ca6f4c1b12542d541f60e6f6cc5004543fd84345686c7d8b914ba2b92d89d35b04547b9c52733e7c56679d3aa890c3e527d500578
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -14,7 +14,7 @@ Test::Unit::TestCase if you happen to prefer that style.
|
|
14
14
|
|
15
15
|
Conversely, if you like RSpec's approach to declaring example groups and
|
16
16
|
examples (`describe` and `it`) but prefer Test::Unit assertions and
|
17
|
-
[mocha](https://github.com/
|
17
|
+
[mocha](https://github.com/freerange/mocha), [rr] (https://github.com/btakita/rr)
|
18
18
|
or [flexmock] (https://github.com/jimweirich/flexmock) for mocking, you'll be
|
19
19
|
able to do that without having to install or load the components of RSpec that
|
20
20
|
you're not using.
|
data/lib/rspec/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.0.
|
4
|
+
version: 3.5.0.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Baker
|
@@ -45,7 +45,7 @@ cert_chain:
|
|
45
45
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
46
46
|
F3MdtaDehhjC
|
47
47
|
-----END CERTIFICATE-----
|
48
|
-
date: 2016-
|
48
|
+
date: 2016-03-10 00:00:00.000000000 Z
|
49
49
|
dependencies:
|
50
50
|
- !ruby/object:Gem::Dependency
|
51
51
|
name: rspec-core
|
@@ -53,42 +53,42 @@ dependencies:
|
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 3.5.0.
|
56
|
+
version: 3.5.0.beta2
|
57
57
|
type: :runtime
|
58
58
|
prerelease: false
|
59
59
|
version_requirements: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
61
|
- - '='
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: 3.5.0.
|
63
|
+
version: 3.5.0.beta2
|
64
64
|
- !ruby/object:Gem::Dependency
|
65
65
|
name: rspec-expectations
|
66
66
|
requirement: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - '='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: 3.5.0.
|
70
|
+
version: 3.5.0.beta2
|
71
71
|
type: :runtime
|
72
72
|
prerelease: false
|
73
73
|
version_requirements: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
75
|
- - '='
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 3.5.0.
|
77
|
+
version: 3.5.0.beta2
|
78
78
|
- !ruby/object:Gem::Dependency
|
79
79
|
name: rspec-mocks
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - '='
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: 3.5.0.
|
84
|
+
version: 3.5.0.beta2
|
85
85
|
type: :runtime
|
86
86
|
prerelease: false
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
89
|
- - '='
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 3.5.0.
|
91
|
+
version: 3.5.0.beta2
|
92
92
|
description: BDD for Ruby
|
93
93
|
email: rspec@googlegroups.com
|
94
94
|
executables: []
|
@@ -121,8 +121,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: 1.3.1
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.
|
124
|
+
rubygems_version: 2.5.1
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
|
-
summary: rspec-3.5.0.
|
127
|
+
summary: rspec-3.5.0.beta2
|
128
128
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|