lib/hoe/compiler.rb in hoe-2.9.1 vs lib/hoe/compiler.rb in hoe-2.9.2
- old
+ new
@@ -22,9 +22,11 @@
def initialize_compiler
self.compile_tasks = [:multi, :test]
self.spec_extras = { :extensions => ["ext/#{self.name}/extconf.rb"] }
+ clean_globs << "lib/#{self.name}/*.{so,bundle,dll}"
+
extra_dev_deps << ["rake-compiler", "~> 0.7"]
end
##
# Define tasks for compiler plugin.