Rakefile in dbf-3.0.0 vs Rakefile in dbf-3.0.1
- old
+ new
@@ -8,10 +8,10 @@
RSpec::Core::RakeTask.new :specdoc do |t|
t.rspec_opts = %w(-fl)
end
-task :default => :spec
+task default: :spec
desc "Open an irb session preloaded with this library"
task :console do
sh "irb -rubygems -I lib -r dbf.rb"
end