mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
regenerated gemspec
This commit is contained in:
parent
74a752ebf5
commit
ec8ee2f18f
1 changed files with 3 additions and 3 deletions
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{capybara}
|
s.name = %q{capybara}
|
||||||
s.version = "0.3.0"
|
s.version = "0.3.5"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Jonas Nicklas"]
|
s.authors = ["Jonas Nicklas"]
|
||||||
s.date = %q{2010-02-25}
|
s.date = %q{2010-03-18}
|
||||||
s.description = %q{Capybara aims to simplify the process of integration testing Rack applications,
|
s.description = %q{Capybara aims to simplify the process of integration testing Rack applications,
|
||||||
such as Rails, Sinatra or Merb. It is inspired by and aims to replace Webrat as
|
such as Rails, Sinatra or Merb. It is inspired by and aims to replace Webrat as
|
||||||
a DSL for interacting with a webapplication. It is agnostic about the driver
|
a DSL for interacting with a webapplication. It is agnostic about the driver
|
||||||
|
|
@ -19,7 +19,7 @@ Celerity and Selenium support built in.}
|
||||||
s.rdoc_options = ["--main", "README.rdoc"]
|
s.rdoc_options = ["--main", "README.rdoc"]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.rubyforge_project = %q{capybara}
|
s.rubyforge_project = %q{capybara}
|
||||||
s.rubygems_version = %q{1.3.5}
|
s.rubygems_version = %q{1.3.6}
|
||||||
s.summary = %q{Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb}
|
s.summary = %q{Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb}
|
||||||
|
|
||||||
if s.respond_to? :specification_version then
|
if s.respond_to? :specification_version then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue