eye-notify-hipchat.gemspec in eye-notify-hipchat-0.0.1 vs eye-notify-hipchat.gemspec in eye-notify-hipchat-0.0.2

- old
+ new

@@ -7,9 +7,10 @@ spec.name = "eye-notify-hipchat" spec.version = Eye::Notify::Hipchat::VERSION spec.authors = ["Ryan Schlesinger"] spec.email = ["ryan@aceofsales.com"] spec.summary = %q{Adds a hipchat notifier to eye} + spec.homepage = 'https://github.com/aceofsales/eye-notify-hipchat' spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})