Rakefile in rubygems-update-1.8.20 vs Rakefile in rubygems-update-1.8.21

- old
+ new

@@ -54,10 +54,12 @@ spec_extras['rdoc_options'] = proc do |rdoc_options| rdoc_options << "--title=RubyGems #{self.version} Documentation" end + self.rsync_args += " --no-p" + # FIX: this exists because update --system installs the gem and # doesn't uninstall it. It should uninstall or better, not install # in the first place. spec_extras['require_paths'] = %w[hide_lib_for_update] unless ENV['RAKE_SUCKS'] @@ -80,10 +82,10 @@ # -------------------------------------------------------------------- # Creating a release task :prerelease => [:clobber, :check_manifest, :test] -task :postrelease => :publish_docs +task :postrelease => [:publish_docs, :upload] pkg_dir_path = "pkg/rubygems-update-#{hoe.version}" task :package do mv pkg_dir_path, "pkg/rubygems-#{hoe.version}" Dir.chdir 'pkg' do