File: spoon.gemspec

package info (click to toggle)
ruby-spoon 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 96 kB
  • ctags: 32
  • sloc: ruby: 182; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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