ruote.gemspec in ruote-2.1.9 vs ruote.gemspec in ruote-2.1.10

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ruote} - s.version = "2.1.9" + s.version = "2.1.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["John Mettraux", "Kenneth Kalmer", "Torsten Schoenebaum"] - s.date = %q{2010-03-23} + s.date = %q{2010-06-15} s.description = %q{ ruote is an open source ruby workflow engine. } s.email = %q{jmettraux@gmail.com} s.extra_rdoc_files = [ @@ -33,10 +33,11 @@ "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/error_handler.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", @@ -77,11 +78,10 @@ "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", @@ -129,10 +129,11 @@ "test/bm/seq_thousand.rb", "test/bm/t.rb", "test/functional/base.rb", "test/functional/concurrent_base.rb", "test/functional/crunner.rb", + "test/functional/crunner.sh", "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", @@ -187,17 +188,21 @@ "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_38_participant_more.rb", + "test/functional/ft_39_wait_for.rb", "test/functional/ft_3_participant_registration.rb", + "test/functional/ft_40_participant_on_reply.rb", + "test/functional/ft_41_participants.rb", + "test/functional/ft_42_storage_copy.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", @@ -210,11 +215,11 @@ "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/functional/vertical.rb", "test/path_helper.rb", "test/pdef.xml", "test/test.rb", "test/test_helper.rb", "test/unit/storage.rb", @@ -241,23 +246,23 @@ ] s.homepage = %q{http://ruote.rubyforge.org} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{ruote} - s.rubygems_version = %q{1.3.6} + s.rubygems_version = %q{1.3.5} s.summary = %q{an open source ruby workflow engine} s.test_files = [ "test/test.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<rufus-json>, [">= 0.2.0"]) - s.add_runtime_dependency(%q<rufus-cloche>, [">= 0.1.16"]) + s.add_runtime_dependency(%q<rufus-json>, [">= 0.2.2"]) + s.add_runtime_dependency(%q<rufus-cloche>, [">= 0.1.17"]) s.add_runtime_dependency(%q<rufus-dollar>, [">= 0"]) s.add_runtime_dependency(%q<rufus-lru>, [">= 0"]) s.add_runtime_dependency(%q<rufus-mnemo>, [">= 1.1.0"]) s.add_runtime_dependency(%q<rufus-scheduler>, [">= 2.0.5"]) s.add_runtime_dependency(%q<rufus-treechecker>, [">= 1.0.3"]) @@ -266,12 +271,12 @@ s.add_development_dependency(%q<json>, [">= 0"]) s.add_development_dependency(%q<builder>, [">= 0"]) s.add_development_dependency(%q<mailtrap>, [">= 0"]) s.add_development_dependency(%q<jeweler>, [">= 0"]) else - s.add_dependency(%q<rufus-json>, [">= 0.2.0"]) - s.add_dependency(%q<rufus-cloche>, [">= 0.1.16"]) + s.add_dependency(%q<rufus-json>, [">= 0.2.2"]) + s.add_dependency(%q<rufus-cloche>, [">= 0.1.17"]) s.add_dependency(%q<rufus-dollar>, [">= 0"]) s.add_dependency(%q<rufus-lru>, [">= 0"]) s.add_dependency(%q<rufus-mnemo>, [">= 1.1.0"]) s.add_dependency(%q<rufus-scheduler>, [">= 2.0.5"]) s.add_dependency(%q<rufus-treechecker>, [">= 1.0.3"]) @@ -281,11 +286,11 @@ s.add_dependency(%q<builder>, [">= 0"]) s.add_dependency(%q<mailtrap>, [">= 0"]) s.add_dependency(%q<jeweler>, [">= 0"]) end else - s.add_dependency(%q<rufus-json>, [">= 0.2.0"]) - s.add_dependency(%q<rufus-cloche>, [">= 0.1.16"]) + s.add_dependency(%q<rufus-json>, [">= 0.2.2"]) + s.add_dependency(%q<rufus-cloche>, [">= 0.1.17"]) s.add_dependency(%q<rufus-dollar>, [">= 0"]) s.add_dependency(%q<rufus-lru>, [">= 0"]) s.add_dependency(%q<rufus-mnemo>, [">= 1.1.0"]) s.add_dependency(%q<rufus-scheduler>, [">= 2.0.5"]) s.add_dependency(%q<rufus-treechecker>, [">= 1.0.3"])