propono.gemspec in propono-2.2.0 vs propono.gemspec in propono-2.2.1
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Propono::VERSION
spec.authors = ["MalcyL", "iHiD"]
spec.email = ["jez.walker@gmail.com", "c.p.care@gmail.com", "malcolm@landonsonline.me.uk"]
spec.description = %q{Pub / Sub Library using Amazon Web Services}
spec.summary = %q{General purpose pub/sub library built on top of AWS SNS and SQS}
- spec.homepage = ""
+ spec.homepage = "https://github.com/iHiD/propono/"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})