keikokuc.gemspec in keikokuc-0.0.3 vs keikokuc.gemspec in keikokuc-0.1

- old
+ new

@@ -3,12 +3,12 @@ require 'factory_girl' Gem::Specification.new do |gem| gem.authors = ["Harold Giménez"] gem.email = ["harold.gimenez@gmail.com"] - gem.description = %q{Keikoku API client} - gem.summary = %q{Keikoku API client} - gem.homepage = "" + gem.description = %q{Keikoku client} + gem.summary = %q{Keikoku is an experimental notification system on Heroku. This gem interfaces with the keikoku API to be used bynotification producers and consumers} + gem.homepage = "https://github.com/hgmnz/keikokuc" 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 = "keikokuc"