aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
Commit message (Collapse)AuthorAgeFilesLines
* [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez2019-09-057-16/+16
| | | | https://github.com/rubygems/rubygems/commit/d4fc383497
* [rubygems/rubygems] Minor fixAlexander Pakulov2019-09-051-1/+1
| | | | https://github.com/rubygems/rubygems/commit/95c1f4e179
* [rubygems/rubygems] Add missing parenthesesbronzdoc2019-09-051-1/+1
| | | | https://github.com/rubygems/rubygems/commit/f5972338e0
* [rubygems/rubygems] Remove unnecessary gem_name methodbronzdoc2019-09-051-5/+2
| | | | https://github.com/rubygems/rubygems/commit/d1bb122651
* [rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec ↵bronzdoc2019-09-051-3/+10
| | | | | | is specified https://github.com/rubygems/rubygems/commit/547947bbf0
* [rubygems/rubygems] Build the first gemspec we found if no gemspec is specifiedbronzdoc2019-09-051-1/+9
| | | | https://github.com/rubygems/rubygems/commit/ab186266b7
* [rubygems/rubygems] Improve gemspec assignment and error messagebronzdoc2019-09-051-4/+2
| | | | https://github.com/rubygems/rubygems/commit/dc70c5a192
* [rubygems/rubygems] Make passing a gem name to be optionalbronzdoc2019-09-051-1/+1
| | | | https://github.com/rubygems/rubygems/commit/4ba4ffebbe
* [rubygems/rubygems] Move build gem logic to its own methodbronzdoc2019-09-051-7/+9
| | | | https://github.com/rubygems/rubygems/commit/a16eacd650
* [rubygems/rubygems] Don't fail when `uninstall --all` with default gemDavid Rodríguez2019-09-051-8/+5
| | | | | | | 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
* [rubygems/rubygems] Use IAM role to extract security-credentials for EC2 ↵Alexander Pakulov2019-09-051-5/+13
| | | | | | instance https://github.com/rubygems/rubygems/commit/9a401646e1
* [rubygems/rubygems] Move empty check earlierDavid Rodríguez2019-09-051-3/+5
| | | | https://github.com/rubygems/rubygems/commit/fc224e9717
* Fix keyword argument separation issues in libJeremy Evans2019-08-302-2/+2
| | | | Mostly requires adding ** in either calls or method definitions.
* require 'pp' before use PPKazuhiro NISHIYAMA2019-08-301-1/+4
| | | | | | | `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`
* [rubygems/rubygems] Use `RbConfig::CONFIG['rubylibprefix']`Nobuyoshi Nakada2019-08-201-8/+1
| | | | | | It is defined since ruby 1.9.2. https://github.com/rubygems/rubygems/commit/84981ca908
* $LOAD_PATH elements should be real pathsNobuyoshi Nakada2019-08-181-1/+1
| | | | Installed path may contain symbolic links.
* Support the current stable version of Ruby like 2.5 and 2.6.Hiroshi SHIBATA2019-08-171-2/+2
|
* Revert "`Gem.load_path_insert_index always returns non-nil index after Ruby 1.9"Hiroshi SHIBATA2019-08-171-1/+1
| | | | | | This reverts commit 260ef51a73c067599826c8ab110c53994c1b6226. This broke the stable versions of Ruby like 2.4 and 2.5
* Added comments for extended require by RubyGemsHiroshi SHIBATA2019-08-171-1/+3
|
* `Gem.load_path_insert_index always returns non-nil index after Ruby 1.9Hiroshi SHIBATA2019-08-171-1/+1
|
* Try to continue on LoadError with gem_original_requireHiroshi SHIBATA2019-08-171-2/+6
|
* Keep the existance behavior with symlink pathHiroshi SHIBATA2019-08-171-1/+3
|
* Revert "Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem""Hiroshi SHIBATA2019-08-172-0/+21
| | | | This reverts commit 75d29db8f965893bb6ab38b9008abc80cdda246e.
* Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem"Hiroshi SHIBATA2019-08-172-21/+0
| | | | This reverts commit 00cd5d74cecb6aa4a184e57e2b8246ef6e45d458.
* Fixed Insecure Operation in requireHiroshi SHIBATA2019-08-171-1/+1
| | | | Caused by 00cd5d74ce
* [rubygems/rubygems] Fixup #2844Hiroshi SHIBATA2019-08-171-1/+1
| | | | https://github.com/rubygems/rubygems/commit/5924286ae2
* [rubygems/rubygems] installer.rb - fix #windows_stub_scriptMSP-Greg2019-08-171-3/+3
| | | | | | use ruby_exe in heredocs instead of ruby.exe https://github.com/rubygems/rubygems/commit/9f1b7d6590
* [rubygems/rubygems] Do not mutate uri.query during s3 signature creationAlexander Pakulov2019-08-171-7/+7
| | | | https://github.com/rubygems/rubygems/commit/c0275ee537
* [rubygems/rubygems] Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap.Hiroshi SHIBATA2019-08-171-0/+2
| | | | https://github.com/rubygems/rubygems/commit/1133c2f700
* [rubygems/rubygems] Return `nil` to clarify return value is ignoredDavid Rodríguez2019-08-171-1/+1
| | | | https://github.com/rubygems/rubygems/commit/8702f59d32
* [rubygems/rubygems] Autoswitch to exact bundler version if presentDavid Rodríguez2019-08-171-0/+5
| | | | https://github.com/rubygems/rubygems/commit/bb02953a97
* [rubygems/rubygems] Don't unregister default specificationsDavid Rodríguez2019-08-171-1/+0
| | | | | | I think this should be more efficient? https://github.com/rubygems/rubygems/commit/a1de78104f
* [rubygems/rubygems] Replace domain parameter in ↵bronzdoc2019-08-172-5/+5
| | | | | | Gem::Command#show_lookup_failure with a parameter to suppress suggestions https://github.com/rubygems/rubygems/commit/760b7d834f
* [rubygems/rubygems] Fix jruby issueDavid Rodríguez2019-08-171-2/+2
| | | | https://github.com/rubygems/rubygems/commit/fc3f722164
* [rubygems/rubygems] Fix old rubies compatDavid Rodríguez2019-08-171-1/+1
| | | | https://github.com/rubygems/rubygems/commit/41e60cdb6b
* [rubygems/rubygems] [Require] Ensure -I beats a default gemSamuel Giddins2019-08-172-0/+21
| | | | https://github.com/rubygems/rubygems/commit/6fbda98eb3
* fix last commit.Koichi Sasada2019-08-141-1/+1
|
* change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada2019-08-141-1/+1
| | | | | | | | 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]
* Fixed deprecation messageNobuyoshi Nakada2019-08-071-1/+1
|
* [rubygems/rubygems] Use the standard RUBY_ENGINE_VERSION instead of ↵Benoit Daloze2019-08-053-14/+5
| | | | | | | | | 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
* [rubygems/rubygems] Use gsub with HashKazuhiro NISHIYAMA2019-08-051-2/+2
| | | | https://github.com/rubygems/rubygems/commit/83eced0b39
* [rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc2019-08-052-0/+11
| | | | https://github.com/rubygems/rubygems/commit/5c3158d975
* [rubygems/rubygems] Fixed to warn with shadowing outer local variable.Hiroshi SHIBATA2019-08-051-4/+4
| | | | https://github.com/rubygems/rubygems/commit/b0588a87b1
* [rubygems/rubygems] Partly reverted be962ca0c411f3b4bcfebfb6e714c78cbad12775Hiroshi SHIBATA2019-07-311-0/+38
| | | | | | | * `Gem::ConfigMap` is still used by Bundler. * `Gem::RubyGemsVersion` is also still referred by the old gems. https://github.com/rubygems/rubygems/commit/249c3ff44f
* [rubygems/rubygems] Initialize '@ran_rake' correctly, so we don't have to ↵bronzdoc2019-07-311-4/+1
| | | | | | set it up later and cause confusion https://github.com/rubygems/rubygems/commit/6ec3ba983c
* [rubygems/rubygems] Remove extension 'double pipe equals' assigment since is ↵bronzdoc2019-07-311-13/+0
| | | | | | not needed anymore https://github.com/rubygems/rubygems/commit/930de86a24
* [rubygems/rubygems] Move 'build_for' to handle extension type before the ↵bronzdoc2019-07-311-2/+2
| | | | | | extension is used https://github.com/rubygems/rubygems/commit/2a32c5ef0a
* [rubygems/rubygems] Do not pass +build_dir+ argument to build_errorbronzdoc2019-07-311-5/+2
| | | | https://github.com/rubygems/rubygems/commit/107fea3432
* [rubygems/rubygems] Remove useless param +build_dir+bronzdoc2019-07-311-2/+2
| | | | https://github.com/rubygems/rubygems/commit/0402974149
* [rubygems/rubygems] Drop support for 'gem env packageversion'bronzdoc2019-07-312-43/+0
| | | | https://github.com/rubygems/rubygems/commit/be962ca0c4