soaspec.gemspec in soaspec-0.0.55 vs soaspec.gemspec in soaspec-0.0.56

- old
+ new

@@ -14,10 +14,10 @@ the same configuration " spec.homepage = 'https://gitlab.com/samuel-garratt/soaspec' 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|bin|config|template)/}) end spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib']