Rakefile in d-mark-1.0.0b1 vs Rakefile in d-mark-1.0.0b2

- old
+ new

@@ -6,9 +6,9 @@ t.verbose = false end RuboCop::RakeTask.new(:rubocop) do |task| task.options = %w[--display-cop-names --format simple] - task.patterns = ['lib/**/*.rb', 'spec/**/*.rb', 'Gemfile*', '*.gemspec', 'Rakefile'] + task.patterns = ['lib/**/*.rb', 'spec/**/*.rb', 'Gemfile', '*.gemspec', 'Rakefile'] end task default: %i[spec rubocop]