summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/rake/packagetask.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72d8f37dd..e39be29d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 15 18:12:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/rake/packagetask.rb (Rake::PackageTask): small document
+ update from okkez in [ruby-dev:37443]
+
Mon Dec 15 16:26:46 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from
diff --git a/lib/rake/packagetask.rb b/lib/rake/packagetask.rb
index 4b0775d09..6158eaf3f 100644
--- a/lib/rake/packagetask.rb
+++ b/lib/rake/packagetask.rb
@@ -44,7 +44,7 @@ module Rake
# end
#
class PackageTask < TaskLib
- # Name of the package (from the GEM Spec).
+ # Name of the package.
attr_accessor :name
# Version of the package (e.g. '1.3.2').