-
Notifications
You must be signed in to change notification settings - Fork 2
/
History.txt
91 lines (70 loc) · 4.49 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
== 0.5.6 / 2010-05-10
* Handle platforms in gem list version output for Rubygems 1.3.7.
== 0.5.5 / 2010-03-25
* Add source to --bundler-export option. Handle Rubygems errors when parsing gem prerelease versions in older Rubygems versions.
== 0.5.4 / 2009-11-15
* Add -b / --bundler-export option to create bundler Gemfile - but make sure you only include direct dependencies, and let bundler handle the rest!
== 0.5.3 / 2009-08-25
* Many long overdue bugfixes and patches, see http://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
== 0.5.2 / 2009-07-24
* Support for Rubygems 1.3.5
== 0.5.1 / 2009-02-23
* Print a very verbose and helpful error message if gem cannot be found on remote server. Attempts to help http://thewoolleyweb.lighthouseapp.com/projects/11580/tickets/5-sometimes-installing-fails
* Fix bug with stderr being swallowed silently when '--sudo' option is used.
== 0.5.0 / 2009-02-03
* change default processing order of gems from alpha-version-platform to be order found in file (last config file wins). Fixes http://thewoolleyweb.lighthouseapp.com/projects/11580/tickets/15-provide-a-way-to-specify-gem-processing-order . Thanks to Brian Jenkins for helping!
== 0.4.5 / 2008-09-26
* Re-release without Hoe as a dependency, since it snuck itself in as a dependency in 0.4.4
== 0.4.4 / 2008-09-20
* Compatibility with RubyGems 1.3.0
== 0.4.3 / 2008-06-23
* Repackage gem with released version of RubyGems 1.2.0, to avoid problems for older versions of RubyGems.
== 0.4.2 / 2008-06-19
* Compatibility with RubyGems 1.2.0
== 0.4.1 / 2008-04-12
* Fix bug with warnings for outdated/incompatible rubygems versions.
== 0.4.0 / 2008-04-10
* 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
== 0.3.0 / 2008-01-01
* Changes to work with RubyGems >= 0.9.5 and take advantage of new platform and auto-install features. See notes at http://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
== 0.2.5 / 2007-10-24
* 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)
== 0.2.4 / 2007-10-21
* 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
== 0.2.3 / 2007-08-03
* 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
== 0.2.2 / 2007-07-07
* Fix performance problems with autogem command (don't manually recurse dependencies, gem method does it already)
* Fix bad links in docs
== 0.2.1 / 2007-06-07
* Fixes to handle internal refactoring of command classes in RubyGems 0.9.3
== 0.2.0 / 2007-05-13
* First public release
== 0.0.1 / 2006-07-29
* Initial Creation