Sha256: 9a44f008b7d421034ee9d1f195d14e53267148cfc834ec1a32d09a3a6062eb21
Contents?: true
Size: 975 Bytes
Versions: 2
Compression:
Stored size: 975 Bytes
Contents
# -*- 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.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.3.0.gemspec |
scrapbook-0.3.1 | vendor/ruby/2.7.0/specifications/timeout-0.3.0.gemspec |