summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Collapse)Author
2023-04-05[rubygems/rubygems] We don't use process_based_port and self.process_based_portHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/f1a20c4c69
2023-04-05[rubygems/rubygems] We don't use self.make_commandHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/241f376c32
2023-04-05[rubygems/rubygems] Unify win_platform? to Gem.win_platform?Hiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/b18a4ef076
2023-04-05[rubygems/rubygems] Unify java_platform? to Gem.java_platform?Hiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/7f27ab32b8
2023-04-05[rubygems/rubygems] Removed self.mingw_windows?, It's not used rubygemsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/ba3c985701
2023-04-05[rubygems/rubygems] add some test suites under the Gem namespace, so as not ↵lukeg
to collide To avoid collisions especially in ruby/ruby https://github.com/rubygems/rubygems/commit/e6b2359975
2023-04-04[rubygems/rubygems] util/rubocop -AHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/8c9ea5d180
2023-04-04[rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatchHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/52ae4452c2
2023-04-04[rubygems/rubygems] Don't copy and paste methods in helper methodsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/b87ac64343
2023-04-04[rubygems/rubygems] Disabled to test rustc with msys2 platform.Hiroshi SHIBATA
https://github.com/rubygems/rubygems/actions/runs/4598776839/jobs/8123290246 https://github.com/rubygems/rubygems/commit/5c3b0a112e
2023-03-28[rubygems/rubygems] Bump rb-sysdependabot[bot]
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.68 to 0.9.70. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.68...v0.9.70) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28[rubygems/rubygems] Use double-quotes instead of single-quotes in warningsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c7f1cb9941
2023-03-24[rubygems/rubygems] remove test skips/pends on mswin platformMSP-Greg
https://github.com/rubygems/rubygems/commit/1d52eff8bf
2023-03-23Avoid intermediate array in TarHeader#calculate_checksumMau Magnaguagno
String#sum(0) sums the character bytes without a modulo. Follow-up of #6476 based on comment from @nobu. Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23Skip test_gem_with_platform_and_platform_dependencies only ruby/ruby repositoryHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23util/rubocop -A --only Style/FrozenStringLiteralCommentHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23[rubygems/rubygems] Enabled Style/RedundantReturn copHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/05cc97bdf8 Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23[rubygems/rubygems] util/rubocop -A --only ↵Hiroshi SHIBATA
Lint/BinaryOperatorWithIdenticalOperands Many of class of RubyGems have original <=> methods. We should ignore these cops for testing. https://github.com/rubygems/rubygems/commit/0a8645dc3b Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23[rubygems/rubygems] util/rubocop -A --only Style/MultilineTernaryOperatorHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/be853dfe3b Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/UnderscorePrefixedVariableNameHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/6dc4bc3a5b Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/RescueExceptionHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/e8a5db50af Notes: Merged: https://github.com/ruby/ruby/pull/7582
2023-03-22[rubygems/rubygems] Use indented heredocNobuyoshi Nakada
https://github.com/rubygems/rubygems/commit/085d2776d8
2023-03-22[rubygems/rubygems] @orig_RUBY_ENGINE is always provided nowHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c5e8ad4823
2023-03-22[rubygems/rubygems] Fix test failure with missing RUBY_REVISION constantsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c5b80945c6
2023-03-22[rubygems/rubygems] ditto: RUBY_ENGINE_VERSIONHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/dc82ebeac6
2023-03-22[rubygems/rubygems] RUBY_REVISION is also provided by supported platformsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/71a237aeec
2023-03-22[rubygems/rubygems] RUBY_DESCRIPTION is always provided by supported platformsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/8a7028bc7e
2023-03-22[rubygems/rubygems] FixupHiroshi SHIBATA
https://github.com/rubygems/rubygems/pull/6486 https://github.com/rubygems/rubygems/commit/ad50221acf
2023-03-22[rubygems/rubygems] Bump rb-sysdependabot[bot]
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.67 to 0.9.68. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.67...v0.9.68) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17util/rubocop -A --only Style/TernaryParenthesesHiroshi 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
https://github.com/rubygems/rubygems/commit/97f062be05
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/CharacterLiteralHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/aa058ff6b8
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantBeginHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/b595d3cf0f
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/BarePercentLiteralsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/02d8147243
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/UnlessElseHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/184c03270c
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/IdenticalConditionalBranchesHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/64f437a428
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RescueStandardErrorHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/80b57da926
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RescueModifierHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/b490379eab
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/NonNilCheckHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/2b056b25c3
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/ParenthesesAroundConditionHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/c766a65885
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantParenthesesHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/295691d4dc
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/StabbyLambdaParenthesesHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/23ce9793e5
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/YodaConditionHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/3594945391
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotationHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/4e77a1d1d5
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/NegatedIfHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/aa95ee27a2
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/ColonMethodCallHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/823113f39e
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/DefWithParenthesesHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/91391ceedf