Sha256: 5d82acde4d99a44c22e80f5206f46761f5e09b78e28f12599d2df5bf4c2cf800

Contents?: true

Size: 1.14 KB

Versions: 20

Compression:

Stored size: 1.14 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.license           = 'MIT'

  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", "~> 3.0.0"
  s.add_development_dependency "yard", ">= 0"
  s.add_development_dependency "rake", "~> 0.9.2"
  s.add_development_dependency 'coveralls'
  s.add_runtime_dependency "ffi", "~> 1.0", ">= 1.0.11"
end


Version data entries

20 entries across 20 versions & 5 rubygems

Version Path
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/childprocess-0.5.9/childprocess.gemspec
tdiary-5.0.2 vendor/bundle/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/childprocess-0.5.9/childprocess.gemspec
tdiary-5.0.1 vendor/bundle/gems/childprocess-0.5.9/childprocess.gemspec
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/childprocess-0.5.9/childprocess.gemspec
childprocess-0.5.9 childprocess.gemspec
childprocess-0.5.8 childprocess.gemspec
childprocess-0.5.7 childprocess.gemspec
vagrant-cloudstack-1.2.0 vendor/bundle/gems/childprocess-0.5.6/childprocess.gemspec
vagrant-cloudstack-1.1.0 vendor/bundle/gems/childprocess-0.5.6/childprocess.gemspec
childprocess-0.5.6 childprocess.gemspec
childprocess-0.5.5 childprocess.gemspec
childprocess-0.5.4 childprocess.gemspec