summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_specification.rb
AgeCommit message (Expand)Author
2026-04-08Merge RubyGems/Bundler 4.0.10Hiroshi SHIBATA
2026-02-09Merge RubyGems/Bundler 4.0.5Hiroshi SHIBATA
2025-11-18[ruby/rubygems] Undeprecate `Gem::Version.new(nil)`Aaron Patterson
2025-11-14[ruby/rubygems] Removed deprecated Gem::Specification#has_rdoc, has_rdoc= and...Hiroshi SHIBATA
2025-11-14[ruby/rubygems] bin/rubocop -a --only Style/RedundantParenthesesHiroshi SHIBATA
2025-11-04[ruby/rubygems] Remove open-ended and prerelease dependency warnings when bui...Jeremy Evans
2025-06-03[rubygems/rubygems] Partially phase out x64-mingw32 in favour of x64-mingw-uc...Nicholas La Roux
2025-05-14[rubygems/rubygems] Reenable skipped specs in truffleruby since they should b...David Rodríguez
2025-03-24[rubygems/rubygems] Default to a SOURCE_DATE_EPOCH of 315619200, to simplify ...Ellen Marie Dash
2025-02-03[rubygems/rubygems] Raise a simpler error when RubyGems fails to activate a d...David Rodríguez
2025-02-03[rubygems/rubygems] Remove already fixed TODODavid Rodríguez
2024-12-24Merge RubyGems-3.6.2 and Bundler-2.6.2David Rodríguez
2024-12-06[rubygems/rubygems] Skip unresolved deps warning on `Gem::Specification.reset...David Rodríguez
2024-12-06[rubygems/rubygems] Make sure unresolved deps are properly cleared by `Gem::S...David Rodríguez
2024-10-10[rubygems/rubygems] Run specs that now pass on JRubyDavid Rodríguez
2024-09-30[rubygems/rubygems] Don't list duplicated version in `Gem::Specification.rese...David Rodríguez
2024-09-20[rubygems/rubygems] Unconditionally set installed_by_versionSamuel Giddins
2024-08-29Make optional benchmark test in test_find_in_unresolved_tree_is_not_exponenti...Hiroshi SHIBATA
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Remove unnecessary Windows test skipDavid Rodríguez
2024-07-05[rubygems/rubygems] Use preferred add_dependency instead of add_runtime_depen...Jerome Dalbert
2024-06-26[rubygems/rubygems] Don't print warning about nil versions being discouraged ...David Rodríguez
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-05-14[rubygems/rubygems] Extract a `Gem::SpecificationRecord` classDavid Rodriguez
2024-05-03[rubygems/rubygems] Remove `Gem::Specification#mark_version`David Rodriguez
2024-02-27[rubygems/rubygems] Warn on empty or open required_ruby_version specification...Josef Šimánek
2024-02-21[rubygems/rubygems] Skip nil-value keys to make metadata reproducibleNobuyoshi Nakada
2024-02-07[rubygems/rubygems] fix Gem::Dependency#to_spec returning nil when prerelease...Kim Emmanuel
2024-02-02[rubygems/rubygems] feat: Gem::Specification#initialize_copy deep-copies requ...Mike Dalessio
2024-01-24[rubygems/rubygems] Fix rake extension warningなつき
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-14[rubygems/rubygems] Warn for duplicate meta data linksDrew Stevenson
2023-12-12[rubygems/rubygems] Remove non-transparent requirement added to prerelease gemsDavid Rodríguez
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez
2023-09-30[rubygems/rubygems] Update SPDX list and warn on deprecated identifiers.Josef Šimánek
2023-09-21[rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins
2023-08-20[rubygems/rubygems] Use assert_raise instead of assert_raisesSamuel Giddins
2023-08-20[rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...Samuel Giddins
2023-08-18[rubygems/rubygems] Make nil a valid license specJohn Hong
2023-07-19[rubygems/rubygems] Clear `YAML` constant if it was undefined previouslyNobuyoshi Nakada
2023-04-11util/rubocop -A --only Style/NumericLiteralPrefixHiroshi SHIBATA
2023-04-06[rubygems/rubygems] util/rubocop -A --only Style/LineEndConcatenationHiroshi SHIBATA
2023-04-05[rubygems/rubygems] util/rubocop -A --only Style/RegexpLiteralHiroshi SHIBATA
2023-04-05[rubygems/rubygems] Unify win_platform? to Gem.win_platform?Hiroshi SHIBATA
2023-03-28[rubygems/rubygems] Use double-quotes instead of single-quotes in warningsHiroshi SHIBATA
2023-03-23util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/BinaryOperatorWithIdenticalOp...Hiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolProcHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/SpaceInsideArrayLiteralBracketsHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/SemicolonHiroshi SHIBATA