Sha256: c8d23d21d5065cc2f33aa78e9fb98089a0635dbc66624005101dfc6e912dbd0d
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{pipe-run} s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Martin Kozák"] s.date = %q{2011-02-22} s.email = %q{martinkozak@martinkozak.net} s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "lib/em-pipe-run.rb", "lib/pipe-run.rb", "pipe-run.gemspec" ] s.homepage = %q{https://github.com/martinkozak/pipe-run} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.5.2} s.summary = %q{Runs command and returns its standard output in one call. Both synchronous and asynchronous (with eventmachine) running is supported.} 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<bundler>, ["~> 1.0.0"]) s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"]) else s.add_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_dependency(%q<jeweler>, ["~> 1.5.2"]) end else s.add_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_dependency(%q<jeweler>, ["~> 1.5.2"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pipe-run-0.2.0 | pipe-run.gemspec |