ruote.gemspec in ruote-2.1.4 vs ruote.gemspec in ruote-2.1.5
- 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.4"
+ s.version = "2.1.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mettraux", "Kenneth Kalmer"]
- s.date = %q{2010-01-11}
+ s.date = %q{2010-01-28}
s.description = %q{
ruote is an open source ruby workflow engine.
}
s.email = %q{jmettraux@gmail.com}
s.extra_rdoc_files = [
@@ -85,10 +85,11 @@
"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",
@@ -98,10 +99,11 @@
"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",
@@ -187,9 +189,10 @@
"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",