Sha256: 272335f636cf313a839b8c27271223e19443d05f64510110c63a3378d6fee15e
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# -*- encoding: utf-8 -*- # stub: timeout 0.4.2 ruby lib Gem::Specification.new do |s| s.name = "timeout".freeze s.version = "0.4.2" 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 = "2024-11-06" 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.3.7".freeze s.summary = "Auto-terminate potentially long-running operations in Ruby.".freeze s.installed_by_version = "3.3.7" if s.respond_to? :installed_by_version end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-7.0.9.1 | vendor/bundle/ruby/3.1.0/specifications/timeout-0.4.2.gemspec |