Rakefile in forj-0.0.43 vs Rakefile in forj-0.0.44
- old
+ new
@@ -19,10 +19,10 @@
require 'bundler/setup'
require 'rspec/core/rake_task'
$stdout.sync = true
$stderr.sync = true
-Bundler::GemHelper.install_task
+Bundler::GemHelper.install_tasks
task :default => [:spec]
desc 'Run the specs.'
RSpec::Core::RakeTask.new do |t|