wcc-contentful-app.gemspec in wcc-contentful-app-1.0.3 vs wcc-contentful-app.gemspec in wcc-contentful-app-1.0.4

- old
+ new

@@ -22,13 +22,11 @@ 'documentation_uri' => "https://watermarkchurch.github.io/wcc-contentful/#{doc_version}/wcc-contentful-app" } spec.required_ruby_version = '>= 2.3' - spec.files = - `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{^(test|spec|features|Guardfile)/}) - end + spec.files = Dir['app/**/*', 'config/**/*', 'lib/**/*'] + + %w[Rakefile README.md wcc-contentful-app.gemspec] spec.require_paths = ['lib'] spec.add_development_dependency 'capybara', '~> 3.9' spec.add_development_dependency 'coveralls'