--- !ruby/object:Gem::Specification name: pigeon version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 4 - 3 version: 0.4.3 platform: ruby authors: - tadman autorequire: bindir: bin cert_chain: [] date: 2010-12-15 00:00:00 -05:00 default_executable: launcher.example dependencies: - !ruby/object:Gem::Dependency name: eventmachine prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 description: Pigeon is a simple way to get started building an EventMachine engine that's intended to run as a background job. email: github@tadman.ca executables: - launcher.example extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - bin/launcher.example - lib/pigeon.rb - lib/pigeon/dispatcher.rb - lib/pigeon/engine.rb - lib/pigeon/launcher.rb - lib/pigeon/logger.rb - lib/pigeon/option_accessor.rb - lib/pigeon/pidfile.rb - lib/pigeon/processor.rb - lib/pigeon/queue.rb - lib/pigeon/scheduler.rb - lib/pigeon/sorted_array.rb - lib/pigeon/support.rb - lib/pigeon/task.rb - pigeon.gemspec - test/helper.rb - test/unit/pigeon_backlog_test.rb - test/unit/pigeon_dispatcher_test.rb - test/unit/pigeon_engine_test.rb - test/unit/pigeon_launcher_test.rb - test/unit/pigeon_option_accessor_test.rb - test/unit/pigeon_processor_test.rb - test/unit/pigeon_queue_test.rb - test/unit/pigeon_scheduler_test.rb - test/unit/pigeon_sorted_array_test.rb - test/unit/pigeon_task_test.rb - test/unit/pigeon_test.rb has_rdoc: true homepage: http://github.com/tadman/pigeon licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Simple daemonized EventMachine engine framework with plug-in support test_files: - test/helper.rb - test/unit/pigeon_backlog_test.rb - test/unit/pigeon_dispatcher_test.rb - test/unit/pigeon_engine_test.rb - test/unit/pigeon_launcher_test.rb - test/unit/pigeon_option_accessor_test.rb - test/unit/pigeon_processor_test.rb - test/unit/pigeon_queue_test.rb - test/unit/pigeon_scheduler_test.rb - test/unit/pigeon_sorted_array_test.rb - test/unit/pigeon_task_test.rb - test/unit/pigeon_test.rb