Create a Package Task with the given name and version. Use
:noversion as the version to build a package without a version or
to provide a fully-versioned package name.
# File lib/rake/packagetask.rb, line 79
def initialize(name=nil, version=nil)
init(name, version)
yield self if block_given?
define unless name.nil?
end