I've cleaned out most of the easy stuff in the bug and patch queue again, should we release a 1.3.3?

The changes are small:

* lib/rubygems.rb
  * Gem.bin_path now escapes paths with spaces.
* lib/rubygems/commands/cleanup_command.rb
  * Clean up --user-install gems.  Bug #25516 by Brett Eisenberg.
* lib/rubygems/commands/install_command.rb
* Replaced deprecated Gem::SourceIndex method 'search' with 'find_name' when
    using the -t option. Fixes bug # 25632 by Daniel Berger.
* lib/rubygems/commands/specification_command.rb
  * Added requesting single fields from a spec.
* lib/rubygems/ext/configure_builder.rb
  * Support Gem::Command.build_args.
* lib/rubygems/ext/rake_builder.rb
  * Use explicit ruby command loading rubygems to invoke rake.
* lib/rubygems/specification.rb
* Check bindir for executables, not root. Bug reported by David Chelimsky. Remove Time.today, no way to override it before RubyGems loads. Raise Gem::Exception for #installation_path when not installed. Bug #25741 by Daniel Berger. Don't error in #validate when homepage is nil. Bug #25677
    by Mike Burrows.
* lib/rubygems/uninstaller.rb
* Uninstall executables from the correct directory. Bug #25555 by Brett
    Eisenberg.

_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to