diff --git a/ChangeLog b/ChangeLog index 72d8f37dd7..e39be29d68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 15 18:12:34 2008 Yukihiro Matsumoto + + * lib/rake/packagetask.rb (Rake::PackageTask): small document + update from okkez in [ruby-dev:37443] + Mon Dec 15 16:26:46 2008 Nobuyoshi Nakada * vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from 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').