rspec-rails 2.0.0.a10 → 2.0.0.beta.1
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/Rakefile +6 -5
- data/VERSION +1 -1
- metadata +14 -11
data/Rakefile
CHANGED
|
@@ -19,18 +19,19 @@ begin
|
|
|
19
19
|
gem.homepage = "http://github.com/rspec/rspec-rails"
|
|
20
20
|
gem.authors = ["David Chelimsky", "Chad Humphries"]
|
|
21
21
|
gem.rubyforge_project = "rspec"
|
|
22
|
-
gem.add_dependency "rspec",
|
|
22
|
+
gem.add_dependency "rspec", gem.version
|
|
23
23
|
gem.add_dependency "webrat", ">= 0.7.0"
|
|
24
24
|
gem.post_install_message = <<-EOM
|
|
25
25
|
#{"*"*50}
|
|
26
26
|
|
|
27
27
|
Thank you for installing #{gem.summary}!
|
|
28
28
|
|
|
29
|
-
This version of rspec-rails only works with
|
|
29
|
+
This version of rspec-rails only works with
|
|
30
|
+
versions of rails >= 3.0.0.pre.
|
|
30
31
|
|
|
31
|
-
|
|
32
|
-
for a supported production release, please
|
|
33
|
-
--pre).
|
|
32
|
+
This is beta software. If you are looking
|
|
33
|
+
for a supported production release, please
|
|
34
|
+
"gem install rspec-rails" (without --pre).
|
|
34
35
|
|
|
35
36
|
#{"*"*50}
|
|
36
37
|
EOM
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.
|
|
1
|
+
2.0.0.beta.1
|
metadata
CHANGED
|
@@ -6,8 +6,9 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 2
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
|
|
9
|
+
- beta
|
|
10
|
+
- 1
|
|
11
|
+
version: 2.0.0.beta.1
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- David Chelimsky
|
|
@@ -16,7 +17,7 @@ autorequire:
|
|
|
16
17
|
bindir: bin
|
|
17
18
|
cert_chain: []
|
|
18
19
|
|
|
19
|
-
date: 2010-
|
|
20
|
+
date: 2010-03-01 00:00:00 -06:00
|
|
20
21
|
default_executable:
|
|
21
22
|
dependencies:
|
|
22
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -30,8 +31,9 @@ dependencies:
|
|
|
30
31
|
- 2
|
|
31
32
|
- 0
|
|
32
33
|
- 0
|
|
33
|
-
-
|
|
34
|
-
|
|
34
|
+
- beta
|
|
35
|
+
- 1
|
|
36
|
+
version: 2.0.0.beta.1
|
|
35
37
|
type: :runtime
|
|
36
38
|
version_requirements: *id001
|
|
37
39
|
- !ruby/object:Gem::Dependency
|
|
@@ -112,13 +114,14 @@ licenses: []
|
|
|
112
114
|
post_install_message: |
|
|
113
115
|
**************************************************
|
|
114
116
|
|
|
115
|
-
Thank you for installing rspec-rails-2.0.0.
|
|
117
|
+
Thank you for installing rspec-rails-2.0.0.beta.1!
|
|
116
118
|
|
|
117
|
-
This version of rspec-rails only works with
|
|
119
|
+
This version of rspec-rails only works with
|
|
120
|
+
versions of rails >= 3.0.0.pre.
|
|
118
121
|
|
|
119
|
-
|
|
120
|
-
for a supported production release, please
|
|
121
|
-
--pre).
|
|
122
|
+
This is beta software. If you are looking
|
|
123
|
+
for a supported production release, please
|
|
124
|
+
"gem install rspec-rails" (without --pre).
|
|
122
125
|
|
|
123
126
|
**************************************************
|
|
124
127
|
|
|
@@ -148,6 +151,6 @@ rubyforge_project: rspec
|
|
|
148
151
|
rubygems_version: 1.3.6
|
|
149
152
|
signing_key:
|
|
150
153
|
specification_version: 3
|
|
151
|
-
summary: rspec-rails-2.0.0.
|
|
154
|
+
summary: rspec-rails-2.0.0.beta.1
|
|
152
155
|
test_files: []
|
|
153
156
|
|