Sha256: 285ea8001932ad1c638bd2c6142152cfa4170e24562424d6a1db9a966e7ba669
Contents?: true
Size: 445 Bytes
Versions: 53
Compression:
Stored size: 445 Bytes
Contents
Gem::Specification.new do |s| s.name = "spoon" s.version = "0.0.6" s.authors = ["Charles Oliver Nutter"] s.date = Time.now.strftime('%Y-%m-%d') 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') s.license = "Apache-2.0" end
Version data entries
53 entries across 50 versions & 13 rubygems