# -*- encoding: utf-8 -*- # stub: openwferu 0.9.6 ruby lib Gem::Specification.new do |s| s.name = "openwferu".freeze s.version = "0.9.6".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, "Alain Hoang".freeze, "Nicolas Modrzyk".freeze] s.autorequire = "openwferu".freeze s.date = "2007-03-12" s.email = "john at openwfe dot org".freeze s.extra_rdoc_files = ["README.txt".freeze] s.files = ["README.txt".freeze, "bin/validate-workflow.rb".freeze, "examples/README.txt".freeze, "examples/flowtracing.rb".freeze, "examples/homeworkreview.rb".freeze, "examples/mano_tracker.rb".freeze, "examples/quotereporter.rb".freeze, "examples/scheduler_cron_usage.rb".freeze, "examples/scheduler_usage.rb".freeze, "lib/openwfe".freeze, "lib/openwfe.rb".freeze, "lib/openwfe/contextual.rb".freeze, "lib/openwfe/def.rb".freeze, "lib/openwfe/engine".freeze, "lib/openwfe/engine/engine.rb".freeze, "lib/openwfe/engine/file_persisted_engine.rb".freeze, "lib/openwfe/expool".freeze, "lib/openwfe/expool/expressionpool.rb".freeze, "lib/openwfe/expool/expstorage.rb".freeze, "lib/openwfe/expool/history.rb".freeze, "lib/openwfe/expool/yamlexpstorage.rb".freeze, "lib/openwfe/expressions".freeze, "lib/openwfe/expressions/condition.rb".freeze, "lib/openwfe/expressions/environment.rb".freeze, "lib/openwfe/expressions/expressionmap.rb".freeze, "lib/openwfe/expressions/fe_cancel.rb".freeze, "lib/openwfe/expressions/fe_concurrence.rb".freeze, "lib/openwfe/expressions/fe_cursor.rb".freeze, "lib/openwfe/expressions/fe_define.rb".freeze, "lib/openwfe/expressions/fe_do.rb".freeze, "lib/openwfe/expressions/fe_fqv.rb".freeze, "lib/openwfe/expressions/fe_iterator.rb".freeze, "lib/openwfe/expressions/fe_losfor.rb".freeze, "lib/openwfe/expressions/fe_misc.rb".freeze, "lib/openwfe/expressions/fe_participant.rb".freeze, "lib/openwfe/expressions/fe_raw.rb".freeze, "lib/openwfe/expressions/fe_sequence.rb".freeze, "lib/openwfe/expressions/fe_subprocess.rb".freeze, "lib/openwfe/expressions/fe_time.rb".freeze, "lib/openwfe/expressions/fe_utils.rb".freeze, "lib/openwfe/expressions/fe_value.rb".freeze, "lib/openwfe/expressions/flowexpression.rb".freeze, "lib/openwfe/expressions/raw_prog.rb".freeze, "lib/openwfe/expressions/raw_xml.rb".freeze, "lib/openwfe/expressions/timeout.rb".freeze, "lib/openwfe/expressions/wtemplate.rb".freeze, "lib/openwfe/flowexpressionid.rb".freeze, "lib/openwfe/listeners".freeze, "lib/openwfe/listeners/listener.rb".freeze, "lib/openwfe/listeners/listeners.rb".freeze, "lib/openwfe/listeners/socketlisteners.rb".freeze, "lib/openwfe/listeners/sqslisteners.rb".freeze, "lib/openwfe/logging.rb".freeze, "lib/openwfe/participants".freeze, "lib/openwfe/participants/atomparticipants.rb".freeze, "lib/openwfe/participants/csvparticipants.rb".freeze, "lib/openwfe/participants/enoparticipants.rb".freeze, "lib/openwfe/participants/participant.rb".freeze, "lib/openwfe/participants/participantmap.rb".freeze, "lib/openwfe/participants/participants.rb".freeze, "lib/openwfe/participants/soapparticipants.rb".freeze, "lib/openwfe/participants/socketparticipants.rb".freeze, "lib/openwfe/participants/sqsparticipants.rb".freeze, "lib/openwfe/rest".freeze, "lib/openwfe/rest/controlclient.rb".freeze, "lib/openwfe/rest/definitions.rb".freeze, "lib/openwfe/rest/exception.rb".freeze, "lib/openwfe/rest/osocket.rb".freeze, "lib/openwfe/rest/restclient.rb".freeze, "lib/openwfe/rest/worklistclient.rb".freeze, "lib/openwfe/rest/xmlcodec.rb".freeze, "lib/openwfe/rudefinitions.rb".freeze, "lib/openwfe/service.rb".freeze, "lib/openwfe/storage".freeze, "lib/openwfe/storage/yamlfilestorage.rb".freeze, "lib/openwfe/tools".freeze, "lib/openwfe/tools/flowtracer.rb".freeze, "lib/openwfe/util".freeze, "lib/openwfe/util/csvtable.rb".freeze, "lib/openwfe/util/dollar.rb".freeze, "lib/openwfe/util/lru.rb".freeze, "lib/openwfe/util/observable.rb".freeze, "lib/openwfe/util/otime.rb".freeze, "lib/openwfe/util/safe.rb".freeze, "lib/openwfe/util/scheduler.rb".freeze, "lib/openwfe/util/schedulers.rb".freeze, "lib/openwfe/util/sqs.rb".freeze, "lib/openwfe/utils.rb".freeze, "lib/openwfe/version.rb".freeze, "lib/openwfe/workitem.rb".freeze, "lib/openwfe/worklist".freeze, "lib/openwfe/worklist/storeparticipant.rb".freeze, "test/README.txt".freeze, "test/atom_test.rb".freeze, "test/cron_test.rb".freeze, "test/cronline_test.rb".freeze, "test/csv_test.rb".freeze, "test/dollar_test.rb".freeze, "test/eno_test.rb".freeze, "test/fei_test.rb".freeze, "test/file_persistence_test.rb".freeze, "test/flowtestbase.rb".freeze, "test/ft_0.rb".freeze, "test/ft_0b_sequence.rb".freeze, "test/ft_0c_testname.rb".freeze, "test/ft_0d_participant.rb".freeze, "test/ft_10_loop.rb".freeze, "test/ft_10b_loop2.rb".freeze, "test/ft_11_ppd.rb".freeze, "test/ft_12_blockparticipant.rb".freeze, "test/ft_13_eno.rb".freeze, "test/ft_14_subprocess.rb".freeze, "test/ft_14b_subprocess.rb".freeze, "test/ft_15_iterator.rb".freeze, "test/ft_16_fqv.rb".freeze, "test/ft_17_condition.rb".freeze, "test/ft_18_pname.rb".freeze, "test/ft_19_csv.rb".freeze, "test/ft_1_unset.rb".freeze, "test/ft_1b_unset.rb".freeze, "test/ft_20_cron.rb".freeze, "test/ft_21_cron.rb".freeze, "test/ft_22_history.rb".freeze, "test/ft_23_when.rb".freeze, "test/ft_23b_when.rb".freeze, "test/ft_24_def.rb".freeze, "test/ft_25_cancel.rb".freeze, "test/ft_26_load.rb".freeze, "test/ft_27_getflowpos.rb".freeze, "test/ft_28_fileparticipant.rb".freeze, "test/ft_29_httprb.rb".freeze, "test/ft_2_concurrence.rb".freeze, "test/ft_2b_concurrence.rb".freeze, "test/ft_2c_concurrence.rb".freeze, "test/ft_30_socketlistener.rb".freeze, "test/ft_3_equals.rb".freeze, "test/ft_4_misc.rb".freeze, "test/ft_5_time.rb".freeze, "test/ft_6_lambda.rb".freeze, "test/ft_7_lose.rb".freeze, "test/ft_8_forget.rb".freeze, "test/ft_9_cursor.rb".freeze, "test/hash_test.rb".freeze, "test/hparticipant_test.rb".freeze, "test/lru_test.rb".freeze, "test/misc_test.rb".freeze, "test/rake_qtest.rb".freeze, "test/rake_test.rb".freeze, "test/raw_prog_test.rb".freeze, "test/rest_test.rb".freeze, "test/restart_cron_test.rb".freeze, "test/restart_test.rb".freeze, "test/rutest_utils.rb".freeze, "test/safely_test.rb".freeze, "test/scheduler_test.rb".freeze, "test/sqs_test.rb".freeze, "test/time_test.rb".freeze, "test/timeout_test.rb".freeze, "test/wfid_test.rb".freeze, "test/wi_test.rb".freeze] s.homepage = "http://rubyforge.org/projects/openwferu".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["libxml-ruby".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "an open source ruby workflow and bpm engine".freeze s.test_files = ["test/rake_test.rb".freeze] s.specification_version = 1 s.add_runtime_dependency(%q.freeze, ["> 0.0.0".freeze]) end