config/hoe.rb in crafterm-sprinkle-0.2.4 vs config/hoe.rb in crafterm-sprinkle-0.2.5

- old
+ new

@@ -33,10 +33,10 @@ # REV = `svn info`.each {|line| if line =~ /^Revision:/ then k,v = line.split(': '); break v.chomp; else next; end} rescue nil VERS = Sprinkle::VERSION::STRING + (REV ? ".#{REV}" : "") RDOC_OPTS = ['--quiet', '--title', 'sprinkle documentation', "--opname", "index.html", "--line-numbers", - "--main", "README.txt", + "--main", "README.markdown", "--inline-source"] class Hoe def extra_deps @extra_deps.reject! { |x| Array(x).first == 'hoe' }