matchi.gemspec in matchi-0.0.6 vs matchi.gemspec in matchi-0.0.7
- old
+ new
@@ -8,11 +8,11 @@
spec.description = 'Collection of expectation matchers for Ruby.'
spec.homepage = 'https://github.com/fixrb/matchi'
spec.license = 'MIT'
spec.files =
- `git ls-files -z`.split("\x0").reject { |f| f.match(/%r{^test}/) }
- spec.executables = spec.files.grep(/%r{^exe}/) { |f| File.basename(f) }
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^test/}) }
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10.4'
spec.add_development_dependency 'yard', '~> 0.8'