Sha256: 6fb70492a446bf83c557641b3fc80afc0be01f1ff068a54385421a44356b1975
Contents?: true
Size: 975 Bytes
Versions: 2
Compression:
Stored size: 975 Bytes
Contents
# -*- encoding: utf-8 -*- # stub: timeout 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "timeout".freeze s.version = "0.2.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 = "2021-10-14" 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.4".freeze s.summary = "Auto-terminate potentially long-running operations in Ruby.".freeze s.installed_by_version = "3.3.4" if s.respond_to? :installed_by_version end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scrapbook-0.3.2 | vendor/ruby/2.7.0/specifications/timeout-0.2.0.gemspec |
scrapbook-0.3.1 | vendor/ruby/2.7.0/specifications/timeout-0.2.0.gemspec |