Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ruby 3 and kwargs #1158

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    d5e43b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c73130 View commit details
    Browse the repository at this point in the history
  3. * syntax fixed

    webhoernchen committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    bfdabfe View commit details
    Browse the repository at this point in the history
  4. * Syntax fixed

    webhoernchen committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    90faa82 View commit details
    Browse the repository at this point in the history
  5. * Syntax fixed

    webhoernchen committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    34dc5c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. * specs added

    webhoernchen committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    c93b433 View commit details
    Browse the repository at this point in the history
  2. * Ruby 3.0 added

    webhoernchen committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    87a2aef View commit details
    Browse the repository at this point in the history
  3. * ci fixed

    webhoernchen committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    8903aaa View commit details
    Browse the repository at this point in the history
  4. * dependencies fixed

    webhoernchen committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    25b0a43 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. * rubocop fixed

    webhoernchen committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    7819cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff4e1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afc6a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e97748 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Capture kwargs separately in PerformableMethod

    We're going to need to explicitly separate kwargs and hash parameters to
    fix ruby 3 compatibility
    jdelStrother committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e8b520e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f379d6a View commit details
    Browse the repository at this point in the history