Hoe.rake in automateit-0.71103 vs Hoe.rake in automateit-0.71104
- old
+ new
@@ -4,10 +4,10 @@
require 'automateit'
@interpreter = AutomateIt.new
HoeInclude = {
:executables => Dir['bin/*'].reject{|t|t.match(/~/)}.map{|t|File.basename(t)},
- :files => (%w(env.sh gpl.txt CHANGES.txt Hoe.rake Manifest.txt Rakefile README.txt TESTING.txt TODO.txt TUTORIAL.txt) + FileList["{bin,examples,docs,lib,misc,spec}/**/*"]).to_a.reject{|t| File.directory?(t)},
+ :files => (%w(add2path.sh gpl.txt CHANGES.txt Hoe.rake Manifest.txt Rakefile README.txt TESTING.txt TODO.txt TUTORIAL.txt) + FileList["{bin,examples,docs,lib,misc,spec}/**/*"]).to_a.reject{|t| File.directory?(t)},
:test_files => FileList["{spec}/**/*"].to_a,
}
desc "Create manifest"
task :manifest do