1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-12-17 06:16:10 +00:00
parent 33dce13d18
commit 077d6746b5
2 changed files with 6 additions and 1 deletions

View file

@ -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').