rspec-mocks 2.6.0.rc4 → 2.6.0.rc6

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,3 +1,9 @@
1
+ ### 2.6.0.rc6 / 2011-05-06
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
+
1
7
  ### 2.6.0.rc4 / 2011-05-01
2
8
 
3
9
  [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc2...v2.6.0.rc4)
@@ -1,7 +1,7 @@
1
1
  module RSpec # :nodoc:
2
2
  module Mocks # :nodoc:
3
3
  module Version # :nodoc:
4
- STRING = '2.6.0.rc4'
4
+ STRING = '2.6.0.rc6'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-mocks
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424061
4
+ hash: 15424057
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 2
8
8
  - 6
9
9
  - 0
10
10
  - rc
11
- - 4
12
- version: 2.6.0.rc4
11
+ - 6
12
+ version: 2.6.0.rc6
13
13
  platform: ruby
14
14
  authors:
15
15
  - David Chelimsky
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-05-01 00:00:00 -04:00
21
+ date: 2011-05-06 00:00:00 -05:00
22
22
  default_executable:
23
23
  dependencies: []
24
24
 
@@ -164,7 +164,7 @@ rubyforge_project: rspec
164
164
  rubygems_version: 1.6.2
165
165
  signing_key:
166
166
  specification_version: 3
167
- summary: rspec-mocks-2.6.0.rc4
167
+ summary: rspec-mocks-2.6.0.rc6
168
168
  test_files:
169
169
  - features/Changelog.md
170
170
  - features/README.markdown