Hoe.rake in automateit-0.80116 vs Hoe.rake in automateit-0.80624
- old
+ new
@@ -3,10 +3,12 @@
$LOAD_PATH.unshift('lib')
require 'automateit'
@interpreter = AutomateIt.new
+ENV["NODOT"] = "NODOT" # Never generate those crappy rdoc diagrams
+
HoeInclude = {
:executables => Dir['bin/*'].reject{|t|t.match(/~/)}.map{|t|File.basename(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,helpers,lib,misc,spec}/**/*"]).to_a.reject{|t| File.directory?(t)},
:test_files => FileList["{spec}/**/*"].to_a,
}
@@ -29,10 +31,10 @@
s.name = "automateit"
s.summary = slogan
s.url = "http://automateit.org/"
s.spec_extras = {
:platform => Gem::Platform::RUBY,
- :rdoc_options => %w(--main README.txt --promiscuous --accessor class_inheritable_accessor=R --title) << title << %w(lib docs),
+ :rdoc_options => %w(--op doc --main README.txt --promiscuous --accessor class_inheritable_accessor=R --inline-source --line-numbers --title) << title << %w(lib),
:extra_rdoc_files => FileList[%w(README.txt TUTORIAL.txt TESTING.txt), "docs/*.txt"],
}
s.spec_extras.merge!(HoeInclude)
end