summaryrefslogtreecommitdiff
path: root/lib/rubygems/specification.rb
AgeCommit message (Expand)Author
2021-08-31[rubygems/rubygems] Refactor Ruby platform priority condition to its own methodDaniel Niknam
2021-08-31[rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez
2021-07-27[rubygems/rubygems] Remove all `syck` traces from `rubygems`David Rodríguez
2021-07-07Sync RubyGems and Bundler with upstreamHiroshi SHIBATA
2021-07-07Sync latest bundler & rubygems development versionDavid Rodríguez
2021-03-08Sync latest development version of bundler & rubygemsDavid Rodríguez
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-09-28[rubygems/rubygems] Eval defaults with frozen_string_literal: trueJean Boussier
2020-09-28Added `--platform` option to `build` commandNobuyoshi Nakada
2020-09-23Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA
2020-09-23Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Gem::Specification#to_ruby doesn't need `openssl`David Rodríguez
2020-07-31[rubygems/rubygems] Reword warningbronzdoc
2020-07-31[rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc
2020-07-31[rubygems/rubygems] Extract some common code into a private methodDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove very old TODO noteDavid Rodríguez
2020-07-31[rubygems/rubygems] remove explicit require(s) for auto-loaded constant(s)Karol Bucek
2020-07-31[rubygems/rubygems] Test files should not be included in spec.filesMarc-Andre Lafortune
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2020-06-15Remove random codeDavid Rodríguez
2020-06-15Use space inside block braces everywhereDavid Rodríguez
2020-06-05[rubygems/rubygems] Move docs to a better placeDavid Rodríguez
2020-06-05[rubygems/rubygems] Deprecate some methods that are only there for compatibilityDavid Rodríguez
2020-06-05Enable rubocop-performance StartWith copOlle Jonsson
2020-06-05[rubygems/rubygems] Prefer start_with? and end_with? over regex.Olle Jonsson
2020-05-08[rubygems/rubygems] Revert adding loaded specs to `Gem::Specification.stubs` ...David Rodríguez
2020-05-08[rubygems/rubygems] Let `@@stubs_by_name` to be incrementally populated again.Vít Ondruch
2020-05-08Remove `builder` gem requirement for `gem regenerate_index`David Rodríguez
2020-05-08[rubygems/rubygems] Show gemspec location when a Gem::MissingSpecError is rai...bronzdoc
2020-05-08Normalize heredoc delimitersDavid Rodríguez
2020-05-08[rubygems/rubygems] Do not use set.Josef Šimánek
2020-05-08[rubygems/rubygems] Track removed methods calls and warn during build time.Josef Šimánek
2020-05-08[rubygems/rubygems] Deprecate rubyforge_project attribute only during build t...Josef Šimánek
2020-05-08[rubygems/rubygems] Rename version horizon deprecation methodsbronzdoc
2020-05-08[rubygems/rubygems] Modify files to use new version horizon deprecationsbronzdoc
2020-03-30[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez
2020-03-24Sync rubygems with current master (#2889)David Rodríguez
2020-02-01Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA
2019-11-11Merge RubyGems 3.1.0.pre3Hiroshi SHIBATA
2019-09-26Gem::Specification#to_ruby needs OpenSSLNobuyoshi Nakada
2019-09-26[rubygems/rubygems] Avoid adding OpenSSL::PKey::RSA instancesbronzdoc
2019-09-26[rubygems/rubygems] Fix indentation in case statementbronzdoc
2019-09-26[rubygems/rubygems] Make ruby_code method handle OpenSSL::PKey::RSA objectsbronzdoc
2019-09-26[rubygems/rubygems] Set SOURCE_DATE_EPOCH env var if not provided.Ellen Marie Dash
2019-09-05[rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez
2019-08-05[rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc
2019-07-31[rubygems/rubygems] Move default specifications dir definition out of BasicSp...Vít Ondruch
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