Skip to content

Commit f1b80fc

Browse files
committed
Rename gemspec and fix CI
1 parent df595f1 commit f1b80fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
- name: Package and install the gem
6767
run: |
6868
gem build temporal.gemspec
69-
gem install $(echo temporal-ruby-*.gem)
69+
gem install $(echo temporalio-*.gem)

temporal.gemspec renamed to temporalio.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.files =
1818
Dir['lib/**/*.*'] +
1919
Dir['bridge/**/*.*'].reject { |x| x.include?('/target/') } +
20-
%w[ext/Rakefile temporal.gemspec Gemfile LICENSE README.md]
20+
%w[ext/Rakefile temporalio.gemspec Gemfile LICENSE README.md]
2121

2222
spec.required_ruby_version = '>= 2.7.0'
2323

0 commit comments

Comments
 (0)