unsplash.gemspec in unsplash-1.2.1 vs unsplash.gemspec in unsplash-1.3.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Unsplash::VERSION spec.authors = ["Aaron Klaassen"] spec.email = ["aaron@crew.co"] spec.summary = %q{Ruby wrapper for the Unsplash API.} - spec.homepage = "https://github.com/CrewLabs/unsplash_rb" + spec.homepage = "https://github.com/unsplash/unsplash_rb" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }