aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--lib/rake/packagetask.rb2
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 917c9f4f80..c9300bba06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
-Mon Dec 15 16:28:32 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+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>
+Mon Dec 15 16:28:32 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from
blockptr instead of the current cfp. [ruby-core:20544]
diff --git a/lib/rake/packagetask.rb b/lib/rake/packagetask.rb
index 4b0775d09c..6158eaf3f6 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').