analyst.gemspec in analyst-1.2.1 vs analyst.gemspec in analyst-1.2.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Analyst::VERSION spec.authors = ["Coraline Ada Ehmke", "Mike Ziwisky"] spec.email = ["coraline@idolhands.com", "mikezx@gmail.com"] spec.summary = %q{A nice API for interacting with parsed Ruby source code.} spec.description = %q{A nice API for interacting with parsed Ruby source code.} - spec.homepage = "" + spec.homepage = "https://gitlab.com/coraline/analyst" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})