Rakefile in uninclude-1.0.1 vs Rakefile in uninclude-1.1.0
- old
+ new
@@ -19,6 +19,6 @@
end
RSpec::Core::RakeTask.new(:spec)
task :spec => "lib/#{GEM_NAME}/#{GEM_NAME}.#{DLEXT}"
-task :default => :spec
+task :default => [:clean, :spec]
- old
+ new