11<div style =" overflow : hidden " ><img src =" https://raw.githubusercontent.com/temporalio/assets/main/files/w/ruby.png " alt =" Temporal Ruby SDK " /></div >
22
3- ![ Ruby 3.1 | 3.2 | 3.3 | 3.4 ] ( https://img.shields.io/badge/ruby-3.1%20%7C%203.2%20%7C%203.3-blue.svg?style=for-the-badge )
3+ ![ Ruby 3.1 | 3.2 | 3.3] ( https://img.shields.io/badge/ruby-3.1%20%7C%203.2%20%7C%203.3-blue.svg?style=for-the-badge )
44[ ![ MIT] ( https://img.shields.io/github/license/temporalio/sdk-ruby.svg?style=for-the-badge )] ( LICENSE )
55[ ![ Gem] ( https://img.shields.io/gem/v/temporalio?style=for-the-badge )] ( https://rubygems.org/gems/temporalio )
66
@@ -29,15 +29,32 @@ until the SDK is marked stable.
2929
3030- [ Quick Start] ( #quick-start )
3131 - [ Installation] ( #installation )
32- - [ Implementing an Activity] ( #implementing-an-activity )
33- - [ Running a Workflow] ( #running-a-workflow )
32+ - [ Implementing a Workflow and Activity] ( #implementing-a-workflow-and-activity )
33+ - [ Running a Worker] ( #running-a-worker )
34+ - [ Executing a Workflow] ( #executing-a-workflow )
3435- [ Usage] ( #usage )
3536 - [ Client] ( #client )
3637 - [ Cloud Client Using mTLS] ( #cloud-client-using-mtls )
38+ - [ Cloud Client Using API Key] ( #cloud-client-using-api-key )
3739 - [ Data Conversion] ( #data-conversion )
3840 - [ ActiveRecord and ActiveModel] ( #activerecord-and-activemodel )
3941 - [ Workers] ( #workers )
4042 - [ Workflows] ( #workflows )
43+ - [ Workflow Definition] ( #workflow-definition )
44+ - [ Running Workflows] ( #running-workflows )
45+ - [ Invoking Activities] ( #invoking-activities )
46+ - [ Invoking Child Workflows] ( #invoking-child-workflows )
47+ - [ Timers and Conditions] ( #timers-and-conditions )
48+ - [ Workflow Task Scheduling and Cancellation] ( #workflow-task-scheduling-and-cancellation )
49+ - [ Workflow Futures] ( #workflow-futures )
50+ - [ Workflow Utilities] ( #workflow-utilities )
51+ - [ Workflow Exceptions] ( #workflow-exceptions )
52+ - [ Workflow Logic Constraints] ( #workflow-logic-constraints )
53+ - [ Workflow Testing] ( #workflow-testing )
54+ - [ Automatic Time Skipping] ( #automatic-time-skipping )
55+ - [ Manual Time Skipping] ( #manual-time-skipping )
56+ - [ Mocking Activities] ( #mocking-activities )
57+ - [ Workflow Replay] ( #workflow-replay )
4158 - [ Activities] ( #activities )
4259 - [ Activity Definition] ( #activity-definition )
4360 - [ Activity Context] ( #activity-context )
@@ -59,6 +76,8 @@ until the SDK is marked stable.
5976
6077### Installation
6178
79+ The Ruby SDK works with Ruby 3.1, 3.2, and 3.3. 3.4 support will be added soon, and 3.1 support will be dropped soon.
80+
6281Can require in a Gemfile like:
6382
6483```
0 commit comments