ezcater_rubocop.gemspec in ezcater_rubocop-0.50.3 vs ezcater_rubocop.gemspec in ezcater_rubocop-0.50.4

- old
+ new

@@ -20,19 +20,19 @@ else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes." end - excluded_files = %w[.circleci/config.yml + excluded_files = %w(.circleci/config.yml .gitignore .rspec .rubocop.yml .ruby-gemset .ruby-version .travis.yml bin/console bin/setup - Rakefile] + Rakefile) spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end - excluded_files spec.bindir = "bin"