public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
move readme so github renders it to HTML
technomancy (author)
Thu Jun 05 16:52:16 -0700 2008
commit  18ad80eff8ce01eba75c1741ff56d80b1e5ad18f
tree    a0627d19a0dbf237b42ebf9048c9083fa2c01501
parent  78ed187eedf1df54ef160dc40d72f69a0f4d130a
...
13
14
15
 
16
17
18
...
13
14
15
16
17
18
19
0
@@ -13,6 +13,7 @@ Hoe.new('roastbeef', RoastBeef::VERSION) do |p|
0
   p.url = 'http://roastbeef.rubyforge.org'
0
   p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
0
   p.remote_rdoc_dir = ''
0
+ s.extra_rdoc_files = ["README.rdoc"]
0
 end
0
 
0
 desc "Code statistics"

Comments

    No one has commented yet.