git-autobisect.gemspec in git-autobisect-0.1.0 vs git-autobisect.gemspec in git-autobisect-0.1.1

- old
+ new

@@ -6,7 +6,8 @@ s.summary = "Find the first broken commit without having to learn git bisect" s.authors = ["Michael Grosser"] s.email = "michael@grosser.it" s.homepage = "http://github.com/grosser/#{name}" s.files = `git ls-files`.split("\n") + s.executables = ["git-autobisect"] s.license = "MIT" end