jettywrapper.gemspec in jettywrapper-1.8.2 vs jettywrapper.gemspec in jettywrapper-1.8.3
- old
+ new
@@ -12,11 +12,11 @@
s.homepage = "https://github.com/projecthydra/jettywrapper"
s.summary = %q{Convenience tasks for working with jetty from within a ruby project.}
s.description = %q{Spin up a jetty instance (e.g., the one at https://github.com/projecthydra/hydra-jetty) and wrap test in it. This lets us run tests against a real copy of solr and fedora.}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec}/*`.split("\n")
- # s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
+ s.license = 'APACHE2'
s.required_rubygems_version = ">= 1.3.6"
s.add_dependency "logger"
s.add_dependency "childprocess"