Sha256: 6aa433d4b025b3aaa71b35f98d28dacd3518233c449765debd6a0eb1cd34ba14

Contents?: true

Size: 201 Bytes

Versions: 16

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
#require "rubocop/rake_task"

#RuboCop::RakeTask.new

#task default: :rubocop

task :console do
    exec "irb -r async_futurize -I ./lib"
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
async_futurize-0.1.18 Rakefile
async_futurize-0.1.17 Rakefile
async_futurize-0.1.16 Rakefile
async_futurize-0.1.15 Rakefile
async_futurize-0.1.14 Rakefile
async_futurize-0.1.13 Rakefile
async_futurize-0.1.12 Rakefile
async_futurize-0.1.11 Rakefile
async_futurize-0.1.10 Rakefile
async_futurize-0.1.9 Rakefile
async_futurize-0.1.8 Rakefile
async_futurize-0.1.7 Rakefile
async_futurize-0.1.6 Rakefile
async_futurize-0.1.5 Rakefile
async_futurize-0.1.4 Rakefile
async_futurize-0.1.3 Rakefile