Sha256: 3f68a529a35011b997eaab8acbeff8e3e917c367bdad3c6371aaba14c6444047

Contents?: true

Size: 1.07 KB

Versions: 11

Compression:

Stored size: 1.07 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "childprocess/version"

Gem::Specification.new do |s|
  s.name        = "childprocess"
  s.version     = ChildProcess::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Jari Bakken"]
  s.email       = ["jari.bakken@gmail.com"]
  s.homepage    = "http://github.com/jarib/childprocess"
  s.summary     = %q{This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.}
  s.description = %q{This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.}

  s.rubyforge_project = "childprocess"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- spec/*`.split("\n")
  s.require_paths = ["lib"]

  s.add_development_dependency "rspec", ">= 2.0.0"
  s.add_development_dependency "yard", ">= 0"
  s.add_development_dependency "rake", "~> 0.9.2"
  s.add_runtime_dependency "ffi", "~> 1.0", ">= 1.0.11"
end


Version data entries

11 entries across 11 versions & 5 rubygems

Version Path
tnargav-1.3.3 vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.9/childprocess.gemspec
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.9/childprocess.gemspec
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.9/childprocess.gemspec
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.9/childprocess.gemspec
vagrant-shell-0.2.6 vendor/bundle/gems/childprocess-0.3.9/childprocess.gemspec
vagrant-shell-0.2.5 vendor/bundle/gems/childprocess-0.3.9/childprocess.gemspec
librarian-puppet-0.9.9 vendor/gems/ruby/1.9.1/gems/childprocess-0.3.8/childprocess.gemspec
vagrant-actionio-0.0.9 vendor/bundle/gems/childprocess-0.3.9/childprocess.gemspec
childprocess-0.3.9 childprocess.gemspec
librarian-puppet-0.9.8 vendor/gems/ruby/1.9.1/gems/childprocess-0.3.8/childprocess.gemspec
childprocess-0.3.8 childprocess.gemspec