nsnotify.gemspec in nsnotify-0.0.1 vs nsnotify.gemspec in nsnotify-0.0.2

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.authors = ["Wouter de Vos"] gem.email = ["Nsnotify@foxycoder.com"] gem.description = %q{Notifications through the OS X Notification Center.} gem.summary = %q{Notifications through the OS X Notification Center available since OS X 10.8 Mountain Lion.} - gem.homepage = "http://foxycoder.com" + gem.homepage = "https://github.com/foxycoder/nsnotify" 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.name = "nsnotify"