source_finder.gemspec in source_finder-2.2.0 vs source_finder.gemspec in source_finder-2.2.1

- old
+ new

@@ -12,12 +12,13 @@ spec.summary = 'SourceFinder finds source and documentation files ' \ 'within a project.' spec.homepage = 'https://github.com/apiology/source_finder' spec.license = 'MIT' - spec.files = `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{^(test|spec|features)/}) - end + spec.files = Dir["CODE_OF_CONDUCT.md", "LICENSE.txt", "README.md", + "{lib}/source_finder.rb", + "{lib}/source_finder/**/*.rb", + "source_finder.gemspec"] spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.10'