# -*- encoding: utf-8 -*- # stub: ruote 2.1.4 ruby lib Gem::Specification.new do |s| s.name = "ruote".freeze s.version = "2.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Mettraux".freeze, "Kenneth Kalmer".freeze] s.date = "2010-01-11" s.description = "\nruote is an open source ruby workflow engine.\n ".freeze s.email = "jmettraux@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG.txt".freeze, "CREDITS.txt".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO.txt".freeze, "examples/flickr_report.rb".freeze, "examples/ruote_quickstart.rb".freeze, "examples/web_first_page.rb".freeze, "lib/ruote.rb".freeze, "lib/ruote/context.rb".freeze, "lib/ruote/engine.rb".freeze, "lib/ruote/engine/process_error.rb".freeze, "lib/ruote/engine/process_status.rb".freeze, "lib/ruote/evt/tracker.rb".freeze, "lib/ruote/exp/command.rb".freeze, "lib/ruote/exp/commanded.rb".freeze, "lib/ruote/exp/condition.rb".freeze, "lib/ruote/exp/expression_map.rb".freeze, "lib/ruote/exp/fe_add_branches.rb".freeze, "lib/ruote/exp/fe_apply.rb".freeze, "lib/ruote/exp/fe_cancel_process.rb".freeze, "lib/ruote/exp/fe_command.rb".freeze, "lib/ruote/exp/fe_concurrence.rb".freeze, "lib/ruote/exp/fe_concurrent_iterator.rb".freeze, "lib/ruote/exp/fe_cron.rb".freeze, "lib/ruote/exp/fe_cursor.rb".freeze, "lib/ruote/exp/fe_define.rb".freeze, "lib/ruote/exp/fe_echo.rb".freeze, "lib/ruote/exp/fe_equals.rb".freeze, "lib/ruote/exp/fe_error.rb".freeze, "lib/ruote/exp/fe_forget.rb".freeze, "lib/ruote/exp/fe_if.rb".freeze, "lib/ruote/exp/fe_inc.rb".freeze, "lib/ruote/exp/fe_iterator.rb".freeze, "lib/ruote/exp/fe_listen.rb".freeze, "lib/ruote/exp/fe_noop.rb".freeze, "lib/ruote/exp/fe_participant.rb".freeze, "lib/ruote/exp/fe_redo.rb".freeze, "lib/ruote/exp/fe_reserve.rb".freeze, "lib/ruote/exp/fe_restore.rb".freeze, "lib/ruote/exp/fe_save.rb".freeze, "lib/ruote/exp/fe_sequence.rb".freeze, "lib/ruote/exp/fe_set.rb".freeze, "lib/ruote/exp/fe_subprocess.rb".freeze, "lib/ruote/exp/fe_undo.rb".freeze, "lib/ruote/exp/fe_wait.rb".freeze, "lib/ruote/exp/fe_when.rb".freeze, "lib/ruote/exp/flowexpression.rb".freeze, "lib/ruote/exp/iterator.rb".freeze, "lib/ruote/exp/merge.rb".freeze, "lib/ruote/exp/raw.rb".freeze, "lib/ruote/exp/ro_attributes.rb".freeze, "lib/ruote/exp/ro_persist.rb".freeze, "lib/ruote/exp/ro_variables.rb".freeze, "lib/ruote/fei.rb".freeze, "lib/ruote/id/mnemo_wfid_generator.rb".freeze, "lib/ruote/id/wfid_generator.rb".freeze, "lib/ruote/log/fs_history.rb".freeze, "lib/ruote/log/storage_history.rb".freeze, "lib/ruote/log/test_logger.rb".freeze, "lib/ruote/log/wait_logger.rb".freeze, "lib/ruote/parser.rb".freeze, "lib/ruote/parser/ruby_dsl.rb".freeze, "lib/ruote/parser/xml.rb".freeze, "lib/ruote/part/block_participant.rb".freeze, "lib/ruote/part/dispatch_pool.rb".freeze, "lib/ruote/part/hash_participant.rb".freeze, "lib/ruote/part/local_participant.rb".freeze, "lib/ruote/part/no_op_participant.rb".freeze, "lib/ruote/part/null_participant.rb".freeze, "lib/ruote/part/participant_list.rb".freeze, "lib/ruote/part/smtp_participant.rb".freeze, "lib/ruote/part/storage_participant.rb".freeze, "lib/ruote/part/template.rb".freeze, "lib/ruote/participant.rb".freeze, "lib/ruote/receiver/base.rb".freeze, "lib/ruote/storage/base.rb".freeze, "lib/ruote/storage/fs_storage.rb".freeze, "lib/ruote/storage/hash_storage.rb".freeze, "lib/ruote/tree_dot.rb".freeze, "lib/ruote/util/dollar.rb".freeze, "lib/ruote/util/hashdot.rb".freeze, "lib/ruote/util/look.rb".freeze, "lib/ruote/util/lookup.rb".freeze, "lib/ruote/util/misc.rb".freeze, "lib/ruote/util/ometa.rb".freeze, "lib/ruote/util/serializer.rb".freeze, "lib/ruote/util/time.rb".freeze, "lib/ruote/util/tree.rb".freeze, "lib/ruote/util/treechecker.rb".freeze, "lib/ruote/worker.rb".freeze, "lib/ruote/workitem.rb".freeze, "phil.txt".freeze, "ruote.gemspec".freeze, "test/README.rdoc".freeze, "test/bm/ci.rb".freeze, "test/bm/ici.rb".freeze, "test/bm/juuman.rb".freeze, "test/bm/load_26c.rb".freeze, "test/bm/mega.rb".freeze, "test/bm/seq_thousand.rb".freeze, "test/bm/t.rb".freeze, "test/functional/base.rb".freeze, "test/functional/concurrent_base.rb".freeze, "test/functional/crunner.rb".freeze, "test/functional/ct_0_concurrence.rb".freeze, "test/functional/ct_1_iterator.rb".freeze, "test/functional/ct_2_cancel.rb".freeze, "test/functional/eft_0_process_definition.rb".freeze, "test/functional/eft_10_cancel_process.rb".freeze, "test/functional/eft_11_wait.rb".freeze, "test/functional/eft_12_listen.rb".freeze, "test/functional/eft_13_iterator.rb".freeze, "test/functional/eft_14_cursor.rb".freeze, "test/functional/eft_15_loop.rb".freeze, "test/functional/eft_16_if.rb".freeze, "test/functional/eft_17_equals.rb".freeze, "test/functional/eft_18_concurrent_iterator.rb".freeze, "test/functional/eft_19_reserve.rb".freeze, "test/functional/eft_1_echo.rb".freeze, "test/functional/eft_20_save.rb".freeze, "test/functional/eft_21_restore.rb".freeze, "test/functional/eft_22_noop.rb".freeze, "test/functional/eft_23_apply.rb".freeze, "test/functional/eft_24_add_branches.rb".freeze, "test/functional/eft_25_command.rb".freeze, "test/functional/eft_26_error.rb".freeze, "test/functional/eft_27_inc.rb".freeze, "test/functional/eft_28_when.rb".freeze, "test/functional/eft_29_cron.rb".freeze, "test/functional/eft_2_sequence.rb".freeze, "test/functional/eft_3_participant.rb".freeze, "test/functional/eft_4_set.rb".freeze, "test/functional/eft_5_subprocess.rb".freeze, "test/functional/eft_6_concurrence.rb".freeze, "test/functional/eft_7_forget.rb".freeze, "test/functional/eft_8_undo.rb".freeze, "test/functional/eft_9_redo.rb".freeze, "test/functional/ft_0_worker.rb".freeze, "test/functional/ft_10_dollar.rb".freeze, "test/functional/ft_11_recursion.rb".freeze, "test/functional/ft_12_launchitem.rb".freeze, "test/functional/ft_13_variables.rb".freeze, "test/functional/ft_14_re_apply.rb".freeze, "test/functional/ft_15_timeout.rb".freeze, "test/functional/ft_16_participant_params.rb".freeze, "test/functional/ft_17_conditional.rb".freeze, "test/functional/ft_18_kill.rb".freeze, "test/functional/ft_19_alias.rb".freeze, "test/functional/ft_1_process_status.rb".freeze, "test/functional/ft_20_storage_participant.rb".freeze, "test/functional/ft_21_forget.rb".freeze, "test/functional/ft_22_process_definitions.rb".freeze, "test/functional/ft_23_load_defs.rb".freeze, "test/functional/ft_24_block_participants.rb".freeze, "test/functional/ft_25_receiver.rb".freeze, "test/functional/ft_26_participant_timeout.rb".freeze, "test/functional/ft_27_var_indirection.rb".freeze, "test/functional/ft_28_null_noop_participants.rb".freeze, "test/functional/ft_29_part_template.rb".freeze, "test/functional/ft_2_errors.rb".freeze, "test/functional/ft_30_smtp_participant.rb".freeze, "test/functional/ft_31_part_blocking.rb".freeze, "test/functional/ft_32_fs_history.rb".freeze, "test/functional/ft_33_participant_subprocess_priority.rb".freeze, "test/functional/ft_34_cursor_rewind.rb".freeze, "test/functional/ft_35_add_service.rb".freeze, "test/functional/ft_36_storage_history.rb".freeze, "test/functional/ft_3_participant_registration.rb".freeze, "test/functional/ft_4_cancel.rb".freeze, "test/functional/ft_5_on_error.rb".freeze, "test/functional/ft_6_on_cancel.rb".freeze, "test/functional/ft_7_tags.rb".freeze, "test/functional/ft_8_participant_consumption.rb".freeze, "test/functional/ft_9_subprocesses.rb".freeze, "test/functional/restart_base.rb".freeze, "test/functional/rt_0_wait.rb".freeze, "test/functional/rt_1_listen.rb".freeze, "test/functional/rt_2_errors.rb".freeze, "test/functional/rt_3_when.rb".freeze, "test/functional/rt_4_cron.rb".freeze, "test/functional/rt_5_timeout.rb".freeze, "test/functional/rtest.rb".freeze, "test/functional/storage_helper.rb".freeze, "test/functional/test.rb".freeze, "test/mpc_test.rb".freeze, "test/path_helper.rb".freeze, "test/pdef.xml".freeze, "test/test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/storages.rb".freeze, "test/unit/test.rb".freeze, "test/unit/ut_0_ruby_parser.rb".freeze, "test/unit/ut_11_lookup.rb".freeze, "test/unit/ut_13_serializer.rb".freeze, "test/unit/ut_14_is_uri.rb".freeze, "test/unit/ut_15_util.rb".freeze, "test/unit/ut_16_parser.rb".freeze, "test/unit/ut_17_storage.rb".freeze, "test/unit/ut_18_engine.rb".freeze, "test/unit/ut_1_fei.rb".freeze, "test/unit/ut_2_wfidgen.rb".freeze, "test/unit/ut_3_wait_logger.rb".freeze, "test/unit/ut_4_expmap.rb".freeze, "test/unit/ut_5_tree.rb".freeze, "test/unit/ut_6_condition.rb".freeze, "test/unit/ut_7_workitem.rb".freeze, "test/unit/ut_8_tree_to_dot.rb".freeze, "test/unit/ut_9_xml_parser.rb".freeze] s.homepage = "http://ruote.rubyforge.org".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "an open source ruby workflow engine".freeze s.test_files = ["test/test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.13".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end