tagged 0.4.1.1

This commit is contained in:
Jonas Nicklas 2011-01-21 21:47:54 +01:00
parent 5c251671cb
commit b382a0e769
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara (0.4.1)
capybara (0.4.1.1)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
@ -26,6 +26,8 @@ GEM
configuration (1.2.0)
culerity (0.2.15)
diff-lcs (1.1.2)
ffi (0.6.3)
rake (>= 0.8.7)
ffi (0.6.3-java)
fuubar (0.0.3)
rspec (~> 2.0)
@ -36,6 +38,7 @@ GEM
configuration (>= 0.0.5)
rake (>= 0.8.1)
mime-types (1.16)
nokogiri (1.4.4)
nokogiri (1.4.4-java)
weakling (>= 0.0.3)
rack (1.2.1)
@ -72,9 +75,16 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.0)
capybara!
celerity (>= 0.7.9)
culerity (>= 0.2.4)
fuubar (>= 0.0.1)
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)
selenium-webdriver (>= 0.0.27)
sinatra (>= 0.9.4)
xpath!
yard (>= 0.5.8)

View File

@ -1,3 +1,3 @@
module Capybara
VERSION = '0.4.1'
VERSION = '0.4.1.1'
end