Sha256: f1bd38b17a9042e273787307fcc44c8f2a943786db8c4bc240d8a66975d53e9c
Contents?: true
Size: 762 Bytes
Versions: 4
Compression:
Stored size: 762 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "spoon" s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Charles Oliver Nutter"] s.date = "2010-01-10" s.description = "Spoon is an FFI binding of the posix_spawn function, providing fork+exec functionality in a single shot." s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "Spoon is an FFI binding of the posix_spawn function, providing fork+exec functionality in a single shot." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
4 entries across 4 versions & 1 rubygems