Skip to content

Commit 450abba

Browse files
committed
Don't bundle all the things. Fixes #6.
1 parent 8c75230 commit 450abba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-http2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111

1212
spec.homepage = "https://github.com/socketry/protocol-http2"
1313

14-
spec.files = Dir.glob('{.github,examples,fuzz,lib}/**/*', File::FNM_DOTMATCH, base: __dir__)
14+
spec.files = Dir.glob('{lib}/**/*', File::FNM_DOTMATCH, base: __dir__)
1515

1616
spec.required_ruby_version = ">= 2.5"
1717

0 commit comments

Comments
 (0)