[PR #90] [MERGED] Use Ruby 3 conversion kwargs #98

Closed
opened 2025-12-29 00:22:35 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plashchynski/crono/pull/90
Author: @cseelus
Created: 2/10/2021
Status: Merged
Merged: 5/29/2022
Merged by: @plashchynski

Base: masterHead: ruby-3-compatibility


📝 Commits (1)

  • 87b5726 Use Ruby 3 conversion kwargs

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 lib/crono/job.rb (+1 -1)
📝 lib/crono/performer_proxy.rb (+2 -2)

📄 Description

Small fixes to use separation of positional and keyword arguments in Ruby 3.0.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plashchynski/crono/pull/90 **Author:** [@cseelus](https://github.com/cseelus) **Created:** 2/10/2021 **Status:** ✅ Merged **Merged:** 5/29/2022 **Merged by:** [@plashchynski](https://github.com/plashchynski) **Base:** `master` ← **Head:** `ruby-3-compatibility` --- ### 📝 Commits (1) - [`87b5726`](https://github.com/plashchynski/crono/commit/87b5726919aa774040f7c671b87b9d2d7a7e9657) Use Ruby 3 conversion kwargs ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/crono/job.rb` (+1 -1) 📝 `lib/crono/performer_proxy.rb` (+2 -2) </details> ### 📄 Description Small fixes to use [separation of positional and keyword arguments in Ruby 3.0](https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:22:35 +01:00
adam closed this issue 2025-12-29 00:22:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#98