staccato-rack.gemspec in staccato-rack-0.4.2 vs staccato-rack.gemspec in staccato-rack-0.4.3
- old
+ new
@@ -9,10 +9,10 @@
spec.authors = ['Grant Speelman']
spec.email = ['grant.speelman@ubxd.com']
spec.summary = 'Simple rack middleware using Staccato'
spec.description = 'Rack middleware to send analytics to google using Staccato with the aim to be used for apis'
- spec.homepage = 'https://github.com/unboxed/staccato-rack'
+ spec.homepage = 'https://github.com/grantspeelman/staccato-rack'
spec.license = 'MIT'
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) }