rspec-mocks 2.9.0.rc2 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Changelog.md +2 -2
  2. data/lib/rspec/mocks/version.rb +1 -1
  3. metadata +9 -13
@@ -1,5 +1,5 @@
1
- ### 2.9.0.rc2 / 2012-03-12
2
- [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.9.0.rc2)
1
+ ### 2.9.0 / 2012-03-17
2
+ [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.9.0)
3
3
 
4
4
  Enhancements
5
5
 
@@ -1,7 +1,7 @@
1
1
  module RSpec
2
2
  module Mocks
3
3
  module Version
4
- STRING = '2.9.0.rc2'
4
+ STRING = '2.9.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: 85566451
5
- prerelease: 6
4
+ hash: 43
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 9
9
9
  - 0
10
- - rc
11
- - 2
12
- version: 2.9.0.rc2
10
+ version: 2.9.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Steven Baker
@@ -18,7 +16,7 @@ autorequire:
18
16
  bindir: bin
19
17
  cert_chain: []
20
18
 
21
- date: 2012-03-12 00:00:00 Z
19
+ date: 2012-03-17 00:00:00 Z
22
20
  dependencies:
23
21
  - !ruby/object:Gem::Dependency
24
22
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -195,21 +193,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
193
  required_rubygems_version: !ruby/object:Gem::Requirement
196
194
  none: false
197
195
  requirements:
198
- - - ">"
196
+ - - ">="
199
197
  - !ruby/object:Gem::Version
200
- hash: 25
198
+ hash: 3
201
199
  segments:
202
- - 1
203
- - 3
204
- - 1
205
- version: 1.3.1
200
+ - 0
201
+ version: "0"
206
202
  requirements: []
207
203
 
208
204
  rubyforge_project: rspec
209
205
  rubygems_version: 1.8.15
210
206
  signing_key:
211
207
  specification_version: 3
212
- summary: rspec-mocks-2.9.0.rc2
208
+ summary: rspec-mocks-2.9.0
213
209
  test_files:
214
210
  - features/README.markdown
215
211
  - features/Scope.md