SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-rubygems-update-3.0.2-lp150.1.1.x86_64.rpm :

* Mon Jan 14 2019 Stephan Kulow - updated to version 3.0.2 see installed History.txt === 3.0.2 / 2019-01-01 Minor enhancements:
* Use Bundler-1.17.3. Pull request #2556 by SHIBATA Hiroshi.
* Fix document flag description. Pull request #2555 by Luis Sagastume. Bug fixes:
* Fix tests when ruby --program-suffix is used without rubygems - -format-executable. Pull request #2549 by Jeremy Evans.
* Fix Gem::Requirement equality comparison when ~> operator is used. Pull request #2554 by Grey Baker.
* Unset SOURCE_DATE_EPOCH in the test cases. Pull request #2558 by Sorah Fukumori.
* Restore SOURCE_DATE_EPOCH. Pull request #2560 by SHIBATA Hiroshi. === 3.0.1 / 2018-12-23 Bug fixes:
* Ensure globbed files paths are expanded. Pull request #2536 by Tony Ta.
* Dup the Dir.home string before passing it on. Pull request #2545 by Charles Oliver Nutter.
* Added permissions to installed files for non-owners. Pull request #2546 by SHIBATA Hiroshi.
* Restore release task without hoe. Pull request #2547 by SHIBATA Hiroshi.
* Wed Dec 19 2018 Stephan Kulow - updated to version 3.0.0 see installed History.txt
* Thu Nov 22 2018 Stephan Kulow - updated to version 2.7.8 see installed History.txt === 2.7.8 / 2018-11-02 Minor enhancements:
* Improve invalid proxy error message. Pull request #2217 by Luis Sagastume.
* [Requirement] Treat requirements with == versions as equal. Pull request #2230 by Samuel Giddins.
* Fix exec_name documentation. Pull request #2239 by Luis Sagastume.
* [TarHeader] Extract the empty header into a constant. Pull request #2247 by Samuel Giddins.
* Simplify the code that lets us call the original, non-monkeypatched Kernel#require. Pull request #2267 by Leon Miller-Out.
* Support IO.copy_stream. Pull request #2303 by okkez.
* Add error message when trying to open a default gem. Pull request #2307 by Luis Sagastume.
* Add install alias documentation. Pull request #2320 by ota42y.
* Removed explicitly declaration of thread library. Pull request #2324 by SHIBATA Hiroshi.
* [Rakefile] Set bundler build metadata when doing a release. Pull request [#2335] by Samuel Giddins.
* Speed up globbing relative to given directories. Pull request #2336 by Samuel Giddins.
* Backport commits from ruby core . Pull request #2347 by SHIBATA Hiroshi.
* Sign in to the correct host before push. Pull request #2366 by Luis Sagastume.
* Bump bundler-1.16.4. Pull request #2381 by SHIBATA Hiroshi.
* Improve bindir flag description. Pull request #2383 by Luis Sagastume.
* Update bundler-1.16.6. Pull request #2423 by SHIBATA Hiroshi. Bug fixes:
* Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request [#2115] by MSP-Greg.
* Fixed no assignment variables about default gems installation. Pull request #2181 by SHIBATA Hiroshi.
* Fix #1470: generate documentation when --install-dir is present. Pull request #2229 by Elias Hernandis.
* Validate SPDX license exceptions. Pull request #2257 by Mikit.
* Keep feature names loaded in the block. Pull request #2261 by Nobuyoshi Nakada.
* Retry api specification spec with original platform. Pull request #2275 by Luis Sagastume.
* Fix approximate recommendation with prereleases. Pull request #2345 by David Rodríguez.
* Expand symlinks in gem path. Pull request #2352 by Benoit Daloze.
* Gem::Version should handle nil like it used to before. Pull request [#2363] by Luis Sagastume.
* Fix auto resign expired certificate. Pull request #2380 by Luis Sagastume.
* Fri Jun 08 2018 factory-autoAATTkulow.org- updated to version 2.7.7 see installed History.txt === 2.7.7 / 2018-05-08 Minor enhancements:
* [RequestSet] Only suggest a gem version with an installable platform. Pull request #2175 by Samuel Giddins.
* Fixed no assignment variables about default gems installation. Pull request #2181 by SHIBATA Hiroshi.
* Backport improvements for test-case from Ruby core. Pull request #2189 by SHIBATA Hiroshi.
* Fix ruby warnings in test suite. Pull request #2205 by Colby Swandale.
* To use Gem::Specification#bindir of bundler instead of hard coded path. Pull request #2208 by SHIBATA Hiroshi.
* Update gem push --help description. Pull request #2215 by Luis Sagastume.
* Backport ruby core commits. Pull request #2264 by SHIBATA Hiroshi. Bug fixes:
* Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request [#2115] by MSP-Greg.
* Fixed tempfile leak for RubyGems 2.7.6. Pull request #2194 by SHIBATA Hiroshi.
* Add missing requires. Pull request #2196 by David Rodríguez.
* Fix Gem::Version.correct?. Pull request #2203 by Masato Nakamura.
* Fix verify_entry regex for metadata. Pull request #2212 by Luis Sagastume.
* Fix path checks for case insensitive filesystem. Pull request #2211 by Lars Kanis. Compatibility changes:
* Deprecate unused code before removing them at #1524. Pull request #2197 by SHIBATA Hiroshi.
* Deprecate for rubygems 3. Pull request #2214 by SHIBATA Hiroshi.
* Mark deprecation to `ubygems.rb` for RubyGems 4. Pull request #2269 by SHIBATA Hiroshi.
* Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi. === 2.7.6 / 2018-02-16 Security fixes:
* Prevent path traversal when writing to a symlinked basedir outside of the root. Discovered by nmalkin, fixed by Jonathan Claudius and Samuel Giddins.
* Fix possible Unsafe Object Deserialization Vulnerability in gem owner. Fixed by Jonathan Claudius.
* Strictly interpret octal fields in tar headers. Discoved by plover, fixed by Samuel Giddins.
* Raise a security error when there are duplicate files in a package. Discovered by plover, fixed by Samuel Giddins.
* Enforce URL validation on spec homepage attribute. Discovered by Yasin Soliman, fixed by Jonathan Claudius.
* Mitigate XSS vulnerability in homepage attribute when displayed via `gem server`. Discovered by Yasin Soliman, fixed by Jonathan Claudius.
* Prevent Path Traversal issue during gem installation. Discovered by nmalkin. === 2.7.5 Bug fixes:
* To use bundler-1.16.1 #2121 by SHIBATA Hiroshi.
* Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
* Support option for `--destdir` with upgrade installer. #2169 by Thibault Jouan.
* Remove PID from gem index directory. #2155 by SHIBATA Hiroshi.
* Avoid a #mkdir race condition #2148 by Samuel Giddins.
* Gem::Util.traverse_parents should not crash on permissions error #2147 by Robert Ulejczyk.
* Use `File.open` instead of `open`. #2142 by SHIBATA Hiroshi.
* Set whether bundler is used for gemdeps with an environmental variable #2126 by SHIBATA Hiroshi.
* Fix undefined method error when printing alert #1884 by Robert Ross. === 2.7.4 Bug fixes:
* Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
* Avoid to warnings about gemspec loadings in rubygems tests. Pull request [#2125] by SHIBATA Hiroshi.
* Fix updater with rubygems-2.7.3 Pull request #2124 by SHIBATA Hiroshi.
* Handle environment that does not have `flock` system call. Pull request [#2107] by SHIBATA Hiroshi. === 2.7.3 Minor enhancements:
* Removed needless version lock. Pull request #2074 by SHIBATA Hiroshi.
* Add --[no-]check-development option to cleanup command. Pull request [#2061] by Lin Jen-Shin (godfat).
* Merge glob pattern using braces. Pull request #2072 by Kazuhiro NISHIYAMA.
* Removed warnings of unused variables. Pull request #2084 by SHIBATA Hiroshi.
* Call SPDX.org using HTTPS. Pull request #2102 by Olle Jonsson.
* Remove multi load warning from plugins documentation. Pull request #2103 by Thibault Jouan. Bug fixes:
* Fix test failure on Alpine Linux. Pull request #2079 by Ellen Marie Dash.
* Avoid encoding issues by using binread in setup. Pull request #2089 by Mauro Morales.
* Fix rake install_test_deps once the rake clean_env does not exist. Pull request #2090 by Lucas Oliveira.
* Prevent to delete to \"bundler-\" prefix gem like bundler-audit. Pull request #2086 by SHIBATA Hiroshi.
* Generate .bat files on Windows platform. Pull request #2094 by SHIBATA Hiroshi.
* Workaround common options mutation in Gem::Command test. Pull request [#2098] by Thibault Jouan.
* Check gems dir existence before removing bundler. Pull request #2104 by Thibault Jouan.
* Use setup command --regenerate-binstubs option flag. Pull request #2099 by Thibault Jouan. === 2.7.2 Bug fixes:
* Added template files to vendoerd bundler. Pull request #2065 by SHIBATA Hiroshi.
* Added workaround for non-git environment. Pull request #2066 by SHIBATA Hiroshi. === 2.7.1 (2017-11-03) Bug fixes:
* Fix `gem update --system` with RubyGems 2.7+. Pull request #2054 by Samuel Giddins. === 2.7.0 (2017-11-02) Major enhancements:
* Update vendored bundler-1.16.0. Pull request #2051 by Samuel Giddins.
* Use Bundler for Gem.use_gemdeps. Pull request #1674 by Samuel Giddins.
* Add command `signin` to `gem` CLI. Pull request #1944 by Shiva Bhusal.
* Add Logout feature to CLI. Pull request #1938 by Shiva Bhusal. Minor enhancements:
* Added message to uninstall command for gem that is not installed. Pull request #1979 by anant anil kolvankar.
* Add --trust-policy option to unpack command. Pull request #1718 by Nobuyoshi Nakada.
* Show default gems for all platforms. Pull request #1685 by Konstantin Shabanov.
* Add Travis and Appveyor build status to README. Pull request #1918 by Jun Aruga.
* Remove warning `no email specified` when no email. Pull request #1675 by Leigh McCulloch.
* Improve -rubygems performance. Pull request #1801 by Samuel Giddins.
* Improve the performance of Kernel#require. Pull request #1678 by Samuel Giddins.
* Improve user-facing messages by consistent casing of Ruby/RubyGems. Pull request #1771 by John Labovitz.
* Improve error message when Gem::RuntimeRequirementNotMetError is raised. Pull request #1789 by Luis Sagastume.
* Code Improvement: Inheritance corrected. Pull request #1942 by Shiva Bhusal.
* [Source] Autoload fileutils. Pull request #1906 by Samuel Giddins.
* Use Hash#fetch instead of if/else in Gem::ConfigFile. Pull request #1824 by Daniel Berger.
* Require digest when it is used. Pull request #2006 by Samuel Giddins.
* Do not index the doc folder in the `update_manifest` task. Pull request [#2031] by Colby Swandale.
* Don\'t use two postfix conditionals on one line. Pull request #2038 by Ellen Marie Dash.
* [SafeYAML] Avoid warning when Gem::Deprecate.skip is set. Pull request [#2034] by Samuel Giddins.
* Update gem yank description. Pull request #2009 by David Radcliffe.
* Fix formatting of installation instructions in README. Pull request [#2018] by Jordan Danford.
* Do not use #quick_spec internally. Pull request #1733 by Jon Moss.
* Switch from docs to guides reference. Pull request #1886 by Jonathan Claudius.
* Happier message when latest version is already installed. Pull request [#1956] by Jared Beck.
* Update specification reference docs. Pull request #1960 by Grey Baker.
* Allow Gem.finish_resolve to respect already-activated specs. Pull request #1910 by Samuel Giddins.
* Update cryptography for Gem::Security. Pull request #1691 by Sylvain Daubert.
* Don\'t output mkmf.log message if compilation didn\'t fail. Pull request [#1808] by Jeremy Evans.
* Matches_for_glob - remove root path. Pull request #2010 by ahorek.
* Gem::Resolver#search_for update for reliable searching/sorting. Pull request #1993 by MSP-Greg.
* Allow local installs with transitive prerelease requirements. Pull request #1990 by Samuel Giddins.
* Small style fixes to Installer Set. Pull request #1985 by Arthur Marzinkovskiy.
* Setup cmd: Avoid terminating option string w/ dot. Pull request #1825 by Olle Jonsson.
* Warn when no files are set. Pull request #1773 by Aidan Coyle.
* Ensure `to_spec` falls back on prerelease specs. Pull request #1755 by André Arko.
* [Specification] Eval setting default attributes in #initialize. Pull request #1739 by Samuel Giddins.
* Sort ordering of sources is preserved. Pull request #1633 by Nathan Ladd.
* Retry with :prerelease when no suggestions are found. Pull request #1696 by Aditya Prakash.
* [Rakefile] Run `git submodule update --init` in `rake newb`. Pull request #1694 by Samuel Giddins.
* [TestCase] Address comments around ui changes. Pull request #1677 by Samuel Giddins.
* Eagerly resolve in activate_bin_path. Pull request #1666 by Samuel Giddins.
* [Version] Make hash based upon canonical segments. Pull request #1659 by Samuel Giddins.
* Add Ruby Together CTA, rearrange README a bit. Pull request #1775 by Michael Bernstein.
* Update Contributing.rdoc with new label usage. Pull request #1716 by Lynn Cyrin.
* Add --host sample to help. Pull request #1709 by Code Ahss.
* Add a helpful suggestion when `gem install` fails due to required_rub…. Pull request #1697 by Samuel Giddins.
* Add cert expiration length flag. Pull request #1725 by Luis Sagastume.
* Add submodule instructions to manual install. Pull request #1727 by Joseph Frazier.
* Allow usage of multiple `--version` operators. Pull request #1546 by James Wen.
* Warn when requiring deprecated files. Pull request #1939 by Ellen Marie Dash. Compatibility changes:
* Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is unavailable on Ruby 2.5. Pull request #2028 #2027 #2029 by SHIBATA Hiroshi.
* Deprecate Gem::InstallerTestCase#util_gem_bindir and Gem::InstallerTestCase#util_gem_dir. Pull request #1729 by Jon Moss.
* Deprecate passing options to Gem::GemRunner. Pull request #1730 by Jon Moss.
* Add deprecation for Gem#datadir. Pull request #1732 by Jon Moss.
* Add deprecation warning for Gem::DependencyInstaller#gems_to_install. Pull request #1731 by Jon Moss.
* Update Code of Conduct to Contributor Covenant v1.4.0. Pull request [#1796] by Matej. Bug fixes:
* Fix issue for MinGW / MSYS2 builds and testing. Pull request #1876 by MSP-Greg.
* Fixed broken links and overzealous URL encoding in gem server. Pull request #1809 by Nicole Orchard.
* Fix a typo. Pull request #1722 by Koichi ITO.
* Fix error message Gem::Security::Policy. Pull request #1724 by Nobuyoshi Nakada.
* Fixing links markdown formatting in README. Pull request #1791 by Piotr Kuczynski.
* Fix failing Bundler 1.8.7 CI builds. Pull request #1820 by Samuel Giddins.
* Fixed test broken on ruby-head . Pull request #1842 by SHIBATA Hiroshi.
* Fix typos with misspell. Pull request #1846 by SHIBATA Hiroshi.
* Fix gem open to open highest version number rather than lowest. Pull request #1877 by Tim Pope.
* Fix test_self_find_files_with_gemfile to sort expected files. Pull request #1878 by Kazuaki Matsuo.
* Fix typos in CONTRIBUTING.rdoc. Pull request #1909 by Mark Sayson.
* Fix some small documentation issues in installer. Pull request #1972 by Colby Swandale.
* Fix links in Policies document. Pull request #1964 by Alyssa Ross.
* Fix NoMethodError on bundler/inline environment. Pull request #2042 by SHIBATA Hiroshi.
* Correct comments for Gem::InstallerTestCase#setup. Pull request #1741 by MSP-Greg.
* Use File.expand_path for certification and key location. Pull request [#1987] by SHIBATA Hiroshi.
* Rescue EROFS. Pull request #1417 by Nobuyoshi Nakada.
* Fix spelling of \'vulnerability\'. Pull request #2022 by Philip Arndt.
* Fix metadata link key names. Pull request #1896 by Aditya Prakash.
* Fix a typo in uninstall_command.rb. Pull request #1934 by Yasuhiro Horimoto.
* Gem::Requirement.create treat arguments as variable-length. Pull request [#1830] by Toru YAGI.
* Display an explanation when rake encounters an ontological problem. Pull request #1982 by Wilson Bilkovich.
* [Server] Handle gems with names ending in `-\\d`. Pull request #1926 by Samuel Giddins.
* [InstallerSet] Avoid reloading _all_ local gems multiple times during dependency resolution. Pull request #1925 by Samuel Giddins.
* Modify the return value of Gem::Version.correct?. Pull request #1916 by Tsukuru Tanimichi.
* Validate metadata link keys. Pull request #1834 by Aditya Prakash.
* Add changelog to metadata validation. Pull request #1885 by Aditya Prakash.
* Replace socket error text message. Pull request #1823 by Daniel Berger.
* Raise error if the email is invalid when building cert. Pull request [#1779] by Luis Sagastume.
* [StubSpecification] Don’t iterate through all loaded specs in #to_spec. Pull request #1738 by Samuel Giddins.
* Wed Oct 11 2017 cooloAATTsuse.com- updated to version 2.6.14 see installed History.txt === 2.6.14 / 2017-10-09 Security fixes:
* Whitelist classes and symbols that are in loaded YAML. See CVE-2017-0903 for full details. Fix by Aaron Patterson.
* Mon Aug 28 2017 cooloAATTsuse.com- updated to version 2.6.13 see installed History.txt === 2.6.13 / 2017-08-27 Security fixes:
* Fix a DNS request hijacking vulnerability. Fix by Samuel Giddins.
* Fix an ANSI escape sequence vulnerability. Fix by Evan Phoenix.
* Fix a DOS vulernerability in the `query` command. Fix by Samuel Giddins.
* Fix a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files. Fix by Samuel Giddins.
* Tue May 23 2017 cooloAATTsuse.com- updated to version 2.6.12 see installed History.txt === 2.6.12 / 2017-04-30 Bug fixes:
* Fix test_self_find_files_with_gemfile to sort expected files. Pull request #1880 by Kazuaki Matsuo.
* Fix issue for MinGW / MSYS2 builds and testing. Pull request #1879 by MSP-Greg.
* Fix gem open to open highest version number rather than lowest. Pull request #1877 by Tim Pope.
* Add a test for requiring a default spec as installed by the ruby installer. Pull request #1899 by Samuel Giddins.
* Fix broken --exact parameter to gem command. Pull request #1873 by Jason Frey.
* [Installer] Generate backwards-compatible binstubs. Pull request #1904 by Samuel Giddins.
* Fix pre-existing source recognition on add action. Pull request #1883 by Jonathan Claudius.
* Prevent negative IDs in output of #inspect. Pull request #1908 by Vít Ondruch.
* Allow Gem.finish_resolve to respect already-activated specs. Pull request #1910 by Samuel Giddins.
* Fri Mar 17 2017 cooloAATTsuse.com- updated to version 2.6.11 see installed History.txt === 2.6.11 / 2017-03-16 Bug fixes:
* Fixed broken tests on ruby-head. Pull request #1841 by SHIBATA Hiroshi.
* Update vendored Molinillo to 0.5.7. Pull request #1859 by Samuel Giddins.
* Avoid activating Ruby 2.5 default gems when possible. Pull request #1843 by Samuel Giddins.
* Use improved resolver sorting algorithm. Pull request #1856 by Samuel Giddins.
* Tue Feb 14 2017 cooloAATTsuse.com- updated to version 2.6.10 see installed History.txt === 2.6.10 / 2017-01-23 Bug fixes:
* Fix `require` calling the wrong `gem` method when it is overridden. Pull request #1822 by Samuel Giddins.
* Sat Jan 21 2017 cooloAATTsuse.com- updated to version 2.6.9 see installed History.txt === 2.6.9 / 2017-01-20 Bug fixes:
* Allow initializing versions with empty strings. Pull request #1767 by Luis Sagastume.
* Fix TypeError on 2.4. Pull request #1788 by Nobuyoshi Nakada.
* Don\'t output mkmf.log message if compilation didn\'t fail. Pull request [#1808] by Jeremy Evans.
* Fixed broken links and overzealous URL encoding in gem server. Pull request #1809 by Nicole Orchard.
* Update vendored Molinillo to 0.5.5. Pull request #1812 by Samuel Giddins.
* RakeBuilder: avoid frozen string issue. Pull request #1819 by Olle Jonsson.
* Sun Oct 30 2016 cooloAATTsuse.com- updated to version 2.6.8 see installed History.txt === 2.6.8 / 2016-10-29 Bug fixes:
* Improve SSL verification failure message. Pull request #1751 by Eric Hodel.
* Ensure `to_spec` falls back on prerelease specs. Pull request [#1755] by André Arko.
* Update vendored Molinillo to 0.5.3. Pull request #1763 by Samuel Giddins.
* Wed Sep 28 2016 cooloAATTsuse.com- updated to version 2.6.7 see installed History.txt === 2.6.7 / 2016-09-26 Bug fixes:
* Install native extensions in the correct location when using the `--user-install` flag. Pull request #1683 by Noah Kantrowitz.
* When calling `Gem.sources`, load sources from `configuration` if present, else use the default sources. Pull request #1699 by Luis Sagastume.
* Fail gracefully when attempting to redirect without a Location. Pull request #1711 by Samuel Giddins.
* Update vendored Molinillo to 0.5.1. Pull request #1714 by Samuel Giddins.
* Thu Jun 23 2016 cooloAATTsuse.com- updated to version 2.6.6 see installed History.txt
* Wed Apr 27 2016 cooloAATTsuse.com- updated to version 2.6.4 see installed History.txt === 2.6.4 / --- Minor enhancements:
* Use Gem::Util::NULL_DEVICE instead of hard coded strings. Pull request #1588 by Chris Charabaruk.
* Use File.symlink on MS Windows if supported. Pull request #1418 by Nobuyoshi Nakada. Bug fixes:
* Redact uri password from error output when gem fetch fails. Pull request [#1565] by Brian Fletcher.
* Suppress warnings. Pull request #1594 by Nobuyoshi Nakada.
* Escape user-supplied content served on web pages by `gem server` to avoid potential XSS vulnerabilities. Samuel Giddins.
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 2.6.3 see installed History.txt === 2.6.3 / 2016-04-05 Minor enhancements:
* Lazily calculate Gem::LoadError exception messages. Pull request #1550 by Aaron Patterson.
* New fastly cert. Pull request #1548 by David Radcliffe.
* Organize and cleanup SSL certs. Pull request #1555 by James Wen.
* [RubyGems] Make deprecation message for paths= more helpful. Pull request #1562 by Samuel Giddins.
* Show default gems when using \"gem list\". Pull request #1570 by Luis Sagastume. Bug fixes:
* Stub ordering should be consistent regardless of how cache is populated. Pull request #1552 by Aaron Patterson.
* Handle cases when the AATTAATTstubs variable contains non-stubs. Pull request [#1558] by Per Lundberg.
* Fix test on Windows for inconsistent temp path. Pull request #1554 by Hiroshi Shirosaki.
* Fix `Gem.find_spec_for_exe` picks oldest gem. Pull request #1566 by Shinichi Maeshima.
* [Owner] Fallback to email and userid when owner email is missing. Pull request #1569 by Samuel Giddins.
* [Installer] Handle nil existing executable. Pull request #1561 by Samuel Giddins.
* Allow two digit version numbers in the tests. Pull request #1575 by unak.
* Sun Mar 13 2016 cooloAATTsuse.com- updated to version 2.6.2 see installed History.txt === 2.6.2 / 2016-03-12 Bug fixes:
* Fix wrong version of gem activation for bin stub. Pull request #1527 by Aaron Patterson.
* Speed up gem activation failures. Pull request #1539 by Aaron Patterson.
* Fix platform sorting in the resolver. Pull request #1542 by Samuel E. Giddins.
* Ensure we unlock the monitor even if try_activate throws. Pull request [#1538] by Charles Oliver Nutter.
* Wed Mar 02 2016 cooloAATTsuse.com- updated to version 2.6.1 see installed History.txt === 2.6.1 / 2016-02-28 Bug fixes:
* Ensure `default_path` and `home` are set for paths. Pull request #1513 by Aaron Patterson.
* Restore but deprecate support for Array values on `Gem.paths=`. Pull request #1514 by Aaron Patterson.
* Fix invalid gem file preventing gem install from working. Pull request [#1499] by Luis Sagastume.
* Fri Feb 26 2016 cooloAATTsuse.com- updated to version 2.6.0 see installed History.txt === 2.6.0 / 2016-02-26 Minor enhancements:
* RubyGems now defaults the `gem push` to the gem\'s \"allowed_push_host\" metadata setting. Pull request #1486 by Josh Lane.
* Update bundled Molinillo to 0.4.3. Pull request #1493 by Samuel E. Giddins.
* Add version option to gem open command. Pull request #1483 by Hrvoje Šimić.
* Feature/add silent flag. Pull request #1455 by Luis Sagastume.
* Allow specifying gem requirements via env variables. Pull request #1472 by Samuel E. Giddins. Bug fixes:
* RubyGems now stores `gem push` credentials under the host you signed-in for. Pull request #1485 by Josh Lane.
* Move `coding` location to first line. Pull request #1471 by SHIBATA Hiroshi.
* [PathSupport] Handle a regexp path separator. Pull request #1469 by Samuel E. Giddins.
* Clean up the PathSupport object. Pull request #1094 by Aaron Patterson.
* Join with File::PATH_SEPARATOR in Gem.use_paths. Pull request #1476 by Samuel E. Giddins.
* Handle when the gem home and gem path arent set in the config file. Pull request #1478 by Samuel E. Giddins.
* Terminate TimeoutHandler. Pull request #1479 by Nobuyoshi Nakada.
* Remove redundant cache. Pull request #1482 by Eileen M. Uchitelle.
* Freeze `Gem::VersionAATTsegments` instance variable. Pull request #1487 by Ben Dean.
* Gem cleanup is trying to uninstall gems outside GEM_HOME and reporting an error after it tries. Pull request #1353 by Luis Sagastume.
* Avoid duplicated sources. Pull request #1489 by Luis Sagastume.
* Better description for quiet flag. Pull request #1491 by Luis Sagastume.
* Raise error if find_by_name returns with nil. Pull request #1494 by Zoltán Hegedüs.
* Find_files only from loaded_gems when using gemdeps. Pull request #1277 by Michal Papis.
* Mon Feb 01 2016 cooloAATTsuse.com- updated to version 2.5.2 see installed History.txt === 2.5.2 / 2016-01-31 Bug fixes:
* Fix memoization of Gem::Version#prerelease? Pull request #1125 by Matijs van Zuijlen.
* Handle trailing colons in GEM_PATH, by Damien Robert.
* Improve the Gemfile `gemspec` method, fixing #1204 and #1033. Pull request [#1276] by Michael Papis.
* Warn only once when a gemspec license is invalid. Pull request #1414 by Samuel E. Giddins.
* Check for exact constants before using them, fixing Ruby bug #11940. Pull request #1438 by Nobuyoshi Nakada.
* Fix building C extensions on Ruby 1.9.x on Windows. Pull request #1453 by Marie Markwell.
* Handle symlinks containing \"..\" correctly. Pull request #1457 by Samuel E. Giddins. Minor enhancements:
* Add `--no-rc` flag, which skips loading `.gemrc`. Pull request #1329 by Luis Sagastume.
* Allow basic auth to be excluded from `allowed_push_host`. By Josh Lane.
* Add `gem list --exact`, which finds gems by string match instead of regex. Pull request #1344 by Luis Sagastume.
* Suggest alternatives when gem license is unknown. Pull request #1443 by Samuel E. Giddins.
* Print a useful error if a binstub expects a newer version of a gem than is installed. Pull request #1407 by Samuel E. Giddins.
* Allow the (supported) s3:// scheme to be used with `--source`. Pull request [#1416] by Dave Adams.
* Add `--[no-]post-install-message` to `install` and `update`. Pull request #1162 by Josef Šimánek.
* Add `--host` option to `yank`, providing symmetry with `pull`. Pull request [#1361] by Mike Virata-Stone.
* Update bundled Molinillo to 0.4.1. Pull request #1452 by Samuel E. Giddins.
* Allow calling `build` without \'.gemspec\'. Pull request #1454 by Stephen Blackstone.
* Add support for `source` option on gems in Gemfile. Pull request #1355 by Michael Papis.
* Function correctly when string literals are frozen on Ruby 2.3. Pull request [#1408] by Samuel E. Giddins.
* Fri Dec 11 2015 cooloAATTsuse.com- updated to version 2.5.1 see installed History.txt
* Wed Nov 04 2015 cooloAATTsuse.com- updated to version 2.5.0 see installed History.txt === 2.5.0 Major enhancements:
* Added the Gem::Licenses class which provides a set of standard license identifiers as set by spdx.org. This is now used by the Gem::Specification#license attribute to try to standardize (though not enforce) licenses set by gem authors. Pull request #1249 by Kyle Mitchell. Minor enhancements:
* Use Molinillo as the resolver library. This is the same resolver as used by Bundler. Pull request #1189 by Samuel E. Giddins.
* Add `--skip=gem_name` to Pristine command. Pull request #1018 by windwiny.
* The parsed gem dependencies file is now available via Gem.gemdeps following Gem.use_gemdeps. Pull request #1224 by Hsing-Hui Hsu, issue #1213 by Michal Papis.
* Moved description attribute to recommended for Gem::Specification. Pull request #1046 by Michal Papis
* Moved `Gem::Indexer#abbreviate` and `#sanitize` to `Gem::Specification`. Pull request #1145 by Arthur Nogueira Neves
* Cache Gem::Version segments for `#bump` and `#release`. Pull request #1131 by Matijs van Zuijlen
* Fix edge case in `levenshtein_distance` for comparing longer strings. Pull request #1173 by Richard Schneeman
* Remove duplication from List#to_a, improving from O(n^2) to O(n) time. Pull request #1200 by Marc Siegel.
* Gem::Specification.add_specs is deprecated and will be removed from version 3.0 with no replacement. To add specs, install the gem, then reset the cache.
* Gem::Specification.add_spec is deprecated and will be removed from version 3.0 with no replacement. To add specs, install the gem, then reset the cache.
* Gem::Specification.remove_spec is deprecated and will be removed from version 3.0 with no replacement. To remove specs, uninstall the gem, then reset the cache by calling Gem::Specification.reset.
* Call Array#compact before calling Array#uniq for minor speed improvement in the Gem::Specification#files method. Pull request #1253 by Marat Amerov.
* Use stringio instead of custom String classes. Pull request #1250 by Petr Skocik.
* Use URI#host instead of URI#hostname to retain backwards compatibility with Ruby 1.9.2 and earlier in util library. Pull request #1288 by Joe Rafaniello.
* Documentation update for gem sources. Pull request #1324 by Ilya Vassilevsky.
* Documentation update for required_ruby_version. Pull request #1321 by Matt Patterson.
* Documentation update for gem update. Pull request #1306 by Tim Blair.
* Emit a warning on SRV resolve failure. Pull request #1023 by Ivan Kuchin.
* Allow duplicate dependencies between runtime and development. Pull request #1032 by Murray Steele.
* The gem env command now shows the user installation directory. Pull request #1343 by Luis Sagastume.
* The Gem::Platform#=== method now treats a nil cpu arch the same as \'universal\'. Pull request #1356 by Daniel Berger.
* Improved memory performance in Gem::Specification.traverse. Pull request [#1188] by Aaron Patterson.
* RubyGems packages now support symlinks. Pull request #1209 by Samuel E. Giddins.
* RubyGems no longer outputs mkmf.log if it does not exist. Pull request [#1222] by Andrew Hooker.
* Added Bitrig platform. Pull request #1233 by John C. Vernaleo.
* Improved error message for first-time RubyGems developers. Pull request [#1241] by André Arko
* Improved performance of Gem::Specification#load with cached specs. Pull request #1297 by Samuel E. Giddins.
* Gem::RemoteFetcher allows users to set HTTP headers. Pull request #1363 by Agis Anastasopoulos. Bug fixes:
* Fixed Rake homepage url in example for Gem::Specification#homepage. Pull request #1171 by Arthur Nogueira Neves
* Don\'t crash if partially uninstalled gem can\'t be found. Pull request #1283 by Cezary Baginski.
* Test warning cleanup. Pull request #1298 by Samuel E. Giddins.
* Documentation fix for GemDependencyAPI. Pull request #1308 by Michael Papis.
* Fetcher now ignores ENOLCK errors in single threaded environments. This handles an issue with gem installation on NFS as best we can. Addresses issue #1176 by Ryan Moore. Pull request #1327 by Daniel Berger.
* Fix some path quoting issues in the test suite. Pull request #1328 by Gavin Miller.
* Fix NoMethodError in running ruby processes when gems are uninstalled. Pull request #1332 by Peter Drake.
* Fixed a potential NoMethodError for gem cleanup. Pull request #1333 by Peter Drake.
* Fixed gem help bug. Issue #1352 reported by bogem, pull request #1357 by Luis Sagastume.
* Remove temporary directories after tests finish. Pull request #1181 by Nobuyoshi Nokada.
* Update links in RubyGems documentation. Pull request #1185 by Darío Hereñú.
* Prerelease gem executables can now be run. Pull request #1186 by Samuel E. Giddins.
* Updated RubyGems travis-ci ruby versions. Pull request #1187 by Samuel E. Giddins.
* Fixed release date of RubyGems 2.4.6. Pull request #1190 by Frieder Bluemle.
* Fixed bugs in gem activation. Pull request #1202 by Miklós Fazekas.
* Fixed documentation for `gem list`. Pull request #1228 by Godfrey Chan.
* Fixed #1200 history entry. Pull request #1234 by Marc Siegel.
* Fixed synchronization issue when resetting the Gem::Specification gem list. Pull request #1239 by Samuel E. Giddins.
* Fixed running tests in parallel. Pull request #1257 by SHIBATA Hiroshi.
* Fixed running tests with `--program-prefix` or `--program-suffix` for ruby. Pull request #1258 by Shane Gibbs.
* Fixed Gem::Specification#to_yaml. Pull request #1262 by Hiroaki Izu.
* Fixed taintedness of Gem::Specification#raw_require_paths. Pull request [#1268] by Sam Ruby.
* Fixed sorting of platforms when installing gems. Pull request #1271 by nonsequitur.
* Use `--no-document` over deprecated documentation options when installing dependencies on travis. Pull request #1272 by takiy33.
* Improved support for IPv6 addresses in URIs. Pull request #1275 by Joe Rafaniello.
* Spec validation no longer crashes if a file does not exist. Pull request [#1278] by Samuel E. Giddins.
* Gems can now be installed within `rescue`. Pull request #1282 by Samuel E. Giddins.
* Increased Diffie-Hellman key size for tests for modern OpenSSL. Pull request #1290 by Vít Ondruch.
* RubyGems handles invalid config files better. Pull request #1367 by Agis Anastasopoulos.
* Tue Jun 09 2015 cooloAATTsuse.com- updated to version 2.4.8 see installed History.txt === 2.4.8 / 2015-06-08 Bug fixes:
* Tightened API endpoint checks for CVE-2015-3900
* Fri May 15 2015 cooloAATTsuse.com- updated to version 2.4.7 see installed History.txt === 2.4.7 / 2015-05-14 Bug fixes:
* Backport: Limit API endpoint to original security domain for CVE-2015-3900. Fix by claudijd
* Mon Feb 16 2015 cooloAATTsuse.com- updated to version 2.4.6
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 2.4.5
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Thu Feb 06 2014 cooloAATTsuse.com- updated to version 2.2.2 Bug fixes:
* Fixed ruby tests when BASERUBY is not set. Patch for #778 by Nobuyoshi Nakada.
* Removed double requests in RemoteFetcher#cache_update_path to improve remote install speed. Pull request #772 by Charlie Somerville.
* The mkmf.log is now placed next to gem_make.out when building extensions.
* `gem install -g --local` no longer accesses the network. Bug #776 by Jeremy Evans.
* RubyGems now correctly handles URL passwords with encoded characters. Pull request #781 by Brian Fletcher.
* RubyGems now correctly escapes URL characters. Pull request #788 by Brian Fletcher.
* RubyGems can now unpack tar files where the type flag is not given. Pull request #790 by Cody Russell.
* Typo corrections. Pull request ruby/ruby#506 by windwiny.
* RubyGems now uses both the default certificates and ssl_ca_cert instead of one or the other. Pull request #795 by zebardy.
* RubyGems can now use the bundler API against hosted gem servers in a directory. Pull request #801 by Brian Fletcher.
* RubyGems bin stubs now ignore non-versions. This allows RubyGems bin stubs to list file names like \"_foo_\". Issue #799 by Postmodern.
* Restored behavior of Gem::Version::new when subclassed. Issue #805 by Sergio Rubio. === 2.2.1 / 2014-01-06 Bug fixes:
* Platforms in the Gemfile.lock GEM section are now handled correctly. Bug [#767] by Diego Viola. ...
* Sun Jan 05 2014 cooloAATTsuse.com- updated to version 2.2.0 Major enhancements:
* RubyGems can check for gem dependencies files (gem.deps.rb or Gemfile) when rubygems executables are started and uses the found dependencies. This means `rake` will work similar to `bundle exec rake`. To enable this set the `RUBYGEMS_GEMDEPS` environment variable to the location of your dependencies file. See Gem::use_gemdeps for further details.
* A RubyGems directory may now be shared amongst multiple ruby versions. Upon activation RubyGems will automatically compile missing extensions for the current platform when the built objects are missing. Issue #596 by Michal Papis By default different platforms do not share gem install locations so this must be configured by setting GEM_HOME to a common directory. Some gems use fixed paths for requiring extensions and are not compatible with sharing gem directories. The default sharing location may be configured by RubyGems packagers through Gem.default_ext_dir_for. Pull Request #744 by Vít Ondruch. Minor enhancements:
* RubyGems checks the \'allowed_push_host\' metadata value when pushing a gem to prevent an accidental push to a public repository (such as rubygems.org). If you have private gems you should set this value in your gem specification metadata. Pull request #603 by Seamus Abshere.
* `gem list` now shows results for multiple arguments. Pull request #604 by Zach Rabinovich.
* `gem pristine --extensions` will restore only gems with extensions. Issue [#619] by Postmodern.
* Gem::Specification#files is now sorted. Pull request #612 by Justin George.
* For `gem list` and friends, \"LOCAL\" and \"REMOTE\" headers are omitted if only local or remote gem information is requested with --quiet. Pull request #615 by Michal Papis.
* Added Gem::Specification#full_require_paths which is like require_paths, but returns a fully-qualified results. Pull request #632 by Vít Ondruch.
* RubyGems now looks for the https_proxy environment variable for https:// sources. RubyGems will fall back to http_proxy if there is no https_proxy. Issue #610 by mkristian.
* RubyGems now creates directories in .gem files. Issue #631 by marksolaris.
* RubyGems raises an exception when a specification includes its gem. Issue [#623] by notEthan.
* RubyGems now displays relevant release note information when updating RubyGems. Issue #647 by Trevor Wennblom.
* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 2.1.11 Bug fixes:
* Gem::Specification::remove_spec no longer checks for existence of the spec to be removed. Issue #698 by Tiago Macedo.
* Restored wildcard handling when installing gems. Issue #697 by Chuck Remes.
* Added DigiCert High Assurance EV Root CA certificate for the cloudfront.net certificate change.
* The Gem::RemoteFetcher tests now choose the test server port more reliably. Pull Request #706 by akr.
* Thu Oct 31 2013 cooloAATTsuse.com- updated to version 2.1.10
* Use class check instead of :version method check when creating Gem::Version objects. Fixes #674 by jkanywhere.
* Fail during `gem update` when an error occurs checking for newer versions. This means RubyGems no longer reports \"nothing to update\" when it cannot communicate with the server. Issue #688 by Jimmy Dee.
* Allow installation of gems when the home directory does not exist. Issue [#689] by Laurence Rowe
* Fix updating gems which have multiple platforms. Issue #693 by Ookami Kenrou.
* The gem server now uses user-provided directories. Issue #696 by Marcelo Alvim.
* Improved resolution of gems when specific versions have conflicting dependencies.
* RubyGems installs local gems regardless of platform again. Issue #695
* The --ignore-dependencies option for gem installation works again. Issue [#695]
* Sun Oct 20 2013 cooloAATTsuse.com- updated to version 2.1.9 Bug fixes:
* Reduce sorting when fetching specifications. This speeds up the update and outdated commands, and others. Issue #657 by windwiny.
* Proxy usernames and passwords are now escaped properly. Ruby Bug #8979 by Masahiro Tomita, Issue #668 by Kouhei Sutou. === 2.1.8 / 2013-10-10 Bug fixes:
* Fixed local installation of platform gem files. Issue #664 by Ryan Melton.
* Files starting with \".\" in the root directory are installed again. Issue [#680] by Ivo Wever, Pull Request #681 by Jeremy Evans.
* The index generator no longer indexes default gems. Issue #661 by Jeremy Hinegardner.
* Thu Oct 10 2013 cooloAATTsuse.com- updated to version 2.1.7 Bug fixes:
* `gem sources --list` now displays a list of sources. Pull request #672 by Nathan Marley.
* RubyGems no longer alters Gem::Specification.dirs when installing. Pull Request #670 by Vít Ondruch
* Use RFC 2616-compatible time in HTTP headers. Pull request #655 by Larry Marburger.
* RubyGems now gives a more descriptive message for missing licenses on validation. Issue #656 by Markus Heiler.
* Expand unpack destination directory. This fixes problems when File.realpath is missing and $GEM_HOME contains \"..\". Issue #679 by Charles Nutter. === 2.1.6 / 2013-10-08 Bug fixes:
* Added certificates to follow the s3.amazonaws.com certificate change. Fixes [#665] by emeyekayee. Fixes #671 by jonforums.
* Remove redundant built-in certificates not needed for https://rubygems.org Fixes #654 by Vít Ondruch.
* Added test for missing certificates for https://s3.amazonaws.com or https://rubygems.org. Pull request #673 by Hannes Georg.
* RubyGems now allows a Pathname for Kernel#require like the built-in Kernel#require. Pull request #663 by Aaron Patterson.
* Required rbconfig in Gem::ConfigFile for Ruby 1.9.1 compatibility. (Ruby 1.9.1 is no longer receiving security fixes, so please update to a newer version.) Issue #676 by Michal Papis. Issue wayneeseguin/rvm#2262 by Thomas Sänger.
* Fri Oct 04 2013 cooloAATTsuse.com- updated to version 2.1.5 Security fixes:
* RubyGems 2.1.4 and earlier are vulnerable to excessive CPU usage due to a backtracking in Gem::Version validation. See CVE-2013-4363 for full details including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and 1.8.23.2 (for Ruby 1.9.3). Bug fixes:
* `gem uninstall foo --all` now force-uninstalls all versions of foo. Issue [#650] by Kyle (remkade).
* Fixed uninstalling gems installed in the home directory (as in `--user-install`). Issue #653 by Lin Jen-Shin.
* Fri Sep 13 2013 cooloAATTsuse.com- updated to version 2.1.3 Bug fixes:
* Gems with files entries starting with \"./\" no longer install 0 files. Issue [#644] by Darragh Curran, #645 by Brandon Turner, #646 by Alex Tambellini === 2.1.2 / 2013-09-11 Bug fixes:
* Restore concurrent requires following the fix for ruby bug #8374. Pull request #637 and issue #640 by Charles Nutter.
* Gems with extensions are now installed correctly when the --install-dir option is used. Issue #642 by Lin Jen-Shin.
* Gem fetch now fetches the newest (not oldest) gem when --version is given. Issue #643 by Brian Shirai. === 2.1.1 / 2013-09-10 Bug fixes:
* Only matching gems matching your local platform are considered for installation. Issue #638 by José M. Prieto, issue #639 by sawanoboly. === 2.1.0 / 2013-09-09 Security fixes:
* RubyGems 2.0.7 and earlier are vulnerable to excessive CPU usage due to a backtracking in Gem::Version validation. See CVE-2013-4287 for full details including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and 1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov. Major enhancements:
* RubyGems uses a new dependency resolver for gem installation which works similar to the bundler resolver. The new resolver can resolve conflicts the previous resolver could not and offers improved diagnostics when conflicts are discovered. Minor enhancements:
* RubyGems now has improved platform matching for the ARM architecture. Gems built with a CPU of \"arm\" will match any specific ARM CPU. See `gem help platform` for further details. Fixes #532 by Kim Burgestrand.
* Mon Aug 26 2013 cooloAATTsuse.com- updated to version 2.0.7 Bug fixes:
* Extensions may now be built in parallel (therefore gems may be installed in parallel). Bug #606 by Hemant Kumar.
* Changed broken link to RubyGems Bookshelf to point to RubyGems guides. Ruby pull request #369 by 謝致邦.
* Fixed various test failures due to platform differences or poor tests. Patches by Yui Naruse and Koichi Sasada.
* Fixed documentation for Kernel#require.
* Wed Jul 31 2013 cooloAATTsuse.com- updated to version 2.0.6 Bug fixes:
* Fixed the `--no-install` and `-I` options to `gem list` and friends. Bug [#593] by Blargel.
* Fixed crash when installing gems with extensions under the `-V` flag. Bug [#601] by Nick Hoffman.
* Fixed race condition retrieving HTTP connections in Gem::Request on JRuby. Bug #597 by Hemant Kumar.
* Fixed building extensions on ruby 1.9.3 under mingw. Bug #594 by jonforums, Bug #599 by Chris Riesbeck
* Restored default of remote search to `gem search`. === 2.0.5 / 2013-07-11 Bug fixes:
* Fixed building of extensions that run ruby in their makefiles. Bug #589 by Zachary Salzbank. === 2.0.4 / 2013-07-09 Bug fixes:
* Fixed error caused by gem install not finding the right platform for your platform. Bug #576 by John Anderson
* Fixed pushing gems with the default host. Bug #495 by Utkarsh Kukreti
* Improved unhelpful error message from `gem owner --remove`. Bug #488 by Steve Klabnik
* Fixed typo in `gem spec` help. Pull request #563 by oooooooo
* Fixed creation of build_info with --install-dir. Bug #457 by Vít Ondruch.
* RubyGems converts non-string dependency names to strings now. Bug #505 by Terence Lee
* Outdated prerelease versions are now listed in `gem outdated`.
* RubyGems now only calls fsync() on the specification when installing, not every file from the gem. This improves the performance of gem installation on some systems. Pull Request #556 by Grzesiek Kolodziejczyk
* Removed surprise search term anchoring in `gem search` to restore 1.8-like search behavior while still defaulting to --remote. Pull request #562 by Ben Bleything
* Fixed handling of DESTDIR when building extensions. Pull request #573 by Akinori MUSHA
* Fixed documentation of `gem pristine` defaults (--all is not a default). Pull request #577 by Shannon Skipper
* Sun Apr 14 2013 cooloAATTsuse.com- updated to version 2.0.3, see History.txt
* Fri Jan 25 2013 cooloAATTsuse.com- updated to version 1.8.25
* Added 11627 to setup bin_file location to protect against errors. Fixes #328 by ConradIrwin
* Specification#ruby_code didn\'t handle Requirement with multiple
* Fix error on creating a Version object with a frozen string.
* Fix incremental index updates
* Fix missing load_yaml in YAML-related requirement.rb code.
* Manually backport encoding-aware YAML gemspec
* Tue Sep 04 2012 cooloAATTsuse.com- initial package (version 1.8.24)
 
ICM