npr.gemspec in npr-0.1.0 vs npr.gemspec in npr-0.1.1
- old
+ new
@@ -2,12 +2,12 @@
require File.expand_path('../lib/npr/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Bryan Ricker"]
gem.email = ["bricker@scpr.org"]
- gem.description = %q{[NPR](http://npr.org) is a news organization. This gem helps you pull its content with a nice Ruby DSL. <http://www.npr.org/api/index>}
+ gem.description = %q{NPR (npr.org) is a news organization. This gem helps you pull NPR content with a nice Ruby DSL.}
gem.summary = %q{A Ruby client for the NPR API}
- gem.homepage = "http://github.com/bricker88/npr"
+ gem.homepage = "http://github.com/bricker/npr"
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "npr"