--- !ruby/object:Gem::Specification name: ruote version: !ruby/object:Gem::Version version: 2.1.7 platform: ruby authors: - John Mettraux - Kenneth Kalmer - Torsten Schoenebaum autorequire: bindir: bin cert_chain: [] date: 2010-02-15 00:00:00 +09:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rufus-json type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.0 version: - !ruby/object:Gem::Dependency name: rufus-cloche type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.14 version: - !ruby/object:Gem::Dependency name: rufus-dollar type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: rufus-lru type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: rufus-mnemo type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.1.0 version: - !ruby/object:Gem::Dependency name: rufus-scheduler type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.3 version: - !ruby/object:Gem::Dependency name: rufus-treechecker type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.3 version: - !ruby/object:Gem::Dependency name: json type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: yard type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: builder type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: mailtrap type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: jeweler type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: "\n\ ruote is an open source ruby workflow engine.\n " email: jmettraux@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - .gitignore - CHANGELOG.txt - CREDITS.txt - LICENSE.txt - README.rdoc - Rakefile - TODO.txt - examples/barley.rb - examples/flickr_report.rb - examples/ruote_quickstart.rb - examples/web_first_page.rb - lib/ruote.rb - lib/ruote/context.rb - lib/ruote/engine.rb - lib/ruote/engine/process_error.rb - lib/ruote/engine/process_status.rb - lib/ruote/evt/tracker.rb - lib/ruote/exp/command.rb - lib/ruote/exp/commanded.rb - lib/ruote/exp/condition.rb - lib/ruote/exp/expression_map.rb - lib/ruote/exp/fe_add_branches.rb - lib/ruote/exp/fe_apply.rb - lib/ruote/exp/fe_cancel_process.rb - lib/ruote/exp/fe_command.rb - lib/ruote/exp/fe_concurrence.rb - lib/ruote/exp/fe_concurrent_iterator.rb - lib/ruote/exp/fe_cron.rb - lib/ruote/exp/fe_cursor.rb - lib/ruote/exp/fe_define.rb - lib/ruote/exp/fe_echo.rb - lib/ruote/exp/fe_equals.rb - lib/ruote/exp/fe_error.rb - lib/ruote/exp/fe_forget.rb - lib/ruote/exp/fe_if.rb - lib/ruote/exp/fe_inc.rb - lib/ruote/exp/fe_iterator.rb - lib/ruote/exp/fe_listen.rb - lib/ruote/exp/fe_noop.rb - lib/ruote/exp/fe_participant.rb - lib/ruote/exp/fe_redo.rb - lib/ruote/exp/fe_reserve.rb - lib/ruote/exp/fe_restore.rb - lib/ruote/exp/fe_save.rb - lib/ruote/exp/fe_sequence.rb - lib/ruote/exp/fe_set.rb - lib/ruote/exp/fe_subprocess.rb - lib/ruote/exp/fe_undo.rb - lib/ruote/exp/fe_wait.rb - lib/ruote/exp/fe_when.rb - lib/ruote/exp/flowexpression.rb - lib/ruote/exp/iterator.rb - lib/ruote/exp/merge.rb - lib/ruote/exp/raw.rb - lib/ruote/exp/ro_attributes.rb - lib/ruote/exp/ro_persist.rb - lib/ruote/exp/ro_variables.rb - lib/ruote/fei.rb - lib/ruote/id/mnemo_wfid_generator.rb - lib/ruote/id/wfid_generator.rb - lib/ruote/log/fs_history.rb - lib/ruote/log/storage_history.rb - lib/ruote/log/test_logger.rb - lib/ruote/log/wait_logger.rb - lib/ruote/parser.rb - lib/ruote/parser/ruby_dsl.rb - lib/ruote/parser/xml.rb - lib/ruote/part/block_participant.rb - lib/ruote/part/dispatch_pool.rb - lib/ruote/part/engine_participant.rb - lib/ruote/part/hash_participant.rb - lib/ruote/part/local_participant.rb - lib/ruote/part/no_op_participant.rb - lib/ruote/part/null_participant.rb - lib/ruote/part/participant_list.rb - lib/ruote/part/smtp_participant.rb - lib/ruote/part/storage_participant.rb - lib/ruote/part/template.rb - lib/ruote/participant.rb - lib/ruote/receiver/base.rb - lib/ruote/storage/base.rb - lib/ruote/storage/fs_storage.rb - lib/ruote/storage/hash_storage.rb - lib/ruote/subprocess.rb - lib/ruote/tree_dot.rb - lib/ruote/util/dollar.rb - lib/ruote/util/hashdot.rb - lib/ruote/util/look.rb - lib/ruote/util/lookup.rb - lib/ruote/util/misc.rb - lib/ruote/util/ometa.rb - lib/ruote/util/serializer.rb - lib/ruote/util/time.rb - lib/ruote/util/tree.rb - lib/ruote/util/treechecker.rb - lib/ruote/version.rb - lib/ruote/worker.rb - lib/ruote/workitem.rb - phil.txt - ruote.gemspec - test/README.rdoc - test/bm/ci.rb - test/bm/ici.rb - test/bm/juuman.rb - test/bm/load_26c.rb - test/bm/mega.rb - test/bm/seq_thousand.rb - test/bm/t.rb - test/functional/base.rb - test/functional/concurrent_base.rb - test/functional/crunner.rb - test/functional/ct_0_concurrence.rb - test/functional/ct_1_iterator.rb - test/functional/ct_2_cancel.rb - test/functional/eft_0_process_definition.rb - test/functional/eft_10_cancel_process.rb - test/functional/eft_11_wait.rb - test/functional/eft_12_listen.rb - test/functional/eft_13_iterator.rb - test/functional/eft_14_cursor.rb - test/functional/eft_15_loop.rb - test/functional/eft_16_if.rb - test/functional/eft_17_equals.rb - test/functional/eft_18_concurrent_iterator.rb - test/functional/eft_19_reserve.rb - test/functional/eft_1_echo.rb - test/functional/eft_20_save.rb - test/functional/eft_21_restore.rb - test/functional/eft_22_noop.rb - test/functional/eft_23_apply.rb - test/functional/eft_24_add_branches.rb - test/functional/eft_25_command.rb - test/functional/eft_26_error.rb - test/functional/eft_27_inc.rb - test/functional/eft_28_when.rb - test/functional/eft_29_cron.rb - test/functional/eft_2_sequence.rb - test/functional/eft_3_participant.rb - test/functional/eft_4_set.rb - test/functional/eft_5_subprocess.rb - test/functional/eft_6_concurrence.rb - test/functional/eft_7_forget.rb - test/functional/eft_8_undo.rb - test/functional/eft_9_redo.rb - test/functional/ft_0_worker.rb - test/functional/ft_10_dollar.rb - test/functional/ft_11_recursion.rb - test/functional/ft_12_launchitem.rb - test/functional/ft_13_variables.rb - test/functional/ft_14_re_apply.rb - test/functional/ft_15_timeout.rb - test/functional/ft_16_participant_params.rb - test/functional/ft_17_conditional.rb - test/functional/ft_18_kill.rb - test/functional/ft_19_alias.rb - test/functional/ft_1_process_status.rb - test/functional/ft_20_storage_participant.rb - test/functional/ft_21_forget.rb - test/functional/ft_22_process_definitions.rb - test/functional/ft_23_load_defs.rb - test/functional/ft_24_block_participants.rb - test/functional/ft_25_receiver.rb - test/functional/ft_26_participant_timeout.rb - test/functional/ft_27_var_indirection.rb - test/functional/ft_28_null_noop_participants.rb - test/functional/ft_29_part_template.rb - test/functional/ft_2_errors.rb - test/functional/ft_30_smtp_participant.rb - test/functional/ft_31_part_blocking.rb - test/functional/ft_32_fs_history.rb - test/functional/ft_33_participant_subprocess_priority.rb - test/functional/ft_34_cursor_rewind.rb - test/functional/ft_35_add_service.rb - test/functional/ft_36_storage_history.rb - test/functional/ft_37_engine_participant.rb - test/functional/ft_3_participant_registration.rb - test/functional/ft_4_cancel.rb - test/functional/ft_5_on_error.rb - test/functional/ft_6_on_cancel.rb - test/functional/ft_7_tags.rb - test/functional/ft_8_participant_consumption.rb - test/functional/ft_9_subprocesses.rb - test/functional/restart_base.rb - test/functional/rt_0_wait.rb - test/functional/rt_1_listen.rb - test/functional/rt_2_errors.rb - test/functional/rt_3_when.rb - test/functional/rt_4_cron.rb - test/functional/rt_5_timeout.rb - test/functional/rtest.rb - test/functional/storage_helper.rb - test/functional/test.rb - test/mpc_test.rb - test/path_helper.rb - test/pdef.xml - test/test.rb - test/test_helper.rb - test/unit/storage.rb - test/unit/storages.rb - test/unit/test.rb - test/unit/ut_0_ruby_parser.rb - test/unit/ut_11_lookup.rb - test/unit/ut_13_serializer.rb - test/unit/ut_14_is_uri.rb - test/unit/ut_15_util.rb - test/unit/ut_16_parser.rb - test/unit/ut_18_engine.rb - test/unit/ut_1_fei.rb - test/unit/ut_2_wfidgen.rb - test/unit/ut_3_wait_logger.rb - test/unit/ut_4_expmap.rb - test/unit/ut_5_tree.rb - test/unit/ut_6_condition.rb - test/unit/ut_7_workitem.rb - test/unit/ut_8_tree_to_dot.rb - test/unit/ut_9_xml_parser.rb has_rdoc: true homepage: http://ruote.rubyforge.org licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: ruote rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: an open source ruby workflow engine test_files: - test/test.rb