8000 Comparing v2.1.2...v2.1.3 · omniauth/omniauth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: omniauth/omniauth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: omniauth/omniauth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.3
Choose a head ref
  • 10 commits
  • 5 files changed
  • 5 contributors

Commits on Dec 29, 2023

  1. Test against Ruby 3.3

    enomotodev committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0c8e471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d014c0e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 22, 2024

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

Commits on Aug 5, 2024

  1. Avoid using URI::ABS_URI

    `URI::ABS_URI` is no longer available due to a change to
    https://bugs.ruby-lang.org/issues/19266 .
    Instead, we can use `URI#absolute?`.
    mame committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    767a8b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2d93b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35f69b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1136 from mame/avoid-uri-abs_uri

    Avoid using `URI::ABS_URI`
    BobbyMcWho authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c2ebe5b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1134 from TastyPi/env-override

    Do not override `omniauth.origin` in environment in test mode
    BobbyMcWho authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e23567a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Prepare for next release

    BobbyMcWho committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    78d4e1d View commit details
    Browse the repository at this point in the history
Loading
0