cowsay.gemspec in cowsay-0.0.3 vs cowsay.gemspec in cowsay-0.0.4

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Cowsay::VERSION gem.authors = ['JohnnyT'] gem.email = ['johnnyt@moneydesktop.com'] gem.description = %q{ASCII art avatars emote your messages} gem.summary = gem.description - gem.homepage = 'https://github.com/johnnyt/cowsay' + gem.homepage = 'https://github.com/moneydesktop/cowsay' 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']