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: diffcrypt/diffcrypt-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: diffcrypt/diffcrypt-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 5 commits
  • 20 files changed
  • 5 contributors

Commits on Mar 2, 2025

  1. Ruby 3.x, Rails 7, Rails 8, use Appraisals for tests (#143)

    * Uses Appraisals to simplify testing against multiple Rails versions.
    * Adds tests for Rails 7 and Rails 8.
    * Custom fix of concurrent-ruby for Rails 6 due to
    ruby-concurrency/concurrent-ruby@d7ce956
    * ⚠️ drop support for Ruby 2 (tests weren't run against it anymore as
    well)
    * Adds support for Ruby 3.2, 3.3., 3.4, head
    * Drop simple cov (high LOC coverage lulls you into a false sense of
    security; you want semantic coverage)
    
    closes #142
    closes #137
    closes #122
    
    Thanks to co-authors @mohammed-io & @MatjazKavcic 🙇
    
    ---------
    
    Co-authored-by: Mohammed Abdulkareem <[email protected]>
    Co-authored-by: Matjaz Kavcic <[email protected]>
    3 people authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    27b1e41 View commit details
    Browse the repository at this point in the history
  2. Release: 0.8.0.rc1

    marcqualie committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    4359a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96f887c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc7636f View commit details
    Browse the repository at this point in the history
  5. Release: 0.8.0

    marcqualie committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    fd58d90 View commit details
    Browse the repository at this point in the history
Loading
close