39 lines
973 B
Text
39 lines
973 B
Text
$NetBSD: patch-ab,v 1.6 2011/08/12 16:01:39 taca Exp $
|
|
|
|
--- ../rake-0.8.7.gemspec.orig 2011-08-07 22:25:39.000000000 +0000
|
|
+++ ../rake-0.8.7.gemspec
|
|
@@ -20,7 +20,7 @@ dependencies: []
|
|
description: Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.
|
|
email: jim@weirichhouse.org
|
|
executables:
|
|
-- rake
|
|
+- rake18
|
|
extensions: []
|
|
|
|
extra_rdoc_files:
|
|
@@ -57,7 +57,7 @@ files:
|
|
- Rakefile
|
|
- README
|
|
- TODO
|
|
-- bin/rake
|
|
+- bin/rake18
|
|
- lib/rake/alt_system.rb
|
|
- lib/rake/classic_namespace.rb
|
|
- lib/rake/clean.rb
|
|
@@ -131,7 +131,6 @@ files:
|
|
- test/data/namespace/Rakefile
|
|
- test/data/statusreturn/Rakefile
|
|
- test/data/unittest/Rakefile
|
|
-- test/data/unittest/subdir
|
|
- doc/command_line_usage.rdoc
|
|
- doc/example
|
|
- doc/example/a.c
|
|
@@ -142,7 +141,7 @@ files:
|
|
- doc/glossary.rdoc
|
|
- doc/jamis.rb
|
|
- doc/proto_rake.rdoc
|
|
-- doc/rake.1.gz
|
|
+- doc/rake.1
|
|
- doc/rakefile.rdoc
|
|
- doc/rational.rdoc
|
|
- doc/release_notes
|