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: geekq/workflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2-0-stable
Choose a base ref
...
head repository: geekq/workflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 20 commits
  • 12 files changed
  • 7 contributors

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    ed6ea3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1561232 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #228 from agirling/agirling-ruby3-kwargs

    Update to support Ruby 3 keyword args
    geekq authored May 29, 2022
    Configuration menu
    Copy the full SHA
    bc5b6d4 View commit details
    Browse the repository at this point in the history
  4. Adjust gemspec for gem release

    geekq committed May 29, 2022
    Configuration menu
    Copy the full SHA
    ba6946b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix Minitest compatibility with mocha freerange/mocha#614

    * upgrade other dependencies
    * use current Ruby version for build
    geekq committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    40c9f7a View commit details
    Browse the repository at this point in the history
  2. Fix warning for github build

    * Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.
    * also remove support for obsolete Ruby 2.7
    geekq committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    94f22e7 View commit details
    Browse the repository at this point in the history
  3. Update README.adoc

    Fix a small markdown issue on the README file.
    mflores88 authored and geekq committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f9ace99 View commit details
    Browse the repository at this point in the history
  4. doc(README): add on_error hook reference

    shmolf authored and geekq committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9cb38d2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    1982e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3481e36 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    d53bd7e View commit details
    Browse the repository at this point in the history
  4. Merge PR gh-227 allow event arguments to be taken into account when s…

    …electing event; fix tests
    geekq committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b118f24 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    970f839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d580508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2529e30 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Improve backward compatibility for #227 - let :if methods and procs…

    … ignore additional arguments
    
    In case the method referenced by `:if` does not accept additional
    arguments, but the transition action is called with some, avoid
    exception "1 argument provided, but 0 were expected" by ignoring
    superfluous arguments if needed.
    geekq committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5e6849a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65abb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b49bf16 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 26, 2024

  1. separate CHANGELOG.md and making it discoverable in RubyGems.org

    Tilo Sloboda authored and geekq committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bf9e8fc View commit details
    Browse the repository at this point in the history
Loading