mini_autobot.gemspec in mini_autobot-0.4.0 vs mini_autobot.gemspec in mini_autobot-0.5.0

- old
+ new

@@ -9,10 +9,10 @@ s.summary = %q{Web automation framework on minitest, selenium webdriver, and page objects.} s.description = %q{Wrapper of minitest and selenium-webdriver that supports multiple webapps and multiple OS/browser ui automation testing, ready to be integrated in development pipeline with jenkins and saucelabs.} - s.homepage = "https://github.com/rentpath/autobots" + s.homepage = "https://github.com/rentpath/mini_autobot" s.license = "MIT" s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } s.bindir = "bin" s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }