Rakefile in weary-0.4.3 vs Rakefile in weary-0.5.0
- old
+ new
@@ -52,9 +52,14 @@
end
rescue LoadError
puts "Rake SshDirPublisher is unavailable or your rubyforge environment is not configured."
end
+desc "Open an irb session preloaded with this library"
+task :console do
+ sh "irb -rubygems -I lib -r weary.rb"
+end
+
Spec::Rake::SpecTask.new do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
t.spec_opts = ['--color','--format nested']
end
\ No newline at end of file