phantomjs.gemspec in phantomjs-1.9.2.1 vs phantomjs.gemspec in phantomjs-1.9.7.0
- old
+ new
@@ -5,9 +5,10 @@
gem.authors = ["Christoph Olszowka"]
gem.email = ["christoph at olszowka.de"]
gem.description = %q{Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.}
gem.summary = %q{Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.}
gem.homepage = "https://github.com/colszowka/phantomjs-gem"
+ gem.license = 'MIT'
gem.add_development_dependency 'poltergeist'
gem.add_development_dependency 'rspec', ">= 2.11.0"
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'rake'