Skip to content

Commit

Permalink
Do not package sorbet RBI files with gem (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored Mar 6, 2023
1 parent f7696fb commit f211e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
code_ownership (1.31.0)
code_ownership (1.31.1)
code_teams (~> 1.0)
packs
sorbet-runtime
Expand Down
4 changes: 2 additions & 2 deletions code_ownership.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "code_ownership"
spec.version = '1.31.0'
spec.version = '1.31.1'
spec.authors = ['Gusto Engineers']
spec.email = ['[email protected]']
spec.summary = 'A gem to help engineering teams declare ownership of code'
Expand All @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.executables = ['codeownership']

# Specify which files should be added to the gem when it is released.
spec.files = Dir['README.md', 'sorbet/**/*', 'lib/**/*', 'bin/**/*']
spec.files = Dir['README.md', 'lib/**/*', 'bin/**/*']
spec.require_paths = ['lib']

spec.add_dependency 'code_teams', '~> 1.0'
Expand Down

0 comments on commit f211e2c

Please sign in to comment.