Sha256: 1d0e8c7b4f8048cf9367955adde8461cdf48f20ba4547c4be78e02700271e9e9
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "childprocess" s.version = "0.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jari Bakken"] s.date = "2012-02-05" s.description = "This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination." s.email = ["jari.bakken@gmail.com"] s.homepage = "http://github.com/jarib/childprocess" s.require_paths = ["lib"] s.rubyforge_project = "childprocess" s.rubygems_version = "1.8.15" s.summary = "This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<rspec>, [">= 2.0.0"]) s.add_development_dependency(%q<yard>, [">= 0"]) s.add_development_dependency(%q<rake>, ["~> 0.9.2"]) s.add_runtime_dependency(%q<ffi>, ["~> 1.0.6"]) else s.add_dependency(%q<rspec>, [">= 2.0.0"]) s.add_dependency(%q<yard>, [">= 0"]) s.add_dependency(%q<rake>, ["~> 0.9.2"]) s.add_dependency(%q<ffi>, ["~> 1.0.6"]) end else s.add_dependency(%q<rspec>, [">= 2.0.0"]) s.add_dependency(%q<yard>, [">= 0"]) s.add_dependency(%q<rake>, ["~> 0.9.2"]) s.add_dependency(%q<ffi>, ["~> 1.0.6"]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resque-pool-0.3.0 | vendor/bundle/ruby/1.8/specifications/childprocess-0.3.1.gemspec |
resque-pool-0.3.0.beta.2 | vendor/bundle/ruby/1.8/specifications/childprocess-0.3.1.gemspec |