From c525e80927c27a0eee1efe7614f8024019df10c6 Mon Sep 17 00:00:00 2001 From: Eric Hodel Date: Sun, 20 May 2007 13:37:21 -0800 Subject: Allow rsync flags to be set. Allow remote rdoc dir to be set. Move RDoc to attr* from big 'ol chunk at the top of the class. [git-p4: depot-paths = "//src/hoe/dev/": change = 3197] --- bin/sow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/sow b/bin/sow index 99f8d63..bba0568 100755 --- a/bin/sow +++ b/bin/sow @@ -55,7 +55,7 @@ Dir.chdir project do "bin/#{file_name}" => "", "lib/#{file_name}.rb" => "class #{klass}\n VERSION = '1.0.0'\nend", "test/test_#{file_name}.rb" => "", - "Rakefile" => "# -*- ruby -*-\n\nrequire 'rubygems'\nrequire 'hoe'\nrequire './lib/#{file_name}.rb'\n\nHoe.new('#{project}', #{klass}::VERSION) do |p|\n p.rubyforge_name = \'#{group}\'\n # p.summary = '#{X}'\n # p.description = p.paragraphs_of('README.txt', 2..5).join(\"\\n\\n\")\n # p.url = p.paragraphs_of('README.txt', 0).first.split(/\\n/)[1..-1]\n p.changes = p.paragraphs_of('History.txt', 0..1).join(\"\\n\\n\")\nend\n\n# vim: syntax=Ruby\n" + "Rakefile" => "# -*- ruby -*-\n\nrequire 'rubygems'\nrequire 'hoe'\nrequire './lib/#{file_name}.rb'\n\nHoe.new('#{project}', #{klass}::VERSION) do |p|\n p.rubyforge_name = \'#{group}\'\n # p.author = '#{X}'\n # p.email = '#{X}'\n # p.summary = '#{X}'\n # p.description = p.paragraphs_of('README.txt', 2..5).join(\"\\n\\n\")\n # p.url = p.paragraphs_of('README.txt', 0).first.split(/\\n/)[1..-1]\n p.changes = p.paragraphs_of('History.txt', 0..1).join(\"\\n\\n\")\nend\n\n# vim: syntax=Ruby\n" } files["Manifest.txt"] = files.keys.sort.join("\n") -- cgit v1.2.1