wcc-contentful.gemspec in wcc-contentful-1.0.1 vs wcc-contentful.gemspec in wcc-contentful-1.0.2

- old
+ new

@@ -24,10 +24,10 @@ spec.required_ruby_version = '>= 2.3' spec.files = `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{^(test|spec|features)/}) + f.match(%r{^(test|spec|features|Guardfile)/}) end spec.require_paths = ['lib'] spec.add_development_dependency 'byebug', '~> 11.0.1'