We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1502552 commit 8f08b10Copy full SHA for 8f08b10
net-http.gemspec
@@ -30,4 +30,6 @@ Gem::Specification.new do |spec|
30
spec.bindir = "exe"
31
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
spec.require_paths = ["lib"]
33
+
34
+ spec.add_dependency "net-protocol"
35
end
0 commit comments