DPLibrary.gemspec in DPLibrary-0.0.1 vs DPLibrary.gemspec in DPLibrary-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = DPLibrary::VERSION spec.authors = ['phereford'] spec.email = ['phereford@gmail.com'] spec.description = %q{Ruby API wrapper for the Digital Public Library of America API} spec.summary = %q{A ruby gem that is an API wrapper for the DPLA} - spec.homepage = 'http://github.com/pford/DPLibrary' + spec.homepage = 'http://github.com/phereford/DPLibrary' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(spec)/})