You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rb/selenium-webdriver.gemspec
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ if root != Dir.pwd
6
6
end
7
7
8
8
Gem::Specification.newdo |s|
9
-
s.name=%q{selenium-webdriver}
9
+
s.name="selenium-webdriver"
10
10
s.version="2.43.0.dev"
11
11
12
12
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"
0 commit comments