Rakefile in docparser-0.1.4 vs Rakefile in docparser-0.1.6

- old
+ new

@@ -12,11 +12,11 @@ task test: :rubocop task :rubocop do puts "Running Rubocop #{Rubocop::Version::STRING}" - args = FileList['**/*.rb', 'Rakefile', 'docparser.gemspec'] + args = FileList['**/*.rb', 'Rakefile', 'docparser.gemspec', 'Gemfile'] cli = Rubocop::CLI.new fail unless cli.run(args) == 0 end -task default: :test \ No newline at end of file +task default: :test