Skip to content

Commit f91559f

Browse files
committed
Fix rubocop
1 parent f1b80fc commit f91559f

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
@@ -65,5 +65,5 @@ jobs:
6565
- run: bundle exec rspec
6666
- name: Package and install the gem
6767
run: |
68-
gem build temporal.gemspec
68+
gem build temporalio.gemspec
6969
gem install $(echo temporalio-*.gem)

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Metrics/AbcSize:
5555

5656
Metrics/BlockLength:
5757
Exclude:
58-
- temporal.gemspec
58+
- temporalio.gemspec
5959
- spec/**/*_spec.rb
6060

6161
Metrics/ClassLength:

0 commit comments

Comments
 (0)