technologist.gemspec in technologist-0.2.0 vs technologist.gemspec in technologist-0.2.1

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ["Alexis Reigel"] spec.email = ["mail@koffeinfrei.org"] spec.summary = %q{Detects the technologies used in a repository.} spec.description = %q{Detects technologies in a repository by applying a set of rules and returning primary and secondary frameworks.} - spec.homepage = "https://github.com/github/koffeinfrei/linguist" + spec.homepage = "https://github.com/koffeinfrei/technologist" spec.license = "AGPL-3.0" 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) }