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.
Files changed (3) hide show
  1. data/Rakefile +6 -5
  2. data/VERSION +1 -1
  3. 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", "2.0.0.a10"
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 versions of rails >= 3.0.0.pre.
29
+ This version of rspec-rails only works with
30
+ versions of rails >= 3.0.0.pre.
30
31
 
31
- The 'a' in #{gem.version} means this is alpha software. If you are looking
32
- for a supported production release, please "gem install rspec-rails" (without
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.a10
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
- - a10
10
- version: 2.0.0.a10
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-02-27 00:00:00 -06:00
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
- - a10
34
- version: 2.0.0.a10
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.a10!
117
+ Thank you for installing rspec-rails-2.0.0.beta.1!
116
118
 
117
- This version of rspec-rails only works with versions of rails >= 3.0.0.pre.
119
+ This version of rspec-rails only works with
120
+ versions of rails >= 3.0.0.pre.
118
121
 
119
- The 'a' in 2.0.0.a10 means this is alpha software. If you are looking
120
- for a supported production release, please "gem install rspec-rails" (without
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.a10
154
+ summary: rspec-rails-2.0.0.beta.1
152
155
  test_files: []
153
156