Sha256: ee7cb46c515d534a9996b41e116cec663ad269eb0402adda83dde88f286e04b6
Contents?: true
Size: 175 Bytes
Versions: 5
Compression:
Stored size: 175 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task default: :spec task :console do exec "irb -I ./lib -r postmon_ruby" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
postmon_ruby-2.1.3 | Rakefile |
postmon_ruby-2.1.2 | Rakefile |
postmon_ruby-2.1.1 | Rakefile |
postmon_ruby-2.1.0 | Rakefile |
postmon_ruby-2.0.0 | Rakefile |