Skip to content

Commit 1841640

Browse files
committed
Remove RBS/Steep, add under-development warning to README
1 parent 6b86b53 commit 1841640

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ gem 'temporalio', path: '../temporal-sdk-ruby'
77
group :development do
88
gem 'minitest'
99
gem 'rake'
10-
gem 'rbs', '~> 3.5.3'
1110
gem 'rubocop'
12-
gem 'steep', '~> 1.7.1'
1311
end

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
510
## Usage
611

712
Prerequisites:

Rakefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,4 @@ require 'rubocop/rake_task'
1313

1414
RuboCop::RakeTask.new
1515

16-
require 'steep/rake_task'
17-
18-
Steep::RakeTask.new
19-
20-
namespace :rbs do
21-
desc 'RBS tasks'
22-
task :install_collection do
23-
sh 'rbs collection install'
24-
end
25-
end
26-
2716
task default: %w[rubocop test]

0 commit comments

Comments
 (0)