Rakefile in gloc-0.7.0 vs Rakefile in gloc-0.8.0
- old
+ new
@@ -1,7 +1,8 @@
# rubocop:disable Style/SymbolArray
# rubocop:disable Style/HashSyntax
+# rubocop:disable Rake/Desc
require 'bundler/gem_tasks'
task :validate_gemspec do
Bundler.load_gemspec('gloc.gemspec').validate
@@ -32,7 +33,8 @@
sh('git diff-index --quiet HEAD --') # https://stackoverflow.com/a/2659808
end
Rake::Task['build'].enhance([:default, :ready])
+# rubocop:enable Rake/Desc
# rubocop:enable Style/HashSyntax
# rubocop:enable Style/SymbolArray