summaryrefslogtreecommitdiff
path: root/lib/rubygems/specification.rb
AgeCommit message (Expand)Author
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-08-09Merge rubygems/bundler HEAD.Hiroshi SHIBATA
2022-08-03[rubygems/rubygems] Warn (rather than crash) when setting `nil` specification...David Rodríguez
2022-07-22RubyGems: Enable Style/StringLiterals copTakuya Noguchi
2022-07-16[rubygems/rubygems] Drop support for old `Gem::Specification` versionsNobuyoshi Nakada
2022-07-14[rubygems/rubygems] Fix `gem update --system` crash while regenerating binstubsDavid Rodríguez
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-12[rubygems/rubygems] Don't on gemspecs with invalid `require_paths`, just warnDavid Rodríguez
2022-06-07[rubygems/rubygems] Remove unnecessary string concatenationDaniel Berger
2022-06-06[rubygems/rubygems] Unify loading `Gem::Requirement`David Rodríguez
2022-06-01[rubygems/rubygems] Restore ability to load old marshalled gemspec that use `...David Rodríguez
2022-06-01[rubygems/rubygems] Remove no longer needed `Psych::PrivateType` cleanupDavid Rodríguez
2022-05-20Merge RubyGems and Bundler HEADHiroshi SHIBATA
2022-04-28Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA
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