The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyGems 1.7.1

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eric Hodel

Posts: 660
Nickname: drbrain
Registered: Mar, 2006

Eric Hodel is a long-time Rubyist and co-founder of Seattle.rb.
RubyGems 1.7.1 Posted: Apr 1, 2011 5:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: RubyGems 1.7.1
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eric Hodel
Latest Posts From Segment7

Advertisement

After much finger-pointing, rubygems-update version 1.7.1 has been released!

RubyGems is a package management framework for Ruby.

This gem is an update for the RubyGems software. You must have an installation of RubyGems before this update can be applied.

See Gem for information on RubyGems (or ri Gem)

To upgrade to the latest RubyGems, run:

$ gem update --system  # you might need to be an administrator or root

See UPGRADING.rdoc for more details and alternative instructions.

GETTING HELP

Support Requests

Are you unsure of how to use RubyGems? Do you think you’ve found a bug and you’re not sure? If that is the case, the best place for you is to file a support request at help.rubygems.org.

Filing Tickets

You’re sure you’ve found a bug! But where do you let us know? The best place for letting the RubyGems team know about bugs you’ve found is on the rubygems tracker at rubyforge.

Bundler Compatibility

See gembundler.com/compatibility for known issues.


If you don’t have RubyGems installed, your can still do it manually:

  • Download from: rubygems.org/pages/download

  • Unpack into a directory and cd there

  • Install with: ruby setup.rb # you may need admin/root privilege

For more details and other options, see:

ruby setup.rb --help

Changes:

1.7.1 / 2011-03-32

  • 1 bug fix:

    • Fixed missing file in Manifest.txt. (Also a bug in hoe was fixed where rake check_manifest showing a diff would not exit with an error.)

1.7.0 / 2011-03-32

  • 16 Deprecations (woot!)

  • Deprecated Gem.all_load_paths, latest_load_paths, promote_load_path, and cache.

  • Deprecated RemoteFetcher#open_uri_or_path.

  • Deprecated SourceIndex#all_gems.

  • Deprecated SourceIndex#initialize(hash_of_specs).

  • Deprecated SourceIndex.from_installed_gems, from_gems_in, and load_specification.

  • Deprecated Specification#has_rdoc, default_executable, and test_suite_file(=).

  • Deprecated Specification#has_rdoc= and default_executable=

  • 26 minor enhancements:

  • Added stupid simple deprecation module.

  • Added –spec option to gem unpack to output a gem’s original metadata

  • Added packaging option to Specification#validate

  • Gem.bin_path requires the exec_name argument.

  • Read from cached specs if fetch fails for some reason

  • Refactored Specification#assign_defaults into #initialize.

  • RemoteFetcher#fetch_path now dispatches dynamically to ‘fetch_<uri.schema>’

  • Removed Specification @@gather.

  • Removed Specification.attribute.

  • Removed Specification.attribute_alias_singular.

  • Removed Specification.attribute_defaults.

  • Removed Specification.attributes

  • Removed Specification.overwrite_accessor.

  • Removed Specification.read_only.

  • Removed Specification.required_attribute.

  • Removed Specification::SPECIFICATION_VERSION_HISTORY and turned into rdoc

  • Removed blanket rescue in default_executable. Hope it doesn’t blow up! :P

  • Removed nearly all metaprogramming from Specification. Yay for attr_accessor!

  • SourceIndex#initialize changed to prefer an array of spec dirs, defaulting to none.

  • SourceIndex.new is now the preferred way to create SourceIndex instances. gasp

  • Specification#validate now checks that array attribs are indeed arrays.

  • Specification.default_value is now an instance method.

  • Switched Specification::TODAY to be proper midnight @ UTC

  • Update Gem::RemoteFetcher's User-Agent to handle RUBY_ENGINE and RUBY_REVISION when patchlevel is -1

  • UpdateCommand#gems_to_update now returns (name, version) pairs.

  • UpdateCommand#which_to_update now takes an optional system argument.

  • 11 bug fixes:

  • Added missing remote fetcher require to pristine command (aarnell)

  • Building gems now checks to ensure all required fields are non-nil

  • Fix option parser when summary is nil.

  • Fixed gem contents to work with the lightweight specifications

  • Fixed gem update –system x.y.z where x.y.z == latest version. (MGPalmer)

  • Fixed gem contents sorting and tests. (MGPalmer)

  • Fixed intermittant problem in gem fetch with –platform specified (quix)

  • Fixed lightweight specifications so gem rdoc will generate proper documentation

  • MockGemUI#terminate_interaction should not raise Gem::SystemExitException. (MGPalmer)

  • RubyGems now raises a better error for broken .gem files. Bug #29067 by Elias Baixas

  • gem update now uniq’s command line arguments.

Read: RubyGems 1.7.1

Topic: RubyGems 1.7.1 Previous Topic   Next Topic Topic: Play-by-Play

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use