mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.0 KiB
23 lines
1.0 KiB
# -*- encoding: utf-8 -*-
|
|
# stub: timeout 0.6.1 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "timeout".freeze
|
|
s.version = "0.6.1".freeze
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.metadata = { "changelog_uri" => "https://github.com/ruby/timeout/releases", "homepage_uri" => "https://github.com/ruby/timeout", "source_code_uri" => "https://github.com/ruby/timeout" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Yukihiro Matsumoto".freeze]
|
|
s.date = "2026-03-09"
|
|
s.description = "Auto-terminate potentially long-running operations in Ruby.".freeze
|
|
s.email = ["matz@ruby-lang.org".freeze]
|
|
s.homepage = "https://github.com/ruby/timeout".freeze
|
|
s.licenses = ["Ruby".freeze, "BSD-2-Clause".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
|
|
s.rubygems_version = "3.6.9".freeze
|
|
s.summary = "Auto-terminate potentially long-running operations in Ruby.".freeze
|
|
|
|
s.installed_by_version = "4.0.3".freeze
|
|
end
|