rspec-mocks 2.8.0.rc2 → 2.8.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.
Files changed (2) hide show
  1. data/lib/rspec/mocks/version.rb +1 -1
  2. metadata +9 -13
@@ -1,7 +1,7 @@
1
1
  module RSpec
2
2
  module Mocks
3
3
  module Version
4
- STRING = '2.8.0.rc2'
4
+ STRING = '2.8.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: 15424209
5
- prerelease: 6
4
+ hash: 47
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 8
9
9
  - 0
10
- - rc
11
- - 2
12
- version: 2.8.0.rc2
10
+ version: 2.8.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: 2011-12-20 00:00:00 Z
19
+ date: 2012-01-05 00:00:00 Z
22
20
  dependencies: []
23
21
 
24
22
  description: RSpec's 'test double' framework, with support for stubbing and mocking
@@ -146,21 +144,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
144
  required_rubygems_version: !ruby/object:Gem::Requirement
147
145
  none: false
148
146
  requirements:
149
- - - ">"
147
+ - - ">="
150
148
  - !ruby/object:Gem::Version
151
- hash: 25
149
+ hash: 3
152
150
  segments:
153
- - 1
154
- - 3
155
- - 1
156
- version: 1.3.1
151
+ - 0
152
+ version: "0"
157
153
  requirements: []
158
154
 
159
155
  rubyforge_project: rspec
160
156
  rubygems_version: 1.8.11
161
157
  signing_key:
162
158
  specification_version: 3
163
- summary: rspec-mocks-2.8.0.rc2
159
+ summary: rspec-mocks-2.8.0
164
160
  test_files:
165
161
  - features/README.markdown
166
162
  - features/Scope.md