|
| 1 | +# 3.2.17 / 2021-05-05 |
| 2 | + |
| 3 | +## Enhancements: |
| 4 | + |
| 5 | +* Only print month & year in deprecation messages. Pull request #3085 by |
| 6 | + Schwad |
| 7 | +* Make deprecate method support ruby3's keyword arguments. Pull request |
| 8 | + #4558 by mame |
| 9 | +* Update the default bindir on macOS. Pull request #4524 by nobu |
| 10 | +* Prefer File.open instead of Kernel#open. Pull request #4529 by mame |
| 11 | + |
| 12 | +## Documentation: |
| 13 | + |
| 14 | +* Fix usage messages to reflect the current POSIX-compatible behaviour. |
| 15 | + Pull request #4551 by graywolf-at-work |
| 16 | + |
1 | 17 | # 3.2.16 / 2021-04-08 |
2 | 18 |
|
3 | 19 | ## Bug fixes: |
|
723 | 739 | * Clean which command. Pull request #2801 by Luis Sagastume. |
724 | 740 | * Upgrading S3 source signature to AWS SigV4. Pull request #2807 by |
725 | 741 | Alexander Pakulov. |
726 | | -* Remove missleading comment, no reason to move Gem.host to Gem::Util. |
| 742 | +* Remove misleading comment, no reason to move Gem.host to Gem::Util. |
727 | 743 | Pull request #2811 by Luis Sagastume. |
728 | 744 | * Drop support for 'gem env packageversion'. Pull request #2813 by Luis |
729 | 745 | Sagastume. |
@@ -1723,7 +1739,7 @@ Security fixes: |
1723 | 1739 | * Clean up the PathSupport object. Pull request #1094 by Aaron Patterson. |
1724 | 1740 | * Join with File::PATH_SEPARATOR in Gem.use_paths. Pull request #1476 by |
1725 | 1741 | Samuel E. Giddins. |
1726 | | -* Handle when the gem home and gem path arent set in the config file. Pull |
| 1742 | +* Handle when the gem home and gem path aren't set in the config file. Pull |
1727 | 1743 | request #1478 by Samuel E. Giddins. |
1728 | 1744 | * Terminate TimeoutHandler. Pull request #1479 by Nobuyoshi Nakada. |
1729 | 1745 | * Remove redundant cache. Pull request #1482 by Eileen M. Uchitelle. |
@@ -2068,7 +2084,7 @@ This release was sponsored by Ruby Central. |
2068 | 2084 | * Fixed activating gems from a Gemfile for default gems. Issue #991 by khoan. |
2069 | 2085 | * Fixed windows stub script generation for Cygwin. Issue #1000 by Brett |
2070 | 2086 | DiFrischia. |
2071 | | -* Allow gem bindir and ruby.exe to live in separate diretories. Pull request |
| 2087 | +* Allow gem bindir and ruby.exe to live in separate directories. Pull request |
2072 | 2088 | #942 by Ian Flynn. |
2073 | 2089 | * Fixed handling of gemspec in gem dependencies files to match Bundler |
2074 | 2090 | behavior. Issue #1020 by Michal Papis. |
@@ -2162,7 +2178,7 @@ This release was sponsored by Ruby Central. |
2162 | 2178 | * Gem.use_gemdeps now accepts an argument specifying the path of the gem |
2163 | 2179 | dependencies file. When the file is not found an ArgumentError is raised. |
2164 | 2180 | * Writing a .lock file for a gem dependencies file is now controlled by the |
2165 | | - --[no-]lock option. Pull reuqest #774 by Jeremy Evans. |
| 2181 | + --[no-]lock option. Pull request #774 by Jeremy Evans. |
2166 | 2182 | * Suggestion of alternate names and spelling corrections during install can be |
2167 | 2183 | suppressed with the --no-suggestions option. Issue #867 by Jimmy Cuadra. |
2168 | 2184 | * Added mswin64 support. Pull request #881 by U. Nakamura. |
@@ -2261,7 +2277,7 @@ This release was sponsored by Ruby Central. |
2261 | 2277 | * Check for nil extensions as BasicSpecification does not initialize them. |
2262 | 2278 | Pull request #882 by André Arko. |
2263 | 2279 | * Fixed Gem::BasicSpecification#require_paths receives a String for |
2264 | | - @require_paths. Pull requrest #904 by @danielpclark |
| 2280 | + @require_paths. Pull request #904 by @danielpclark |
2265 | 2281 | * Fixed circular require warnings. Bug #908 by Zachary Scott. |
2266 | 2282 | * Gem::Specification#require_paths can no longer accidentally be an Array. |
2267 | 2283 | Pull requests #904, #909 by Daniel P. Clark. |
@@ -3697,7 +3713,7 @@ build arguments. |
3697 | 3713 | * Fixed `gem contents` to work with the lightweight specifications |
3698 | 3714 | * Fixed `gem update --system x.y.z` where x.y.z == latest version. (MGPalmer) |
3699 | 3715 | * Fixed gem contents sorting and tests. (MGPalmer) |
3700 | | - * Fixed intermittant problem in `gem fetch` with --platform specified (quix) |
| 3716 | + * Fixed intermittent problem in `gem fetch` with --platform specified (quix) |
3701 | 3717 | * Fixed lightweight specifications so `gem rdoc` will generate proper |
3702 | 3718 | documentation |
3703 | 3719 | * MockGemUI#terminate_interaction should not raise Gem::SystemExitException. |
@@ -4378,7 +4394,7 @@ For a full list of changes to RubyGems, see the ChangeLog file. |
4378 | 4394 | installation |
4379 | 4395 | * Multi-version diamond dependencies only are installed once |
4380 | 4396 | * Processing a YAML bulk index update takes less memory |
4381 | | -* `gem install -i` makes sure all depenencies are installed |
| 4397 | +* `gem install -i` makes sure all dependencies are installed |
4382 | 4398 | * `gem update --system` reinstalls into the prefix it was originally installed |
4383 | 4399 | in |
4384 | 4400 | * `gem update --system` respects --no-rdoc and --no-ri flags |
@@ -4418,7 +4434,7 @@ Special thanks to: |
4418 | 4434 |
|
4419 | 4435 | If you are experiencing problems with the source index (e.g. strange |
4420 | 4436 | "No Method" errors), or problems with zlib (e.g. "Buffer Error" |
4421 | | -messsage), we recommend upgrading to RubyGems 0.9.4. |
| 4437 | +message), we recommend upgrading to RubyGems 0.9.4. |
4422 | 4438 |
|
4423 | 4439 | ## Bug fixes: |
4424 | 4440 |
|
|
0 commit comments