Rakefile in bencodr-3.0.0 vs Rakefile in bencodr-3.0.1
- old
+ new
@@ -2,6 +2,8 @@
require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
-RSpec::Core::RakeTask.new(:spec)
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec
\ No newline at end of file