summaryrefslogtreecommitdiff
path: root/lib/rake/packagetask.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake/packagetask.rb')
-rw-r--r--lib/rake/packagetask.rb2
1 files changed, 1 insertions, 1 deletions
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').