Skip to content

Commit

Permalink
Fix gemspec quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Aug 29, 2014
1 parent 94ffdbb commit 7326a31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ if root != Dir.pwd
end

Gem::Specification.new do |s|
s.name = %q{selenium-webdriver}
s.name = "selenium-webdriver"
s.version = "2.43.0.dev"

s.authors = ["Jari Bakken"]
s.email = %q{jari.bakken@gmail.com}
s.description = %q{WebDriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application.}
s.summary = %q{The next generation developer focused tool for automated testing of webapps}
s.homepage = %q{http://selenium.googlecode.com}
s.email = "jari.bakken@gmail.com"
s.description = "WebDriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application."
s.summary = "The next generation developer focused tool for automated testing of webapps"
s.homepage = "http://selenium.googlecode.com"
s.licenses = ["Apache"]

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
Expand Down

0 comments on commit 7326a31

Please sign in to comment.