Skip to content

Commit 17c894e

Browse files
committed
bump to 2.0.0.beta.4
1 parent 9698249 commit 17c894e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0.beta.3
1+
2.0.0.beta.4

rspec-rails.gemspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{rspec-rails}
8-
s.version = "2.0.0.beta.3"
8+
s.version = "2.0.0.beta.4"
99

1010
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["David Chelimsky", "Chad Humphries"]
12-
s.date = %q{2010-03-08}
12+
s.date = %q{2010-03-15}
1313
s.description = %q{Rspec-2 for Rails-3}
1414
1515
s.extra_rdoc_files = [
@@ -69,7 +69,7 @@ Gem::Specification.new do |s|
6969
s.homepage = %q{http://github.com/rspec/rspec-rails}
7070
s.post_install_message = %q{**************************************************
7171
72-
Thank you for installing rspec-rails-2.0.0.beta.3!
72+
Thank you for installing rspec-rails-2.0.0.beta.4!
7373
7474
This version of rspec-rails only works with
7575
versions of rails >= 3.0.0.pre.
@@ -84,21 +84,21 @@ Gem::Specification.new do |s|
8484
s.require_paths = ["lib"]
8585
s.rubyforge_project = %q{rspec}
8686
s.rubygems_version = %q{1.3.6}
87-
s.summary = %q{rspec-rails-2.0.0.beta.3}
87+
s.summary = %q{rspec-rails-2.0.0.beta.4}
8888

8989
if s.respond_to? :specification_version then
9090
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
9191
s.specification_version = 3
9292

9393
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
94-
s.add_runtime_dependency(%q<rspec>, ["= 2.0.0.beta.3"])
94+
s.add_runtime_dependency(%q<rspec>, ["= 2.0.0.beta.4"])
9595
s.add_runtime_dependency(%q<webrat>, [">= 0.7.0"])
9696
else
97-
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.3"])
97+
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.4"])
9898
s.add_dependency(%q<webrat>, [">= 0.7.0"])
9999
end
100100
else
101-
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.3"])
101+
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.4"])
102102
s.add_dependency(%q<webrat>, [">= 0.7.0"])
103103
end
104104
end

0 commit comments

Comments
 (0)