summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEric Hodel <drbrain@segment7.net>2007-05-20 13:37:21 -0800
committerEric Hodel <drbrain@segment7.net>2007-05-20 13:37:21 -0800
commitc525e80927c27a0eee1efe7614f8024019df10c6 (patch)
tree4e52afdc3d39f27fed210fc7fa0c3312565a701b /bin
parentb08f7d34f9655fe9efaaa71ccf3eb87e24a3344f (diff)
downloadhoe-c525e80927c27a0eee1efe7614f8024019df10c6.tar.gz
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]
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sow2
1 files changed, 1 insertions, 1 deletions
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")