Handle platforms in gem list version output for Rubygems 1.3.7.
Add source to —bundler-export option. Handle Rubygems errors when parsing gem prerelease versions in older Rubygems versions.
Add -b / —bundler-export option to create bundler Gemfile - but make sure you only include direct dependencies, and let bundler handle the rest!
Many long overdue bugfixes and patches, see tinyurl.com/geminstaller-0-5-3-release for details.
Thanks to Greg Fitzgerald, Britt Crawford, John Trupiano, Gabriel Gironda, and Eric Hodel for patches and assistance.
Issues with case statement under Ruby 1.9
GemInstaller cannot distinguish between gems that have the ame name but capitalized differently.
add ./ci as default location for config file
Disable GemInstaller install in default rails preinitializer.rb, but fork if it is used
autogem() fails when run for newly-installed gem
Sometimes installing fails due to RubyGems cache not being cleared between multiple API calls
Support for Rubygems 1.3.5
Print a very verbose and helpful error message if gem cannot be found on remote server. Attempts to help thewoolleyweb.lighthouseapp.com/projects/11580/tickets/5-sometimes-installing-fails
Fix bug with stderr being swallowed silently when ’—sudo’ option is used.
change default processing order of gems from alpha-version-platform to be order found in file (last config file wins). Fixes thewoolleyweb.lighthouseapp.com/projects/11580/tickets/15-provide-a-way-to-specify-gem-processing-order . Thanks to Brian Jenkins for helping!
Re-release without Hoe as a dependency, since it snuck itself in as a dependency in 0.4.4
Compatibility with RubyGems 1.3.0
Repackage gem with released version of RubyGems 1.2.0, to avoid problems for older versions of RubyGems.
Compatibility with RubyGems 1.2.0
Fix bug with warnings for outdated/incompatible rubygems versions.
Fix multiplatform bug on windows where ruby platform requiring compile was selected over native mswin platform.
deprecate support of rubygems 0.9.5, 1.0.0, and 1.1.0.
Change handling of platforms on rubygems on Rubygems > 0.9.5, let RubyGems handle default.
rename GemInstaller.run method to GemInstaller.install, keep run as an alias for install
addwarningifagemversionerrorisdetected,with instructionstorungeminstallertoinstallthemissingversion
Rubygems1.xcompatibility
better internal support for uninstall options
usenew,correctx86-mswin32formatformswin32platformgems
updatewarningmessageforolderrubygemsversions
made tests run on Mac OS X Leopard w/RubyGems 1.0.1
Changes to work with RubyGems >= 0.9.5 and take advantage of new platform and auto-install features. See notes at geminstaller.rubyforge.org/code/index.html#rubygems_compatibility
On Linux/Mac, you can now specify a RUBYGEMS_VERSION environment var to test against a specific version of RubyGems.
Improved smoketest.rb and autogem_test.rb
Tests now run on windows (only against latest rubygems, with it installed, and only via test/test_all.rb, not rake)
deprecated/disabled prefer_binary_platform
many other small cleanups
Add ‘include_config’ directive to yaml config file, allowing other files to be included via ERB.
Fix broken links in docs - patch from Maciej Kozak (macio)
Look for config file at config/geminstaller.yml as well as geminstaller.yml
Make startup message (‘Installing Gems…’) debug level instead of info
Add custom descriptive error if user gets access permission error when installing a gem
remove Autogem#process_gem debug statement
Don’t reset test_gem_home in test_gem_home_spec, shaves about 18 seconds off suite
Suppress output of rubygems installation during tests with —quiet flag
Fix performance problems with autogem command (don’t manually recurse dependencies, gem method does it already)
Fix bad links in docs
Fixes to handle internal refactoring of command classes in RubyGems 0.9.3
First public release
Initial Creation
Generated with the Darkfish Rdoc Generator 1.1.6.