Skip to content

Commit 68023cc

Browse files
feat: bundle typing manifests with gem release (#17)
1 parent fc125dd commit 68023cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.summary = "Ruby library to access the Orb API"
99
s.authors = ["Orb"]
1010
s.email = "[email protected]"
11-
s.files = Dir["lib/**/*.rb"]
11+
s.files = Dir["lib/**/*.rb", "rbi/**/*.rbi", "sig/**/*.rbs", "manifest.yaml"]
1212
s.extra_rdoc_files = ["README.md"]
1313
s.required_ruby_version = ">= 3.0.0"
1414
s.add_dependency "connection_pool"

0 commit comments

Comments
 (0)