Sha256: 25d6fff743f585a07c7b51fd00de91a4dba3728bed318c6b118b00e1d92039ef

Contents?: true

Size: 305 Bytes

Versions: 25

Compression:

Stored size: 305 Bytes

Contents

require "bundler/gem_tasks"
require "bundler/setup"

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

desc 'Run the test suite'
task :default => :rspec

task :console do
  require 'irb'
  require 'irb/completion'
  require 'make_it_so' # You know what to do.
  ARGV.clear
  IRB.start
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
make_it_so-0.6.0 Rakefile
make_it_so-0.5.1 Rakefile
make_it_so-0.5.0 Rakefile
make_it_so-0.4.5 Rakefile
make_it_so-0.4.3 Rakefile
make_it_so-0.4.2 Rakefile
make_it_so-0.4.1 Rakefile
make_it_so-0.4.0 Rakefile
make_it_so-0.3.8 Rakefile
make_it_so-0.3.7 Rakefile
make_it_so-0.3.6 Rakefile
make_it_so-0.3.5 Rakefile
make_it_so-0.3.4 Rakefile
make_it_so-0.2.4 Rakefile
make_it_so-0.2.3 Rakefile
make_it_so-0.1.4 Rakefile
make_it_so-0.1.3 Rakefile
make_it_so-0.1.1 Rakefile
make_it_so-0.1.0 Rakefile
make_it_so-0.0.9 Rakefile