usaidwat.gemspec in usaidwat-0.0.5 vs usaidwat.gemspec in usaidwat-0.0.6

- old
+ new

@@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "usaidwat" s.version = USaidWat::VERSION s.authors = ["Michael Dippery"] s.email = ["michael@monkey-robot.com"] - s.homepage = "" + s.homepage = "https://github.com/mdippery/usaidwat" s.summary = %q{Answers the age-old question, "Where does a Redditor comment the most?"} s.description = %q{View a user's last 100 Reddit comments, organized by subreddit.} s.rubyforge_project = "usaidwat" @@ -17,6 +17,7 @@ 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"] s.add_runtime_dependency 'json', '>= 1.6.5' + s.add_development_dependency 'rspec', '~> 2.8.0' end