iiif-image-api.gemspec in iiif-image-api-0.0.1 vs iiif-image-api.gemspec in iiif-image-api-0.0.2

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ['Justin Coyne'] spec.email = ['jcoyne@justincoyne.com'] spec.summary = %(Ruby APIs for working with IIIF) spec.description = %(Ruby APIs for working with IIIF) - spec.homepage = 'https://github.com/cbeer/iiif' + spec.homepage = 'https://github.com/jcoyne/iiif-image-api' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib']