Sha256: 7225e2b51abbcfe0d3a2383dc50a91ff0c96ad071340225e411ac113a80fd747
Contents?: true
Size: 401 Bytes
Versions: 15
Compression:
Stored size: 401 Bytes
Contents
Gem::Specification.new do |s| s.name = "spoon" s.version = "0.0.4" s.authors = ["Charles Oliver Nutter"] s.date = "2013-03-29" s.description = s.summary = "Spoon is an FFI binding of the posix_spawn function (and Windows equivalent), providing fork+exec functionality in a single shot." s.files = `git ls-files`.lines.map(&:chomp) s.require_paths = ["lib"] s.add_dependency('ffi') end
Version data entries
15 entries across 14 versions & 6 rubygems