Skip to content

Commit 182c347

Browse files
author
Alex Evanczuk
authored
Do not package sorbet RBI files with gem (#11)
1 parent 240e564 commit 182c347

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Gemfile.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
code_teams (1.0.0)
4+
code_teams (1.0.1)
55
sorbet-runtime
66

77
GEM
@@ -30,19 +30,13 @@ GEM
3030
sorbet (0.5.9889)
3131
sorbet-static (= 0.5.9889)
3232
sorbet-runtime (0.5.9976)
33-
sorbet-static (0.5.9889-universal-darwin-14)
34-
sorbet-static (0.5.9889-universal-darwin-15)
35-
sorbet-static (0.5.9889-universal-darwin-16)
36-
sorbet-static (0.5.9889-universal-darwin-17)
37-
sorbet-static (0.5.9889-universal-darwin-18)
38-
sorbet-static (0.5.9889-universal-darwin-19)
3933
sorbet-static (0.5.9889-universal-darwin-20)
4034
sorbet-static (0.5.9889-universal-darwin-21)
4135
sorbet-static (0.5.9889-x86_64-linux)
4236

4337
PLATFORMS
38+
arm64-darwin-20
4439
arm64-darwin-21
45-
ruby
4640
x86_64-darwin-20
4741
x86_64-linux
4842

@@ -54,4 +48,4 @@ DEPENDENCIES
5448
sorbet
5549

5650
BUNDLED WITH
57-
2.3.9
51+
2.4.7

code_teams.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'code_teams'
3-
spec.version = '1.0.0'
3+
spec.version = '1.0.1'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['[email protected]']
66
spec.summary = 'A low-dependency gem for declaring and querying engineering teams'
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
'public gem pushes.'
1919
end
2020

21-
spec.files = Dir['README.md', 'sorbet/**/*', 'lib/**/*']
21+
spec.files = Dir['README.md', 'lib/**/*']
2222
spec.require_paths = ['lib']
2323
spec.required_ruby_version = '>= 2.6'
2424

0 commit comments

Comments
 (0)