bddfire.gemspec in bddfire-1.7.9 vs bddfire.gemspec in bddfire-1.8.0

- old
+ new

@@ -10,10 +10,10 @@ s.email = ["shashikant.jagtap@aol.co.uk"] s.homepage = "https://github.com/Shashikant86/bddfire" s.license = 'MIT' s.required_ruby_version = '>= 1.9.3' s.summary = "BDDfire: Automate Mobile & Web apps with less code. An instant Ruby-Cucumber BDD framework" - s.description = %q{Instant BDD Framework - Ruby, Cucumber, Capybara, selenium, Appium, Saucelabs, Browserstack, Testingbot, poltergeist, cuke_sniffer, rubocop, relish, yard and many more awesome libraries} + s.description = %q{BDDfire: Automate Mobile and Web apps with less code - Instant BDD framework with Ruby, Cucumber, Capybara, selenium, Appium, Saucelabs, Browserstack, Testingbot, poltergeist, cuke_sniffer, rubocop, relish, yard and many more awesome libraries} s.add_runtime_dependency "cucumber", '~> 1.3', '>= 1.3.18' s.add_runtime_dependency "capybara", '~> 2.4.4', '>= 2.4.1' s.add_runtime_dependency "rspec", '~> 3.2.0', '>= 3.0.0' s.add_runtime_dependency "selenium-webdriver", '~> 2.44.0', '>= 2.41.0' s.files = `git ls-files`.split("\n")