wisper.gemspec in wisper-0.0.2 vs wisper.gemspec in wisper-1.0.0

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Wisper::VERSION gem.authors = ["Kris Leech"] gem.email = ["kris.leech@gmail.com"] gem.description = %q{pub/sub for Ruby objects} gem.summary = %q{pub/sub for Ruby objects} - gem.homepage = "" + gem.homepage = "https://github.com/krisleech/wisper" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]