| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-05 | [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offenses | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/d4fc383497 | |||
| 2019-09-05 | [rubygems/rubygems] Minor fix | Alexander Pakulov | |
| https://github.com/rubygems/rubygems/commit/95c1f4e179 | |||
| 2019-09-05 | [rubygems/rubygems] Add missing parentheses | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/f5972338e0 | |||
| 2019-09-05 | [rubygems/rubygems] Remove unnecessary gem_name method | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/d1bb122651 | |||
| 2019-09-05 | [rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec ↵ | bronzdoc | |
| is specified https://github.com/rubygems/rubygems/commit/547947bbf0 | |||
| 2019-09-05 | [rubygems/rubygems] Build the first gemspec we found if no gemspec is specified | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/ab186266b7 | |||
| 2019-09-05 | [rubygems/rubygems] Improve gemspec assignment and error message | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/dc70c5a192 | |||
| 2019-09-05 | [rubygems/rubygems] Make passing a gem name to be optional | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/4ba4ffebbe | |||
| 2019-09-05 | [rubygems/rubygems] Move build gem logic to its own method | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/a16eacd650 | |||
| 2019-09-05 | [rubygems/rubygems] Don't fail when `uninstall --all` with default gem | David Rodríguez | |
| Instead, display an informative message saying that uninstallation of specific versions is being skipped because of being default gems. https://github.com/rubygems/rubygems/commit/b44845aa1d | |||
| 2019-09-05 | [rubygems/rubygems] Use IAM role to extract security-credentials for EC2 ↵ | Alexander Pakulov | |
| instance https://github.com/rubygems/rubygems/commit/9a401646e1 | |||
| 2019-09-05 | [rubygems/rubygems] Move empty check earlier | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/fc224e9717 | |||
| 2019-08-30 | Fix keyword argument separation issues in lib | Jeremy Evans | |
| Mostly requires adding ** in either calls or method definitions. Notes: Merged: https://github.com/ruby/ruby/pull/2395 | |||
| 2019-08-30 | require 'pp' before use PP | Kazuhiro NISHIYAMA | |
| `Kernel#pp` has wrapper, but `PP` does not. https://github.com/ruby/ruby/runs/207405029#step:10:141 `NameError: uninitialized constant Bundler::Molinillo::Resolver::Resolution::PP` | |||
| 2019-08-20 | [rubygems/rubygems] Use `RbConfig::CONFIG['rubylibprefix']` | Nobuyoshi Nakada | |
| It is defined since ruby 1.9.2. https://github.com/rubygems/rubygems/commit/84981ca908 | |||
| 2019-08-18 | $LOAD_PATH elements should be real paths | Nobuyoshi Nakada | |
| Installed path may contain symbolic links. | |||
| 2019-08-17 | Support the current stable version of Ruby like 2.5 and 2.6. | Hiroshi SHIBATA | |
| 2019-08-17 | Revert "`Gem.load_path_insert_index always returns non-nil index after Ruby 1.9" | Hiroshi SHIBATA | |
| This reverts commit 260ef51a73c067599826c8ab110c53994c1b6226. This broke the stable versions of Ruby like 2.4 and 2.5 | |||
| 2019-08-17 | Added comments for extended require by RubyGems | Hiroshi SHIBATA | |
| 2019-08-17 | `Gem.load_path_insert_index always returns non-nil index after Ruby 1.9 | Hiroshi SHIBATA | |
| 2019-08-17 | Try to continue on LoadError with gem_original_require | Hiroshi SHIBATA | |
| 2019-08-17 | Keep the existance behavior with symlink path | Hiroshi SHIBATA | |
| 2019-08-17 | Revert "Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem"" | Hiroshi SHIBATA | |
| This reverts commit 75d29db8f965893bb6ab38b9008abc80cdda246e. | |||
| 2019-08-17 | Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem" | Hiroshi SHIBATA | |
| This reverts commit 00cd5d74cecb6aa4a184e57e2b8246ef6e45d458. | |||
| 2019-08-17 | Fixed Insecure Operation in require | Hiroshi SHIBATA | |
| Caused by 00cd5d74ce | |||
| 2019-08-17 | [rubygems/rubygems] Fixup #2844 | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/5924286ae2 | |||
| 2019-08-17 | [rubygems/rubygems] installer.rb - fix #windows_stub_script | MSP-Greg | |
| use ruby_exe in heredocs instead of ruby.exe https://github.com/rubygems/rubygems/commit/9f1b7d6590 | |||
| 2019-08-17 | [rubygems/rubygems] Do not mutate uri.query during s3 signature creation | Alexander Pakulov | |
| https://github.com/rubygems/rubygems/commit/c0275ee537 | |||
| 2019-08-17 | [rubygems/rubygems] Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/1133c2f700 | |||
| 2019-08-17 | [rubygems/rubygems] Return `nil` to clarify return value is ignored | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/8702f59d32 | |||
| 2019-08-17 | [rubygems/rubygems] Autoswitch to exact bundler version if present | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/bb02953a97 | |||
| 2019-08-17 | [rubygems/rubygems] Don't unregister default specifications | David Rodríguez | |
| I think this should be more efficient? https://github.com/rubygems/rubygems/commit/a1de78104f | |||
| 2019-08-17 | [rubygems/rubygems] Replace domain parameter in ↵ | bronzdoc | |
| Gem::Command#show_lookup_failure with a parameter to suppress suggestions https://github.com/rubygems/rubygems/commit/760b7d834f | |||
| 2019-08-17 | [rubygems/rubygems] Fix jruby issue | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/fc3f722164 | |||
| 2019-08-17 | [rubygems/rubygems] Fix old rubies compat | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/41e60cdb6b | |||
| 2019-08-17 | [rubygems/rubygems] [Require] Ensure -I beats a default gem | Samuel Giddins | |
| https://github.com/rubygems/rubygems/commit/6fbda98eb3 | |||
| 2019-08-14 | fix last commit. | Koichi Sasada | |
| 2019-08-14 | change Proc#to_s format ('@...' -> ' ...') (#2362) | Koichi Sasada | |
| Now Proc#to_s returns "#<Proc:0x00000237a0f5f170@t.rb:1>". However, it is convenient to select a file name by (double-)clicking on some terminals by separating ' ' instead of '@' like "#<Proc:0x00000237a0f5f170 t.rb:1>" [Feature #16101] | |||
| 2019-08-07 | Fixed deprecation message | Nobuyoshi Nakada | |
| 2019-08-05 | [rubygems/rubygems] Use the standard RUBY_ENGINE_VERSION instead of ↵ | Benoit Daloze | |
| JRUBY_VERSION * RUBY_ENGINE and RUBY_ENGINE_VERSION are defined on every modern Ruby. * There is no such constant as TRUFFLERUBY_VERSION or RBX_VERSION. https://github.com/rubygems/rubygems/commit/431d0aefdd | |||
| 2019-08-05 | [rubygems/rubygems] Use gsub with Hash | Kazuhiro NISHIYAMA | |
| https://github.com/rubygems/rubygems/commit/83eced0b39 | |||
| 2019-08-05 | [rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73 | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/5c3158d975 | |||
| 2019-08-05 | [rubygems/rubygems] Fixed to warn with shadowing outer local variable. | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/b0588a87b1 | |||
| 2019-07-31 | [rubygems/rubygems] Partly reverted be962ca0c411f3b4bcfebfb6e714c78cbad12775 | Hiroshi SHIBATA | |
| * `Gem::ConfigMap` is still used by Bundler. * `Gem::RubyGemsVersion` is also still referred by the old gems. https://github.com/rubygems/rubygems/commit/249c3ff44f | |||
| 2019-07-31 | [rubygems/rubygems] Initialize '@ran_rake' correctly, so we don't have to ↵ | bronzdoc | |
| set it up later and cause confusion https://github.com/rubygems/rubygems/commit/6ec3ba983c | |||
| 2019-07-31 | [rubygems/rubygems] Remove extension 'double pipe equals' assigment since is ↵ | bronzdoc | |
| not needed anymore https://github.com/rubygems/rubygems/commit/930de86a24 | |||
| 2019-07-31 | [rubygems/rubygems] Move 'build_for' to handle extension type before the ↵ | bronzdoc | |
| extension is used https://github.com/rubygems/rubygems/commit/2a32c5ef0a | |||
| 2019-07-31 | [rubygems/rubygems] Do not pass +build_dir+ argument to build_error | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/107fea3432 | |||
| 2019-07-31 | [rubygems/rubygems] Remove useless param +build_dir+ | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/0402974149 | |||
| 2019-07-31 | [rubygems/rubygems] Drop support for 'gem env packageversion' | bronzdoc | |
| https://github.com/rubygems/rubygems/commit/be962ca0c4 | |||
