# -*- encoding: utf-8 -*- # stub: pipeline 0.0.9 ruby lib Gem::Specification.new do |s| s.name = "pipeline".freeze s.version = "0.0.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Danilo Sato".freeze] s.date = "2009-12-14" s.description = "Pipeline is a Rails plugin/gem to run asynchronous processes in a configurable pipeline.".freeze s.email = "danilo@dtsato.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "examples/auto_recoverable_pipeline.rb".freeze, "examples/cancelling_pipeline.rb".freeze, "examples/helper.rb".freeze, "examples/two_step_pipeline.rb".freeze, "examples/user_recoverable_pipeline.rb".freeze, "generators/pipeline/pipeline_generator.rb".freeze, "generators/pipeline/templates/migration.rb".freeze, "init.rb".freeze, "lib/pipeline.rb".freeze, "lib/pipeline/api_methods.rb".freeze, "lib/pipeline/base.rb".freeze, "lib/pipeline/core_ext/symbol_attribute.rb".freeze, "lib/pipeline/core_ext/transactional_attribute.rb".freeze, "lib/pipeline/errors.rb".freeze, "lib/pipeline/stage/base.rb".freeze, "pipeline.gemspec".freeze, "spec/database_integration_helper.rb".freeze, "spec/models.rb".freeze, "spec/pipeline/api_methods_spec.rb".freeze, "spec/pipeline/base_spec.rb".freeze, "spec/pipeline/core_ext/symbol_attribute_spec.rb".freeze, "spec/pipeline/core_ext/transactional_attribute_spec.rb".freeze, "spec/pipeline/errors_spec.rb".freeze, "spec/pipeline/stage/base_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/dtsato/pipeline".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "--inline-source".freeze, "--line-numbers".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Rails plugin/gem to run asynchronous processes in a configurable pipeline".freeze s.test_files = ["spec/database_integration_helper.rb".freeze, "spec/models.rb".freeze, "spec/pipeline/api_methods_spec.rb".freeze, "spec/pipeline/base_spec.rb".freeze, "spec/pipeline/core_ext/symbol_attribute_spec.rb".freeze, "spec/pipeline/core_ext/transactional_attribute_spec.rb".freeze, "spec/pipeline/errors_spec.rb".freeze, "spec/pipeline/stage/base_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/database_integration_helper.rb".freeze, "spec/models.rb".freeze, "spec/rcov.opts".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.8.0".freeze]) end