Skip to content

Commit

Permalink
tagged 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Nicklas and Peter Gromark authored and jnicklas committed Nov 30, 2009
1 parent 6e11333 commit 4cbab68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Manifest.txt
Expand Up @@ -27,13 +27,17 @@ spec/drivers_spec.rb
spec/dsl_spec.rb
spec/fixtures/test_file.txt
spec/public/jquery.js
spec/save_and_open_page_spec.rb
spec/session/culerity_session_spec.rb
spec/session/rack_test_session_spec.rb
spec/session/selenium_session_spec.rb
spec/session_spec.rb
spec/spec_helper.rb
spec/test_app.rb
spec/views/buttons.erb
spec/views/fieldsets.erb
spec/views/form.erb
spec/views/tables.erb
spec/views/with_html.erb
spec/views/with_js.erb
spec/views/with_scope.erb
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara.rb
@@ -1,7 +1,7 @@
require 'nokogiri'

module Capybara
VERSION = '0.1.2'
VERSION = '0.1.3'

class CapybaraError < StandardError; end
class DriverNotFoundError < CapybaraError; end
Expand Down

0 comments on commit 4cbab68

Please sign in to comment.