Skip to content

Commit

Permalink
Merge pull request #15 from dduugg/reduce-gem-size
Browse files Browse the repository at this point in the history
omit sorbet/ when building gem
  • Loading branch information
michaelwebb76 authored Jan 23, 2022
2 parents 481427d + a77fbbe commit 1bdd5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-sorbet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^spec/}) && !f.match(%r{^spec/support/factories/})
f.match(%r{^(sorbet|spec)/}) && !f.match(%r{^spec/support/factories/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 1bdd5b5

Please sign in to comment.