Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jeremyevans/minitest-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.2
Choose a base ref
...
head repository: jeremyevans/minitest-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.3
Choose a head ref
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 18, 2024

  1. Use -W:strict_unused_block when running tests on Ruby 3.4+

    No changes needed to the code.
    jeremyevans committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    7dea45f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2024

  1. Add Ruby 3.4 to CI

    jeremyevans committed Dec 28, 2024
    Configuration menu
    Copy the full SHA
    116e334 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    83e96c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    332e0bc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Adjust specs to pass on Ruby 3.5

    On Ruby 3.5, source_location now includes starting column and
    ending line and column.
    jeremyevans committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    e99a6b0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Configuration menu
    Copy the full SHA
    f498593 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Add JRuby 10.0 to CI

    jeremyevans committed May 22, 2025
    Configuration menu
    Copy the full SHA
    ab7d5c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Use SimpleCov.add_filter block instead of string

    Using a string is almost always a bad idea, because if any part of
    the path contains the string, it will filter out the path. Switch
    to using a block and doing a match on the entire path prefix.
    jeremyevans committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    922f3fb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Configuration menu
    Copy the full SHA
    672d4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88126f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc549a2 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.5.3

    jeremyevans committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    e690c2e View commit details
    Browse the repository at this point in the history
Loading