lib/hoe/compiler.rb in hoe-2.15.0 vs lib/hoe/compiler.rb in hoe-2.16.0
- old
+ new
@@ -21,10 +21,10 @@
##
# Initialize variables for compiler plugin.
def initialize_compiler
- self.compile_tasks = [:multi, :test]
+ self.compile_tasks = [:multi, :test, :check_manifest]
self.spec_extras = { :extensions => ["ext/#{self.name}/extconf.rb"] }
clean_globs << "lib/#{self.name}/*.{so,bundle,dll}"
dependency "rake-compiler", "~> 0.7", :development