Sha256: e6a41b847c814c00ac16d9890f25d20cc9aa643c0b1ecba0e73f8b6bca89c955

Contents?: true

Size: 312 Bytes

Versions: 8

Compression:

Stored size: 312 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task test: :spec

begin
  require 'rubocop/rake_task'
  RuboCop::RakeTask.new
rescue LoadError
  task :rubocop do
    $stderr.puts 'RuboCop is disabled'
  end
end

task default: [:spec, :rubocop]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aws_sns_manager-0.0.2.pre.alpha.pre.31 Rakefile
aws_sns_manager-0.0.2.pre.alpha.pre.28 Rakefile
aws_sns_manager-0.0.2.pre.alpha.pre.26 Rakefile
aws_sns_manager-0.0.2.pre.alpha.pre.25 Rakefile
aws_sns_manager-0.0.2.pre.alpha.pre.21 Rakefile
aws_sns_manager-0.0.2.pre.alpha.pre.18 Rakefile
aws_sns_manager-0.0.1.pre.alpha.pre.16 Rakefile
aws_sns_manager-0.0.1 Rakefile