diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:16:10 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:16:10 +0000 |
| commit | 971fd9765fef00babe0468dab59db31f003b9346 (patch) | |
| tree | 814184a6a33a7ee5060a669ab09f00c5d8edc0bf /lib/rake/packagetask.rb | |
| parent | dea36fb2619235d145ebbfe582d2a26a1002566b (diff) | |
merges r20751 from trunk into ruby_1_9_1.
* 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/branches/ruby_1_9_1@20816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rake/packagetask.rb')
| -rw-r--r-- | lib/rake/packagetask.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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'). |
