Sha256: 2ca6a81bf91aaa9fb6d6e4317d718bb5486e0911170659000b022b4eaf916fea
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "childprocess" s.version = "0.3.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jari Bakken"] s.date = "2012-10-17" 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.23" 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", "~> 1.0"]) 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", "~> 1.0"]) 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", "~> 1.0"]) end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
sunrise-cms-0.5.0.rc1 | vendor/bundle/ruby/1.9.1/specifications/childprocess-0.3.6.gemspec |
fragrant-0.0.5 | vendor/bundle/ruby/1.9.1/specifications/childprocess-0.3.6.gemspec |