rspec-rails 2.9.0.rc2 → 2.9.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.
- data/Changelog.md +2 -2
- data/lib/rspec/rails/version.rb +1 -1
- metadata +12 -18
data/Changelog.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
### 2.9.0
|
|
2
|
-
[full changelog](http://github.com/rspec/rspec-
|
|
1
|
+
### 2.9.0 / 2012-03-17
|
|
2
|
+
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)
|
|
3
3
|
|
|
4
4
|
Enhancments
|
|
5
5
|
* add description method to RouteToMatcher (John Wulff)
|
data/lib/rspec/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 43
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 9
|
|
9
9
|
- 0
|
|
10
|
-
|
|
11
|
-
- 2
|
|
12
|
-
version: 2.9.0.rc2
|
|
10
|
+
version: 2.9.0
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- David Chelimsky
|
|
@@ -17,7 +15,7 @@ autorequire:
|
|
|
17
15
|
bindir: bin
|
|
18
16
|
cert_chain: []
|
|
19
17
|
|
|
20
|
-
date: 2012-03-
|
|
18
|
+
date: 2012-03-17 00:00:00 Z
|
|
21
19
|
dependencies:
|
|
22
20
|
- !ruby/object:Gem::Dependency
|
|
23
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
@@ -68,16 +66,14 @@ dependencies:
|
|
|
68
66
|
version_requirements: &id004 !ruby/object:Gem::Requirement
|
|
69
67
|
none: false
|
|
70
68
|
requirements:
|
|
71
|
-
- -
|
|
69
|
+
- - ~>
|
|
72
70
|
- !ruby/object:Gem::Version
|
|
73
|
-
hash:
|
|
71
|
+
hash: 43
|
|
74
72
|
segments:
|
|
75
73
|
- 2
|
|
76
74
|
- 9
|
|
77
75
|
- 0
|
|
78
|
-
|
|
79
|
-
- 2
|
|
80
|
-
version: 2.9.0.rc2
|
|
76
|
+
version: 2.9.0
|
|
81
77
|
prerelease: false
|
|
82
78
|
requirement: *id004
|
|
83
79
|
name: rspec
|
|
@@ -251,21 +247,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
251
247
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
248
|
none: false
|
|
253
249
|
requirements:
|
|
254
|
-
- - "
|
|
250
|
+
- - ">="
|
|
255
251
|
- !ruby/object:Gem::Version
|
|
256
|
-
hash:
|
|
252
|
+
hash: 3
|
|
257
253
|
segments:
|
|
258
|
-
-
|
|
259
|
-
|
|
260
|
-
- 1
|
|
261
|
-
version: 1.3.1
|
|
254
|
+
- 0
|
|
255
|
+
version: "0"
|
|
262
256
|
requirements: []
|
|
263
257
|
|
|
264
258
|
rubyforge_project: rspec
|
|
265
259
|
rubygems_version: 1.8.15
|
|
266
260
|
signing_key:
|
|
267
261
|
specification_version: 3
|
|
268
|
-
summary: rspec-rails-2.9.0
|
|
262
|
+
summary: rspec-rails-2.9.0
|
|
269
263
|
test_files:
|
|
270
264
|
- features/Autotest.md
|
|
271
265
|
- features/Generators.md
|