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.
@@ -1,22 +1,9 @@
1
- ### 2.6.0.rc6 / 2011-05-06
1
+ ### 2.6.0 / 2011-05-12
2
2
 
3
- [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc4...v2.6.0.rc6)
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
@@ -1,7 +1,7 @@
1
1
  module RSpec # :nodoc:
2
2
  module Mocks # :nodoc:
3
3
  module Version # :nodoc:
4
- STRING = '2.6.0.rc6'
4
+ STRING = '2.6.0'
5
5
  end
6
6
  end
7
7
  end
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: 15424057
5
- prerelease: 6
4
+ hash: 23
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 6
9
9
  - 0
10
- - rc
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-06 00:00:00 -05:00
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: 25
153
+ hash: 3
156
154
  segments:
157
- - 1
158
- - 3
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.rc6
163
+ summary: rspec-mocks-2.6.0
168
164
  test_files:
169
165
  - features/Changelog.md
170
166
  - features/README.markdown