rspec-mocks 2.6.0.rc6 → 2.6.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.
- data/features/Changelog.md +3 -16
- data/lib/rspec/mocks/version.rb +1 -1
- metadata +9 -13
data/features/Changelog.md
CHANGED
|
@@ -1,22 +1,9 @@
|
|
|
1
|
-
### 2.6.0
|
|
1
|
+
### 2.6.0 / 2011-05-12
|
|
2
2
|
|
|
3
|
-
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.
|
|
4
|
-
|
|
5
|
-
No changes this release (releasing to align with rc5 of other rspec gems).
|
|
6
|
-
|
|
7
|
-
### 2.6.0.rc4 / 2011-05-01
|
|
8
|
-
|
|
9
|
-
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc2...v2.6.0.rc4)
|
|
10
|
-
|
|
11
|
-
* Bug fixes
|
|
12
|
-
* Support multiple calls to any_instance in the same example (Sidu Ponnappa)
|
|
13
|
-
|
|
14
|
-
### 2.6.0.rc2 / 2011-04-18
|
|
15
|
-
|
|
16
|
-
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.5.0...v2.6.0.rc2)
|
|
3
|
+
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.5.0...v2.6.0)
|
|
17
4
|
|
|
18
5
|
* Enhancements
|
|
19
|
-
* Add support for any_instance.stub and any_instance.should_receive (Sidu
|
|
6
|
+
* Add support for `any_instance.stub` and `any_instance.should_receive` (Sidu
|
|
20
7
|
Ponnappa and Andy Lindeman)
|
|
21
8
|
|
|
22
9
|
* Bug fixes
|
data/lib/rspec/mocks/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-mocks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 23
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 6
|
|
9
9
|
- 0
|
|
10
|
-
|
|
11
|
-
- 6
|
|
12
|
-
version: 2.6.0.rc6
|
|
10
|
+
version: 2.6.0
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- David Chelimsky
|
|
@@ -18,7 +16,7 @@ autorequire:
|
|
|
18
16
|
bindir: bin
|
|
19
17
|
cert_chain: []
|
|
20
18
|
|
|
21
|
-
date: 2011-05-
|
|
19
|
+
date: 2011-05-12 00:00:00 -05:00
|
|
22
20
|
default_executable:
|
|
23
21
|
dependencies: []
|
|
24
22
|
|
|
@@ -150,21 +148,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
150
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
149
|
none: false
|
|
152
150
|
requirements:
|
|
153
|
-
- - "
|
|
151
|
+
- - ">="
|
|
154
152
|
- !ruby/object:Gem::Version
|
|
155
|
-
hash:
|
|
153
|
+
hash: 3
|
|
156
154
|
segments:
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
- 1
|
|
160
|
-
version: 1.3.1
|
|
155
|
+
- 0
|
|
156
|
+
version: "0"
|
|
161
157
|
requirements: []
|
|
162
158
|
|
|
163
159
|
rubyforge_project: rspec
|
|
164
160
|
rubygems_version: 1.6.2
|
|
165
161
|
signing_key:
|
|
166
162
|
specification_version: 3
|
|
167
|
-
summary: rspec-mocks-2.6.0
|
|
163
|
+
summary: rspec-mocks-2.6.0
|
|
168
164
|
test_files:
|
|
169
165
|
- features/Changelog.md
|
|
170
166
|
- features/README.markdown
|