Skip to content

Commit

Permalink
Do not package sorbet RBI files with gem (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored Mar 6, 2023
1 parent 240e564 commit 182c347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
code_teams (1.0.0)
code_teams (1.0.1)
sorbet-runtime

GEM
Expand Down Expand Up @@ -30,19 +30,13 @@ GEM
sorbet (0.5.9889)
sorbet-static (= 0.5.9889)
sorbet-runtime (0.5.9976)
sorbet-static (0.5.9889-universal-darwin-14)
sorbet-static (0.5.9889-universal-darwin-15)
sorbet-static (0.5.9889-universal-darwin-16)
sorbet-static (0.5.9889-universal-darwin-17)
sorbet-static (0.5.9889-universal-darwin-18)
sorbet-static (0.5.9889-universal-darwin-19)
sorbet-static (0.5.9889-universal-darwin-20)
sorbet-static (0.5.9889-universal-darwin-21)
sorbet-static (0.5.9889-x86_64-linux)

PLATFORMS
arm64-darwin-20
arm64-darwin-21
ruby
x86_64-darwin-20
x86_64-linux

Expand All @@ -54,4 +48,4 @@ DEPENDENCIES
sorbet

BUNDLED WITH
2.3.9
2.4.7
4 changes: 2 additions & 2 deletions code_teams.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'code_teams'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.authors = ['Gusto Engineers']
spec.email = ['dev@gusto.com']
spec.summary = 'A low-dependency gem for declaring and querying engineering teams'
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
'public gem pushes.'
end

spec.files = Dir['README.md', 'sorbet/**/*', 'lib/**/*']
spec.files = Dir['README.md', 'lib/**/*']
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.6'

Expand Down

0 comments on commit 182c347

Please sign in to comment.