rspec 3.6.0.beta2 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +2 -2
- data/lib/rspec/version.rb +1 -1
- metadata +18 -18
- 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: 12afb107fae74a8001711b990202d11d979b229a
|
4
|
+
data.tar.gz: d99bdb9d8c87f21460a0fba6ea2f2ca3b111a3c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 309f815f5d4d0654ae76dff82ee0f03ad6b17b8636e41dd69977b89d0b60f1d3f5b5a3152f28f47f7bc951c4fb6c9ecbd3ff3d64b9976458a1011f0cff4268f8
|
7
|
+
data.tar.gz: c2c445f9b1ab42a75c4d6b8005f95f20c9fb5f339138e371ec0e6e1ede76447080e18ed04ac2ed866ff23e421dcea56818dfb91ee4e0bf65138b4df70f3922f9
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -14,8 +14,8 @@ 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/freerange/mocha), [rr]
|
18
|
-
or [flexmock]
|
17
|
+
[mocha](https://github.com/freerange/mocha), [rr](https://github.com/rr/rr)
|
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.
|
21
21
|
|
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.6.0
|
4
|
+
version: 3.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Baker
|
@@ -45,50 +45,50 @@ cert_chain:
|
|
45
45
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
46
46
|
F3MdtaDehhjC
|
47
47
|
-----END CERTIFICATE-----
|
48
|
-
date:
|
48
|
+
date: 2017-05-04 00:00:00.000000000 Z
|
49
49
|
dependencies:
|
50
50
|
- !ruby/object:Gem::Dependency
|
51
51
|
name: rspec-core
|
52
52
|
requirement: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
|
-
- -
|
54
|
+
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 3.6.0
|
56
|
+
version: 3.6.0
|
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.6.0
|
63
|
+
version: 3.6.0
|
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.6.0
|
70
|
+
version: 3.6.0
|
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.6.0
|
77
|
+
version: 3.6.0
|
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.6.0
|
84
|
+
version: 3.6.0
|
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.6.0
|
91
|
+
version: 3.6.0
|
92
92
|
description: BDD for Ruby
|
93
93
|
email: rspec@googlegroups.com
|
94
94
|
executables: []
|
@@ -116,13 +116,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
version: '0'
|
117
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
118
|
requirements:
|
119
|
-
- - "
|
119
|
+
- - ">="
|
120
120
|
- !ruby/object:Gem::Version
|
121
|
-
version:
|
121
|
+
version: '0'
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.5.
|
124
|
+
rubygems_version: 2.4.5.2
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
|
-
summary: rspec-3.6.0
|
127
|
+
summary: rspec-3.6.0
|
128
128
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|