summaryrefslogtreecommitdiff
path: root/lib/rubygems/specification.rb
AgeCommit message (Expand)Author
2022-02-01[rubygems/rubygems] Remove encoding pragma from specification.rbJosef Šimánek
2022-01-20[rubygems/rubygems] Rename `Gem.open_with_flock` to `Gem.open_file`David Rodríguez
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-19[rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez
2022-01-11[rubygems/rubygems] Markup code with RDoc notationsNobuyoshi Nakada
2021-12-27[rubygems/rubygems] Make SpecificationPolicy autoload constantMasataka Pocke Kuwabara
2021-12-24Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA
2021-12-23Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-03[rubygems/rubygems] Move required_ruby_version gemspec attribute to recommend...Josef Šimánek
2021-11-18[rubygems/rubygems] Protect specs access at a finer levelDavid Rodríguez
2021-11-18[rubygems/rubygems] Stop using a constant for something not constantDavid Rodríguez
2021-11-18[rubygems/rubygems] Extract a helper method to reset specsDavid Rodríguez
2021-11-18[rubygems/rubygems] Make clearing loaded spec cache really privateDavid Rodríguez
2021-11-18[rubygems/rubygems] We can now use standard memoizationDavid Rodríguez
2021-11-18[rubygems/rubygems] Easier preservation of activated specsDavid Rodríguez
2021-11-18[rubygems/rubygems] Set `@@all` variable at class definition timeDavid Rodríguez
2021-11-02Update licenses= documentationCarlos Palhares
2021-10-09[rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara
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