Rakefile in aws_sns_manager-0.0.3.pre.alpha.pre.40 vs Rakefile in aws_sns_manager-0.0.4.pre.alpha.pre.46
- old
+ new
@@ -1,6 +1,7 @@
# frozen_string_literal: true
+
require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
@@ -13,6 +14,6 @@
task :rubocop do
$stderr.puts 'RuboCop is disabled'
end
end
-task default: [:spec, :rubocop]
+task default: %i[spec rubocop]