From 57732b85eb98e930f31ee815b6e428ae01fe998a Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 15 Dec 2008 09:14:16 +0000 Subject: * lib/rake/packagetask.rb (Rake::PackageTask): small document update from okkez in [ruby-dev:37443] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++-- lib/rake/packagetask.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 917c9f4f8..c9300bba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ -Mon Dec 15 16:28:32 2008 Nobuyoshi Nakada +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 +Mon Dec 15 16:28:32 2008 Nobuyoshi Nakada * 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'). -- cgit