lib/rubygems/package_task.rb in rubygems-update-3.2.0.rc.1 vs lib/rubygems/package_task.rb in rubygems-update-3.2.0.rc.2
- old
+ new
@@ -55,11 +55,10 @@
# pkg.need_zip = true
# pkg.need_tar = true
# end
class Gem::PackageTask < Rake::PackageTask
-
##
# Ruby Gem::Specification containing the metadata for this package. The
# name, version and package_files are automatically determined from the
# gemspec and don't need to be explicitly provided.
@@ -118,7 +117,6 @@
end
end
end
end
end
-
end