lib/tasks/clobber.rb in dev-2.0.149 vs lib/tasks/clobber.rb in dev-2.0.150
- old
+ new
@@ -1,4 +1,6 @@
+puts __FILE__ if defined?(DEBUG)
+
require 'rake/clean'
# CLOBBER Files
CLOBBER.include('**/*.gem')
CLOBBER.include('bin/*.{dll,pdb}')
- old
+ new