Age | Commit message (Collapse) | Author |
---|
| https://.com/rubygems/rubygems/commit/356726bd1a |
| https://.com/rubygems/rubygems/commit/ee0bef2786 |
| https://.com/rubygems/rubygems/commit/b2a88983db |
| https://.com/rubygems/rubygems/commit/b2bf239147 |
| https://.com/rubygems/rubygems/commit/bbcad80772 |
| Gem.configuration https://.com/rubygems/rubygems/commit/c394375b28 |
| https://.com/rubygems/rubygems/commit/c59d40f425 |
| https://.com/rubygems/rubygems/commit/56ce2a6445 |
| https://.com/rubygems/rubygems/commit/10c26a483d |
| https://.com/rubygems/rubygems/commit/33a02eec00 |
| https://.com/rubygems/rubygems/commit/413033198b Co-authored-by: Eric Herscovich <[email protected]> |
| https://.com/rubygems/rubygems/commit/784e5e2fe5 |
| https://.com/rubygems/rubygems/commit/3bda049c73 |
| 'invalid: foo: bar' https://.com/rubygems/rubygems/commit/b8d0c25b7e |
| https://.com/rubygems/rubygems/commit/6a97346708 |
| invalid yaml was provided https://.com/rubygems/rubygems/commit/cfcfde04c7 |
| https://.com/rubygems/rubygems/commit/9175b8cf2a |
| https://.com/rubygems/rubygems/commit/3d3b0d80a1 |
| https://.com/rubygems/rubygems/commit/81ba58f445 |
| Bundler::YAMLSerializer.load https://.com/rubygems/rubygems/commit/080880ac23 |
| https://.com/rubygems/rubygems/commit/d842e2092f |
| https://.com/rubygems/rubygems/commit/e7d31405ea |
| https://.com/rubygems/rubygems/commit/b211eeacba |
| https://.com/rubygems/rubygems/commit/55ef32fdd7 |
| https://.com/rubygems/rubygems/commit/3268d40974 |
| |
| https://.com/rubygems/rubygems/commit/52ae4452c2 |
| Notes: Merged: https://.com/ruby/ruby/pull/7582 |
| |
| |
| https://.com/rubygems/rubygems/commit/4e77a1d1d5 |
| https://.com/rubygems/rubygems/commit/1c3356a872 |
| fix test. https://.com/rubygems/rubygems/commit/bcffc2b0a5 Notes: Merged: https://.com/ruby/ruby/pull/6715 |
| update check timestamp. https://.com/rubygems/rubygems/commit/0fbc4ace8a Notes: Merged: https://.com/ruby/ruby/pull/6715 |
| https://.com/rubygems/rubygems/commit/05811f8248 Notes: Merged: https://.com/ruby/ruby/pull/6715 |
| Pick from https://.com/rubygems/rubygems/commit/dfbb5a38114640e0d8d616861607f3de73ee0199 Notes: Merged: https://.com/ruby/ruby/pull/6224 |
| https://.com/rubygems/rubygems/commit/3cc3bfd371 |
| Signed-off-by: Takuya Noguchi <[email protected]> |
| https://.com/rubygems/rubygems/commit/f7f504b24c |
| https://.com/rubygems/rubygems/commit/c74fc58695 Notes: Merged: https://.com/ruby/ruby/pull/4789 |
| https://.com/rubygems/rubygems/commit/c4004fadd9 |
| Notes: Merged: https://.com/ruby/ruby/pull/4533 |
| Notes: Merged: https://.com/ruby/ruby/pull/4143 |
| 31a6eaabc165d8a222e176f2c809d90622d88ec2 is obsoleted with https://.com/rubygems/rubygems/pull/3820 |
| Enable Style/EmptyLinesAroundClassBody rubocop cop. |
| To normalize the code style with `bundler`. Notes: Merged: https://.com/ruby/ruby/pull/3379 |
| To make rubygems code style consistent with bundler. Notes: Merged: https://.com/ruby/ruby/pull/3229 |
| * Support XDG_CONFIG_HOME for gemrc. * Support XDG_DATA_HOME for .gem * Added test for XDG_DATA_HOME * Do not reuse environmental variable. * Unify .rdoc path to RDoc.home. * Support XDG_DATA_HOME for .rdoc * Ignore exists? * Extracted config_home path * Use XDG_CONFIG_HOME for default credential path * Fixed inconsistency location. * Fixed the broken tests. * Support XDG_CONFIG_HOME for irbrc * Introduce Gem.cache_home as XDG_CACHE_HOME * Use Gem.cache_home instead of Gem.config_home for the credential file of RubyGems. * Initialized the old configurations * Fixed test failure related the configuration initialization * restore XDG_DATA_HOME * Fixed the broken examples of bundler with XDG_* * Do not modify environmental variable on test file * Use XDG_DATA_HOME insted of XDG_CACHE_HOME for credential file * stub out Gem.data_home * Move dir accessor to defaults.rb file * Use XDG_DATA_HOME for signed gem features * Use XDG_DATA_HOME for spec cache * Do not rely on Gem.user_home * Gem.user_home is always exists. Don't need to use FileUitls.mkdir_p * Bump support version to RubyGems 3.2.0+ * Removed the needless fallback configuration * Fixed the inconsistency methods that are find_config_file and config_file * Use Gem.configuration.credentials_path instead of hard-coded path * gem_path is always provided * Removed the duplicated code of find_home * Also removed the duplicated code of user_home * use Gem::UNTAINT instead of untaint for surpressing the warnings * Use File.directory * Restore XDG_DATA_HOME * Use File.write Notes: Merged-By: hsbt <[email protected]> |
| * Fix gem pristine not accounting for user installed gems. Pull request #2914 by Luis Sagastume. * Refactor keyword argument test for Ruby 2.7. Pull request #2947 by SHIBATA Hiroshi. * Fix errors at frozen Gem::Version. Pull request #2949 by Nobuyoshi Nakada. * Remove taint usage on Ruby 2.7+. Pull request #2951 by Jeremy Evans. * Check Manifest.txt is up to date. Pull request #2953 by David Rodríguez. * Clarify symlink conditionals in tests. Pull request #2962 by David Rodríguez. * Update command line parsing to work under ps. Pull request #2966 by David Rodríguez. * Properly test `Gem::Specifications.stub_for`. Pull request #2970 by David Rodríguez. * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request #2985 by MSP-Greg. Notes: Merged: https://.com/ruby/ruby/pull/2666 |
| current style https://.com/rubygems/rubygems/commit/df7c0e4223 |