soaspec.gemspec in soaspec-0.2.20 vs soaspec.gemspec in soaspec-0.2.21
- old
+ new
@@ -13,10 +13,10 @@
the same configuration. Examples designed for RSpec and Cucumber."
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|bin|config|template|credentials)/})
+ f.match(%r{^(test|spec|features|bin|config|templates|credentials|images|demo)/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']