talks.gemspec in talks-0.2.0 vs talks.gemspec in talks-0.3.0

- old
+ new

@@ -12,9 +12,14 @@ 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.add_dependency("notifier") + + s.add_development_dependency("rspec") + s.add_development_dependency("simplecov") + s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end