RubyGems

RubyGems is the premier ruby packaging system.
Download

RubyGems Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • RubyGems Team
  • Publisher web site:
  • http://docs.rubygems.org/

RubyGems Tags


RubyGems Description

RubyGems is the premier ruby packaging system. RubyGems is the Ruby standard for publishing and managing third party libraries. RubyGems is the premier ruby packaging system.It provides:· A standard format for destributing Ruby programs and libraries.· An easy to use tool for managing the installation of gem packages.· A gem server utility for serving gems from any machine where RubyGems is installed.RubyGems BenefitsUsing RubyGems, you can:· download and install Ruby libraries easily· not worry about libraries A and B depending on different versions of library C· easily remove libraries you no longer use· have power and control over your Ruby platform!Here are some key features of "RubyGems":· Easy Installation and removal of RubyGems packages and their dependents.· Management and control of local packages· Package dependency management· Query, search and list local and remote packages· Multiple version support for installed packages· Web-based interface to view the documentation for your installed gems· Easy to use interface for building gem packages· Simple server for distributing your own gem packagesWhat's New in This Release:· New features:· RubyGems no longer performs bulk updates and instead only fetches the gemspec files it needs. Alternate sources will need to upgrade to RubyGems 1.2 to allow RubyGems to take advantage of the new metadata updater. If a pre 1.2 remote source is in the sources list, RubyGems will revert to the bulk update code for compatibility.· RubyGems now has runtime and development dependency types. Use #add_development_dependency and #add_runtime_dependency. All typeless dependencies are considered to be runtime dependencies.· RubyGems will now require rubygems/defaults/operating_system.rb and rubygems/defaults/#{RUBY_ENGINE}.rb if they exist. This allows packagers and ruby implementers to add custom behavior to RubyGems via these files. (If the RubyGems API is insufficient, please suggest improvements via the RubyGems list.)· /etc/gemrc (and windows equivalent) for global settings· setup.rb now handles --vendor and --destdir for packagers `gem stale` command that lists gems by last access time· Bugs Fixed:· File modes from gems are now honored· Marshal Gem::Specification objects from the future can now be loaded.· A trailing / is now added to remote sources when missing· Gems with legacy platforms will now be correctly uninstalled· `gem install --no-wrappers` followed by `gem install --wrappers` no longer overwrites executables· `gem pristine` now forces reinstallation of gems· RubyGems gracefully handles ^C while loading .gemspec files from disk· Paths are expanded in more places· Gem::DependencyInstaller resets installed gems every install· Gem.default_path is now honored if GEM_PATH is not set · Other Changes Include: · setup.rb· stub files created by RubyGems 0.7.x and older are no longer removed. When upgrading from these ancient versions, upgrade to 1.1.x first to clean up stubs.· RDoc is no longer required until necessary· `gem server` Now completely matches the output of `gem generate_index` and has correct content types· Refreshes from source directories for every hit. The server will no longer need to be restarted after installing gems.· `gem query --details` and friends now display author, homepage, rubyforge url and installed location· `gem install` without -i no longer reinstalls dependencies if they are in GEM_PATH but not in GEM_HOME· Gem::RemoteFetcher now performs persistent connections for HEAD requests


RubyGems Related Software