source_finder.gemspec in source_finder-2.2.1 vs source_finder.gemspec in source_finder-2.2.2

- old
+ new

@@ -12,13 +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 = Dir["CODE_OF_CONDUCT.md", "LICENSE.txt", "README.md", - "{lib}/source_finder.rb", - "{lib}/source_finder/**/*.rb", - "source_finder.gemspec"] + 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'