Sha256: 6691cad434194758217001c0e36305d2b76f913e7ef6f141d3cd17bee3fd82d0

Contents?: true

Size: 355 Bytes

Versions: 16

Compression:

Stored size: 355 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'

desc 'Run console with irb (default), pry, etc.'
task :console, :irb do |_t, args|
  irb = args[:irb].nil? ? 'irb' : args[:irb]
  sh irb, '-r', "#{File.dirname(__FILE__)}/config/boot.rb"
end

require 'rspec/core/rake_task'

desc 'Run specs'
RSpec::Core::RakeTask.new(:spec)

task default: :spec

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
assembly-objectfile-2.2.0 Rakefile
assembly-objectfile-2.1.4 Rakefile
assembly-objectfile-2.1.3 Rakefile
assembly-objectfile-2.1.2 Rakefile
assembly-objectfile-2.1.1 Rakefile
assembly-objectfile-2.1.0 Rakefile
assembly-objectfile-2.0.0 Rakefile
assembly-objectfile-1.13.0 Rakefile
assembly-objectfile-1.12.0 Rakefile
assembly-objectfile-1.11.0 Rakefile
assembly-objectfile-1.10.3 Rakefile
assembly-objectfile-1.10.2 Rakefile
assembly-objectfile-1.10.1 Rakefile
assembly-objectfile-1.10.0 Rakefile
assembly-objectfile-1.9.0 Rakefile
assembly-objectfile-1.8.4 Rakefile