Sha256: 0b34bac0d7ab8d53c027ddf5e7612e3d1ae2fc7b49ab622fb55610bf9be6e77a

Contents?: true

Size: 216 Bytes

Versions: 32

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new(:rubocop)

task default: %i[spec rubocop]

Version data entries

32 entries across 32 versions & 9 rubygems

Version Path
capistrano-asg-rolling-0.5.1 Rakefile
capistrano-asg-rolling-0.5.0 Rakefile
capistrano-asg-rolling-0.4.1 Rakefile
capistrano-asg-rolling-0.4.0 Rakefile
capistrano-asg-rolling-0.3.0 Rakefile
capistrano-asg-rolling-0.2.1 Rakefile
starlark_compiler-0.5.0 Rakefile
capistrano-asg-rolling-0.2.0 Rakefile
starlark_compiler-0.4.0 Rakefile
capistrano-asg-rolling-0.1.0 Rakefile
rubocopital-1.0.2 Rakefile
rubocopital-1.0.1 Rakefile
rubocopital-1.0.0 Rakefile
rubocopital-0.7.1 Rakefile
rubocopital-0.7.0 Rakefile
rubocopital-0.6.1 Rakefile
starlark_compiler-0.3.0 Rakefile
starlark_compiler-0.2.0 Rakefile
rubocopital-0.6.0 Rakefile
starlark_compiler-0.1.0 Rakefile