Sha256: c0ce45531763a333fa231e446edd6c343faf50def4c0db45d0db93fac59e5e51
Contents?: true
Size: 240 Bytes
Versions: 5
Compression:
Stored size: 240 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new task :default => :spec task :test => :spec desc "Open an irb session preloaded with this library" task :console do sh "irb -Ilib -r shelltastic" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shelltastic-1.0.0 | Rakefile |
shelltastic-0.5.0 | Rakefile |
shelltastic-0.4.0 | Rakefile |
shelltastic-0.3.0 | Rakefile |
shelltastic-0.2.5 | Rakefile |