aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/specification.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-081-8/+8
* [rubygems/rubygems] Eval defaults with frozen_string_literal: trueJean Boussier2020-09-281-0/+2
* Added `--platform` option to `build` commandNobuyoshi Nakada2020-09-281-0/+4
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-231-2/+0
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-231-0/+2
* [rubygems/rubygems] Gem::Specification#to_ruby doesn't need `openssl`David Rodríguez2020-07-311-2/+2
* [rubygems/rubygems] Reword warningbronzdoc2020-07-311-1/+1
* [rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc2020-07-311-0/+4
* [rubygems/rubygems] Extract some common code into a private methodDavid Rodríguez2020-07-311-6/+7
* [rubygems/rubygems] Remove very old TODO noteDavid Rodríguez2020-07-311-1/+0
* [rubygems/rubygems] remove explicit require(s) for auto-loaded constant(s)Karol Bucek2020-07-311-3/+0
* [rubygems/rubygems] Test files should not be included in spec.filesMarc-Andre Lafortune2020-07-311-3/+2
* Enforce no empty lines around class body in rubygemsDavid Rodríguez2020-07-311-2/+0
* Remove random codeDavid Rodríguez2020-06-151-3/+0
* Use space inside block braces everywhereDavid Rodríguez2020-06-151-40/+40
* [rubygems/rubygems] Move docs to a better placeDavid Rodríguez2020-06-051-6/+0
* [rubygems/rubygems] Deprecate some methods that are only there for compatibilityDavid Rodríguez2020-06-051-0/+3
* Enable rubocop-performance StartWith copOlle Jonsson2020-06-051-2/+2
* [rubygems/rubygems] Prefer start_with? and end_with? over regex.Olle Jonsson2020-06-051-1/+1
* [rubygems/rubygems] Revert adding loaded specs to `Gem::Specification.stubs` ...David Rodríguez2020-05-081-4/+2
* [rubygems/rubygems] Let `@@stubs_by_name` to be incrementally populated again.Vít Ondruch2020-05-081-2/+2
* Remove `builder` gem requirement for `gem regenerate_index`David Rodríguez2020-05-081-7/+1
* [rubygems/rubygems] Show gemspec location when a Gem::MissingSpecError is rai...bronzdoc2020-05-081-1/+5
* Normalize heredoc delimitersDavid Rodríguez2020-05-081-2/+2
* [rubygems/rubygems] Do not use set.Josef Šimánek2020-05-081-2/+1
* [rubygems/rubygems] Track removed methods calls and warn during build time.Josef Šimánek2020-05-081-7/+13
* [rubygems/rubygems] Deprecate rubyforge_project attribute only during build t...Josef Šimánek2020-05-081-3/+2
* [rubygems/rubygems] Rename version horizon deprecation methodsbronzdoc2020-05-081-6/+6
* [rubygems/rubygems] Modify files to use new version horizon deprecationsbronzdoc2020-05-081-6/+6
* [rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez2020-03-301-6/+6
* [rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez2020-03-301-1/+1
* Sync rubygems with current master (#2889)David Rodríguez2020-03-241-12/+2
* Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA2020-02-011-17/+16
* Merge RubyGems 3.1.0.pre3Hiroshi SHIBATA2019-11-111-6/+6
* Gem::Specification#to_ruby needs OpenSSLNobuyoshi Nakada2019-09-261-0/+1
* [rubygems/rubygems] Avoid adding OpenSSL::PKey::RSA instancesbronzdoc2019-09-261-4/+2
* [rubygems/rubygems] Fix indentation in case statementbronzdoc2019-09-261-10/+10
* [rubygems/rubygems] Make ruby_code method handle OpenSSL::PKey::RSA objectsbronzdoc2019-09-261-0/+1
* [rubygems/rubygems] Set SOURCE_DATE_EPOCH env var if not provided.Ellen Marie Dash2019-09-261-1/+1
* [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez2019-09-051-4/+4
* [rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc2019-08-051-0/+8
* [rubygems/rubygems] Move default specifications dir definition out of BasicSp...Vít Ondruch2019-07-311-2/+2
* [rubygems/rubygems] Autorequire was used by old RubyGems, it is neither suppo...bronzdoc2019-07-311-8/+0
* [rubygems/rubygems] Simplify #to_ruby codeNobuyoshi Nakada2019-07-311-11/+3
* [rubygems/rubygems] Remove useless TODO commentbronzdoc2019-07-311-1/+1
* [rubygems/rubygems] check_version_conflict don't have a 'dep' variable availa...bronzdoc2019-07-311-1/+0
* [rubygems/rubygems] Explicitly deprecate `rubyforge_project`David Rodríguez2019-07-311-0/+1
* [rubygems/rubygems] Do not replace the cache entry if there is already oneBenoit Daloze2019-07-311-1/+6
* [rubygems/rubygems] Synchronize access to the Gem::Specification::LOAD_CACHE ...Benoit Daloze2019-07-311-3/+8
* [rubygems/rubygems] Lazy require stringiobronzdoc2019-07-311-1/+1