sprinkle.gemspec in sprinkle-0.6.1.1 vs sprinkle.gemspec in sprinkle-0.6.2

- old
+ new

@@ -13,9 +13,11 @@ s.executables = ["sprinkle"] s.extra_rdoc_files = [ "README.md" ] + s.license = "MIT" + s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.homepage = "https://github.com/sprinkle-tool/sprinkle"