| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-05 | [rubygems/rubygems] We don't use process_based_port and self.process_based_port | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/f1a20c4c69 | |||
| 2023-04-05 | [rubygems/rubygems] We don't use self.make_command | Hiroshi 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 rubygems | Hiroshi 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 -A | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/8c9ea5d180 | |||
| 2023-04-04 | [rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatch | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/52ae4452c2 | |||
| 2023-04-04 | [rubygems/rubygems] Don't copy and paste methods in helper methods | Hiroshi 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-sys | dependabot[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 warnings | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/c7f1cb9941 | |||
| 2023-03-24 | [rubygems/rubygems] remove test skips/pends on mswin platform | MSP-Greg | |
| https://github.com/rubygems/rubygems/commit/1d52eff8bf | |||
| 2023-03-23 | Avoid intermediate array in TarHeader#calculate_checksum | Mau 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-23 | Skip test_gem_with_platform_and_platform_dependencies only ruby/ruby repository | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7582 | |||
| 2023-03-23 | util/rubocop -A --only Layout/EmptyLineAfterMagicComment | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7582 | |||
| 2023-03-23 | util/rubocop -A --only Style/FrozenStringLiteralComment | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7582 | |||
| 2023-03-23 | [rubygems/rubygems] Enabled Style/RedundantReturn cop | Hiroshi 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/MultilineTernaryOperator | Hiroshi 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/UnderscorePrefixedVariableName | Hiroshi 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/RescueException | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/e8a5db50af Notes: Merged: https://github.com/ruby/ruby/pull/7582 | |||
| 2023-03-22 | [rubygems/rubygems] Use indented heredoc | Nobuyoshi Nakada | |
| https://github.com/rubygems/rubygems/commit/085d2776d8 | |||
| 2023-03-22 | [rubygems/rubygems] @orig_RUBY_ENGINE is always provided now | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/c5e8ad4823 | |||
| 2023-03-22 | [rubygems/rubygems] Fix test failure with missing RUBY_REVISION constants | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/c5b80945c6 | |||
| 2023-03-22 | [rubygems/rubygems] ditto: RUBY_ENGINE_VERSION | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/dc82ebeac6 | |||
| 2023-03-22 | [rubygems/rubygems] RUBY_REVISION is also provided by supported platforms | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/71a237aeec | |||
| 2023-03-22 | [rubygems/rubygems] RUBY_DESCRIPTION is always provided by supported platforms | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/8a7028bc7e | |||
| 2023-03-22 | [rubygems/rubygems] Fixup | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/pull/6486 https://github.com/rubygems/rubygems/commit/ad50221acf | |||
| 2023-03-22 | [rubygems/rubygems] Bump rb-sys | dependabot[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-17 | util/rubocop -A --only Style/TernaryParentheses | Hiroshi SHIBATA | |
| 2023-03-17 | util/rubocop -A --only Style/SymbolProc | Hiroshi SHIBATA | |
| 2023-03-17 | util/rubocop -A --only Layout/SpaceInsideArrayLiteralBrackets | Hiroshi SHIBATA | |
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/Semicolon | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/97f062be05 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/CharacterLiteral | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/aa058ff6b8 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/RedundantBegin | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/b595d3cf0f | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/BarePercentLiterals | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/02d8147243 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/UnlessElse | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/184c03270c | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/IdenticalConditionalBranches | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/64f437a428 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/RescueStandardError | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/80b57da926 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/RescueModifier | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/b490379eab | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/NonNilCheck | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/2b056b25c3 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/ParenthesesAroundCondition | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/c766a65885 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/RedundantParentheses | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/295691d4dc | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/StabbyLambdaParentheses | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/23ce9793e5 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/YodaCondition | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/3594945391 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotation | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/4e77a1d1d5 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/NegatedIf | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/aa95ee27a2 | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/ColonMethodCall | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/823113f39e | |||
| 2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/DefWithParentheses | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/91391ceedf | |||
