Skip to content

Commit

Permalink
Revert "Regenerated gemspec for version 0.5.2"
Browse files Browse the repository at this point in the history
This reverts commit f1cd50d.
  • Loading branch information
brynary committed Aug 27, 2009
1 parent f1cd50d commit 5b90488
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions webrat.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{webrat}
s.version = "0.5.2"
s.version = "0.5.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp"]
s.date = %q{2009-08-27}
s.date = %q{2009-08-18}
s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests
for a Ruby web application. It supports simulating a browser inside
a Ruby process to avoid the performance hit and browser dependency of
Expand Down Expand Up @@ -65,13 +65,21 @@ Most Ruby web frameworks and testing frameworks are supported.}
"lib/webrat/core/scope.rb",
"lib/webrat/core/session.rb",
"lib/webrat/core/xml.rb",
"lib/webrat/core/xml/hpricot.rb",
"lib/webrat/core/xml/nokogiri.rb",
"lib/webrat/core/xml/rexml.rb",
"lib/webrat/core_extensions/blank.rb",
"lib/webrat/core_extensions/deprecate.rb",
"lib/webrat/core_extensions/detect_mapped.rb",
"lib/webrat/core_extensions/meta_class.rb",
"lib/webrat/core_extensions/nil_to_param.rb",
"lib/webrat/core_extensions/tcp_socket.rb",
"lib/webrat/mechanize.rb",
"lib/webrat/merb.rb",
"lib/webrat/merb_adapter.rb",
"lib/webrat/merb_multipart_support.rb",
"lib/webrat/rack.rb",
"lib/webrat/rails.rb",
"lib/webrat/rspec-rails.rb",
"lib/webrat/selenium.rb",
"lib/webrat/selenium/application_server_factory.rb",
Expand All @@ -96,6 +104,7 @@ Most Ruby web frameworks and testing frameworks are supported.}
"lib/webrat/selenium/selenium_rc_server.rb",
"lib/webrat/selenium/selenium_session.rb",
"lib/webrat/selenium/silence_stream.rb",
"lib/webrat/sinatra.rb",
"spec/fakes/test_adapter.rb",
"spec/integration/mechanize/Rakefile",
"spec/integration/mechanize/config.ru",
Expand Down Expand Up @@ -191,6 +200,8 @@ Most Ruby web frameworks and testing frameworks are supported.}
"spec/private/core/logging_spec.rb",
"spec/private/core/session_spec.rb",
"spec/private/mechanize/mechanize_adapter_spec.rb",
"spec/private/merb/attaches_file_spec.rb",
"spec/private/merb/merb_adapter_spec.rb",
"spec/private/nokogiri_spec.rb",
"spec/private/rails/attaches_file_spec.rb",
"spec/private/rails/rails_adapter_spec.rb",
Expand Down

0 comments on commit 5b90488

Please sign in to comment.