# -*- encoding: utf-8 -*- # stub: shellshot 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "shellshot".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Petyo Ivanov".freeze] s.date = "2009-11-24" s.description = "\n A small library dealing with the obscurities of shell commands, piping and timeouts. \n Most of the stuff comes from bad experience in http://beanstalkapp.com.\n ".freeze s.email = "underlog@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/shellshot.rb".freeze, "shellshot.gemspec".freeze, "spec/shellshot_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/underlog/shellshot".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ruby proxy handling the complexities of system invocations".freeze s.test_files = ["spec/shellshot_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end