jettywrapper.gemspec in jettywrapper-0.0.2 vs jettywrapper.gemspec in jettywrapper-0.0.3
- old
+ new
@@ -7,10 +7,10 @@
s.name = "jettywrapper"
s.version = GEMVERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Bess Sadler"]
s.email = ["bess@stanford.edu"]
- s.homepage = ""
+ 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) }