shifty.gemspec in shifty-0.4.0 vs shifty.gemspec in shifty-0.4.1

- old
+ new

@@ -12,10 +12,10 @@ spec.description = "Shifty provides tools for coordinating simple workers which consume a supplying queue and emit corresponding work products, valuing pure functions, carefully isolated side effects, and extremely low coupling." spec.homepage = "https://github.com/joelhelbling/shifty" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{^(test|spec|features)/}) + f.match(%r{^(test|spec|features|\.github|\.standard\.yml|Guardfile|_config\.yml)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]