rspec-expectations 2.9.0.rc2 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- ### 2.9.0.rc2 / 2012-03-12
2
- [full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0.rc2)
1
+ ### 2.9.0 / 2012-03-17
2
+ [full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)
3
3
 
4
4
  Enhancements
5
5
 
@@ -2,7 +2,7 @@ module RSpec
2
2
  module Expectations
3
3
  # @private
4
4
  module Version
5
- STRING = '2.9.0.rc2'
5
+ STRING = '2.9.0'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-expectations
3
3
  version: !ruby/object:Gem::Version
4
- hash: 2405012749
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
@@ -228,21 +226,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
228
226
  required_rubygems_version: !ruby/object:Gem::Requirement
229
227
  none: false
230
228
  requirements:
231
- - - ">"
229
+ - - ">="
232
230
  - !ruby/object:Gem::Version
233
- hash: 25
231
+ hash: 3
234
232
  segments:
235
- - 1
236
- - 3
237
- - 1
238
- version: 1.3.1
233
+ - 0
234
+ version: "0"
239
235
  requirements: []
240
236
 
241
237
  rubyforge_project: rspec
242
238
  rubygems_version: 1.8.15
243
239
  signing_key:
244
240
  specification_version: 3
245
- summary: rspec-expectations-2.9.0.rc2
241
+ summary: rspec-expectations-2.9.0
246
242
  test_files:
247
243
  - features/README.markdown
248
244
  - features/Upgrade.md