We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df595f1 commit f1b80fcCopy full SHA for f1b80fc
.github/workflows/ci.yml
@@ -66,4 +66,4 @@ jobs:
66
- name: Package and install the gem
67
run: |
68
gem build temporal.gemspec
69
- gem install $(echo temporal-ruby-*.gem)
+ gem install $(echo temporalio-*.gem)
temporal.gemspec renamed to temporalio.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
spec.files =
18
Dir['lib/**/*.*'] +
19
Dir['bridge/**/*.*'].reject { |x| x.include?('/target/') } +
20
- %w[ext/Rakefile temporal.gemspec Gemfile LICENSE README.md]
+ %w[ext/Rakefile temporalio.gemspec Gemfile LICENSE README.md]
21
22
spec.required_ruby_version = '>= 2.7.0'
23
0 commit comments