diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | lib/rake/packagetask.rb | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -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 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'). |