pubsubstub.gemspec in pubsubstub-0.2.1 vs pubsubstub.gemspec in pubsubstub-0.2.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Pubsubstub::VERSION spec.authors = ["Guillaume Malette"] spec.email = ["gmalette@gmail.com"] spec.summary = %q{Pubsubstub is a rack middleware to add Pub/Sub} spec.description = %q{Pubsubstub can be added to a rack Application or deployed standalone. It uses Redis to do the Pub/Sub} - spec.homepage = "https://github.com/gmalette/pubsubstub" + spec.homepage = "https://github.com/byroot/pubsubstub" 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)/})