symbiont.gemspec in symbiont-0.1.1 vs symbiont.gemspec in symbiont-0.1.2
- old
+ new
@@ -7,21 +7,21 @@
gem.platform = Gem::Platform::RUBY
gem.license = "MIT"
gem.authors = ["Jeff Nyman"]
gem.email = ["jeffnyman@gmail.com"]
gem.homepage = "https://github.com/jnyman/symbiont"
- gem.summary = %q{An endosymbiotic facultative library for web application testing.}
- gem.description = %q{An endosymbiotic facultative library for web application testing.}
+ gem.summary = gem.description
+ gem.description = "An endosymbiotic facultative library for web application testing."
+ gem.add_development_dependency "rspec", "2.10.0"
+ gem.add_development_dependency "simplecov", "0.6.4"
+
+ gem.add_runtime_dependency "watir-webdriver", "0.5.8"
+
gem.required_ruby_version = '>= 1.9.2'
gem.rubyforge_project = "symbiont"
-
+
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,specs,features}/*`.split("\n")
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ["lib"]
-
- gem.add_development_dependency('rspec', ['2.10.0'])
- gem.add_development_dependency('simplecov', ['0.6.4'])
-
- gem.add_runtime_dependency('watir-webdriver', ['0.5.8'])
end