usaidwat.gemspec in usaidwat-0.0.2 vs usaidwat.gemspec in usaidwat-0.0.3
- old
+ new
@@ -6,17 +6,17 @@
s.name = "usaidwat"
s.version = USaidWat::VERSION
s.authors = ["Michael Dippery"]
s.email = ["michael@monkey-robot.com"]
s.homepage = ""
- s.summary = %q{View a user's last 100 Reddit comments}
+ 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"
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"]
- s.add_runtime_dependency 'json'
+ s.add_runtime_dependency 'json', '>= 1.6.5'
end