Skip to content

Commit 7326a31

Browse files
committed
Fix gemspec quotes
1 parent 94ffdbb commit 7326a31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rb/selenium-webdriver.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ if root != Dir.pwd
66
end
77

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

1212
s.authors = ["Jari Bakken"]
13-
s.email = %q{jari.bakken@gmail.com}
14-
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.}
15-
s.summary = %q{The next generation developer focused tool for automated testing of webapps}
16-
s.homepage = %q{http://selenium.googlecode.com}
13+
s.email = "jari.bakken@gmail.com"
14+
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."
15+
s.summary = "The next generation developer focused tool for automated testing of webapps"
16+
s.homepage = "http://selenium.googlecode.com"
1717
s.licenses = ["Apache"]
1818

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

0 commit comments

Comments
 (0)