Skip to content

Commit 5c21ec6

Browse files
authored
Upgrade SDK to 1.0.0 (#51)
1 parent 794f0b8 commit 5c21ec6

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ GEM
1313
specs:
1414
ast (2.4.2)
1515
base64 (0.2.0)
16-
bigdecimal (3.2.2)
17-
google-protobuf (4.32.0)
16+
bigdecimal (3.2.3)
17+
google-protobuf (4.32.1)
1818
bigdecimal
1919
rake (>= 13)
20-
google-protobuf (4.32.0-aarch64-linux-gnu)
20+
google-protobuf (4.32.1-aarch64-linux-gnu)
2121
bigdecimal
2222
rake (>= 13)
23-
google-protobuf (4.32.0-arm64-darwin)
23+
google-protobuf (4.32.1-arm64-darwin)
2424
bigdecimal
2525
rake (>= 13)
26-
google-protobuf (4.32.0-x86-linux-gnu)
26+
google-protobuf (4.32.1-x86-linux-gnu)
2727
bigdecimal
2828
rake (>= 13)
29-
google-protobuf (4.32.0-x86_64-darwin)
29+
google-protobuf (4.32.1-x86_64-darwin)
3030
bigdecimal
3131
rake (>= 13)
32-
google-protobuf (4.32.0-x86_64-linux-gnu)
32+
google-protobuf (4.32.1-x86_64-linux-gnu)
3333
bigdecimal
3434
rake (>= 13)
3535
googleapis-common-protos-types (1.19.0)
@@ -104,19 +104,19 @@ GEM
104104
rack-protection (= 4.1.1)
105105
rack-session (>= 2.0.0, < 3)
106106
tilt (~> 2.0)
107-
temporalio (0.6.0)
107+
temporalio (1.0.0)
108108
google-protobuf (>= 3.25.0)
109109
logger
110-
temporalio (0.6.0-aarch64-linux)
110+
temporalio (1.0.0-aarch64-linux)
111111
google-protobuf (>= 3.25.0)
112112
logger
113-
temporalio (0.6.0-arm64-darwin)
113+
temporalio (1.0.0-arm64-darwin)
114114
google-protobuf (>= 3.25.0)
115115
logger
116-
temporalio (0.6.0-x86_64-darwin)
116+
temporalio (1.0.0-x86_64-darwin)
117117
google-protobuf (>= 3.25.0)
118118
logger
119-
temporalio (0.6.0-x86_64-linux)
119+
temporalio (1.0.0-x86_64-linux)
120120
google-protobuf (>= 3.25.0)
121121
logger
122122
tilt (2.6.1)

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
This is the set of Ruby samples for the [Ruby SDK](https://github.com/temporalio/sdk-ruby).
44

5-
⚠️ UNDER ACTIVE DEVELOPMENT
6-
7-
The Ruby SDK is under active development and has not released a stable version yet. APIs may change in incompatible ways
8-
until the SDK is marked stable.
9-
105
## Usage
116

127
Prerequisites:

0 commit comments

Comments
 (0)