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 f1b80fc commit f91559fCopy full SHA for f91559f
.github/workflows/ci.yml
@@ -65,5 +65,5 @@ jobs:
65
- run: bundle exec rspec
66
- name: Package and install the gem
67
run: |
68
- gem build temporal.gemspec
+ gem build temporalio.gemspec
69
gem install $(echo temporalio-*.gem)
.rubocop.yml
@@ -55,7 +55,7 @@ Metrics/AbcSize:
55
56
Metrics/BlockLength:
57
Exclude:
58
- - temporal.gemspec
+ - temporalio.gemspec
59
- spec/**/*_spec.rb
60
61
Metrics/ClassLength:
0 commit comments