Skip to content

Commit

Permalink
Tagged 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Nov 14, 2012
1 parent 4f74ff5 commit 1c2dd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capybara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("selenium-webdriver", ["~> 2.0"])
s.add_runtime_dependency("rack", [">= 1.0.0"])
s.add_runtime_dependency("rack-test", [">= 0.5.4"])
s.add_runtime_dependency("xpath", ["~> 1.0.0.beta1"])
s.add_runtime_dependency("xpath", ["~> 1.0.0"])

s.add_development_dependency("sinatra", [">= 0.9.4"])
s.add_development_dependency("rspec", [">= 2.2.0"])
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Capybara
VERSION = '2.0.0.beta4'
VERSION = '2.0.0'
end

0 comments on commit 1c2dd26

Please sign in to comment.