Skip to content

Commit

Permalink
tagged 0.4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jan 21, 2011
1 parent 5c25167 commit b382a0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
capybara (0.4.1) capybara (0.4.1.1)
celerity (>= 0.7.9) celerity (>= 0.7.9)
culerity (>= 0.2.4) culerity (>= 0.2.4)
mime-types (>= 1.16) mime-types (>= 1.16)
Expand All @@ -26,6 +26,8 @@ GEM
configuration (1.2.0) configuration (1.2.0)
culerity (0.2.15) culerity (0.2.15)
diff-lcs (1.1.2) diff-lcs (1.1.2)
ffi (0.6.3)
rake (>= 0.8.7)
ffi (0.6.3-java) ffi (0.6.3-java)
fuubar (0.0.3) fuubar (0.0.3)
rspec (~> 2.0) rspec (~> 2.0)
Expand All @@ -36,6 +38,7 @@ GEM
configuration (>= 0.0.5) configuration (>= 0.0.5)
rake (>= 0.8.1) rake (>= 0.8.1)
mime-types (1.16) mime-types (1.16)
nokogiri (1.4.4)
nokogiri (1.4.4-java) nokogiri (1.4.4-java)
weakling (>= 0.0.3) weakling (>= 0.0.3)
rack (1.2.1) rack (1.2.1)
Expand Down Expand Up @@ -72,9 +75,16 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bundler (~> 1.0) bundler (~> 1.0)
capybara! capybara!
celerity (>= 0.7.9)
culerity (>= 0.2.4)
fuubar (>= 0.0.1) fuubar (>= 0.0.1)
launchy (>= 0.3.5) launchy (>= 0.3.5)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
rspec (>= 2.0.0) rspec (>= 2.0.0)
selenium-webdriver (>= 0.0.27)
sinatra (>= 0.9.4) sinatra (>= 0.9.4)
xpath! xpath!
yard (>= 0.5.8) yard (>= 0.5.8)
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
@@ -1,3 +1,3 @@
module Capybara module Capybara
VERSION = '0.4.1' VERSION = '0.4.1.1'
end end

0 comments on commit b382a0e

Please sign in to comment.