summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-31lib/bundler/shared_helpers.rb: remove require "rubygems"Yusuke Endoh
2019-07-31[rubygems/rubygems] Partly reverted be962ca0c411f3b4bcfebfb6e714c78cbad12775Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Initialize '@ran_rake' correctly, so we don't have to set...bronzdoc
2019-07-31[rubygems/rubygems] Remove extension 'double pipe equals' assigment since is ...bronzdoc
2019-07-31[rubygems/rubygems] Move 'build_for' to handle extension type before the exte...bronzdoc
2019-07-31[rubygems/rubygems] Do not pass +build_dir+ argument to build_errorbronzdoc
2019-07-31[rubygems/rubygems] Remove useless param +build_dir+bronzdoc
2019-07-31[rubygems/rubygems] Drop support for 'gem env packageversion'bronzdoc
2019-07-31[rubygems/rubygems] Generate a licenses.rb file with correct styleDavid Rodríguez
2019-07-31[rubygems/rubygems] Enable `Layout/AlignArray` copDavid Rodríguez
2019-07-31[rubygems/rubygems] Enable `Layout/EmptyLinesAroundAccessModifier`David Rodríguez
2019-07-31[rubygems/rubygems] Make error code a constant and remove TODO commentbronzdoc
2019-07-31[rubygems/rubygems] Move default specifications dir definition out of BasicSp...Vít Ondruch
2019-07-31[rubygems/rubygems] There is no usage of @orig_env_* variables in test suite.Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Ignore GEMRC variable for test suite. It affects with som...Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Use File#open instead of Kernel#openbronzdoc
2019-07-31[rubygems/rubygems] Deprecate Gem::RemoteFetcher#fetch_sizebronzdoc
2019-07-31[rubygems/rubygems] Autorequire was used by old RubyGems, it is neither suppo...bronzdoc
2019-07-31[rubygems/rubygems] Simplify #to_ruby codeNobuyoshi Nakada
2019-07-31[rubygems/rubygems] Making Gem::S3URISigner.sign method smaller with helper m...Alexander Pakulov
2019-07-31[rubygems/rubygems] Use default value for expiration in the method signatureAlexander Pakulov
2019-07-31[rubygems/rubygems] Moving rubygems/request dependencies into ec2_metadataAlexander Pakulov
2019-07-31[rubygems/rubygems] Extracting sign_s3_url & s3_source_auth into a separate S...Alexander Pakulov
2019-07-31[rubygems/rubygems] Move TODO comment to an information commentbronzdoc
2019-07-31[rubygems/rubygems] Remove unused 'raise' from test_casebronzdoc
2019-07-31[rubygems/rubygems] Remove TODO comment, there's no Gem::Dirs constantbronzdoc
2019-07-31[rubygems/rubygems] Remove useless TODO commentbronzdoc
2019-07-31[rubygems/rubygems] Addressing PR commentsAlexander Pakulov
2019-07-31[rubygems/rubygems] check_version_conflict don't have a 'dep' variable availa...bronzdoc
2019-07-31[rubygems/rubygems] Remove missleading comment, no reason to move Gem.host to...bronzdoc
2019-07-31[rubygems/rubygems] Remove useless comment in exceptions.rbbronzdoc
2019-07-31[rubygems/rubygems] Rename Gem::Package.metadata to Gem::Package.raw_specbronzdoc
2019-07-31[rubygems/rubygems] Upgrading S3 source signature to AWS SigV4Alexander Pakulov
2019-07-31[rubygems/rubygems] Move metadata method to Gem::Packagebronzdoc
2019-07-31[rubygems/rubygems] Add a package attr_reader to Gem::Installer.Daniel Berger
2019-07-31[rubygems/rubygems] Remove missleading TODO comment. Can't use @parser.accept...bronzdoc
2019-07-31[rubygems/rubygems] Move gemcutter utilities code to Gem::Commandbronzdoc
2019-07-31[rubygems/rubygems] Remove conflict.rb code that was supposed to be removed i...bronzdoc
2019-07-31[rubygems/rubygems] Remove unnecessary &&= operatorbronzdoc
2019-07-31[rubygems/rubygems] Remove unnecessary TODO commentbronzdoc
2019-07-31[rubygems/rubygems] Explicitly deprecate `rubyforge_project`David Rodríguez
2019-07-31[rubygems/rubygems] Do not replace the cache entry if there is already oneBenoit Daloze
2019-07-31[rubygems/rubygems] Synchronize access to the Gem::Specification::LOAD_CACHE ...Benoit Daloze
2019-07-31[rubygems/rubygems] Add a blank line after private to be consistent with the ...bronzdoc
2019-07-31[rubygems/rubygems] Return early if filename is emptybronzdoc
2019-07-31[rubygems/rubygems] Simplify config_file_name assigmentbronzdoc
2019-07-31[rubygems/rubygems] Lazy require stringiobronzdoc
2019-07-31[rubygems/rubygems] Set config_file_name to the value of ENV["GEMRC"] if avai...bronzdoc
2019-07-31[rubygems/rubygems] Move config_file_name logic to its own methodbronzdoc
2019-07-31[rubygems/rubygems] Migrate extension builder to use Open3David Rodríguez