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: mudge/argon2id
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0.rc1
Choose a base ref
...
head repository: mudge/argon2id
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 28, 2024

  1. Restore support for Ruby 3.0

    This reverts commit 809afab.
    mudge committed Dec 28, 2024
    Configuration menu
    Copy the full SHA
    a2c75eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from mudge/restore-3.0-support

    Restore support for Ruby 3.0
    mudge authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    d005d63 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Test against the final release of Ruby 3.4

    Now Ruby 3.4 is out, switch from the release candidate to the final
    version (upgrading rake-compiler-dock along the way).
    
    Note 3.4 is not yet available on Windows so we continue to test against
    Ruby HEAD.
    mudge committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    3857d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4569d40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from mudge/restore-2.x-support

    Restore Ruby 2.6 and 2.7 support
    mudge authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    4cf1745 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.8.0

    mudge committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    c473b27 View commit details
    Browse the repository at this point in the history
  5. Don't upgrade RubyGems when testing C gem

    As the requirement for newer RubyGems only applies to the precompiled,
    native gems, skip updating RubyGems when testing the regular C Ruby
    platform gem.
    mudge committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    c4c7408 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    a900e67 View commit details
    Browse the repository at this point in the history
  2. Test Windows builds against Ruby 3.4

    Now that Ruby 3.4 has been released, Ruby HEAD now points to 3.5.0.dev
    so we need to fix the versions used for the Windows builds.
    mudge committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    1d53e31 View commit details
    Browse the repository at this point in the history
Loading