codespaces-rails/vendor/bundle/ruby/3.0.0/specifications/timeout-0.3.0.gemspec
2022-06-08 19:42:46 +00:00

22 lines
977 B
Ruby

# -*- encoding: utf-8 -*-
# stub: timeout 0.3.0 ruby lib
Gem::Specification.new do |s|
s.name = "timeout".freeze
s.version = "0.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "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.bindir = "exe".freeze
s.date = "2022-05-25"
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.rubygems_version = "3.3.10".freeze
s.summary = "Auto-terminate potentially long-running operations in Ruby.".freeze
s.installed_by_version = "3.3.10" if s.respond_to? :installed_by_version
end