deviceatlasapi.gemspec in deviceatlasapi-0.0.1 vs deviceatlasapi.gemspec in deviceatlasapi-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = DeviceAtlasApi::VERSION spec.authors = ["Trevor Kimenye"] spec.email = ["kimenye@gmail.com"] spec.description = %q{Lets you access the DeviceAtlas cloud api} spec.summary = %q{Ruby gem to access DeviceAtlas cloud api} - spec.homepage = "https://deviceatlas.com" + spec.homepage = "https://github.com/kimenye/deviceatlasapi" 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{^(test|spec|features)/})