talks.gemspec in talks-0.1.0 vs talks.gemspec in talks-0.2.0

- old
+ new

@@ -6,12 +6,12 @@ s.name = "talks" s.version = Talks::VERSION s.platform = Gem::Platform::RUBY s.authors = ['gazay'] s.email = ['alex.gaziev@gmail.com'] - s.homepage = "https://github.com/gazay/talks" - s.summary = %q{Simple gem for `say` function of mac os x} - s.description = %q{Simple gem for `say` function of mac os x} + s.homepage = "https://github.com/ruby-talks/talks" + s.summary = %q{Gem for talking ruby code and command-line tools} + s.description = %q{This gem can be used for wraping command-lines with `talks` command or for adding hooks in ruby code which would tell you something} s.rubyforge_project = "talks" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")