ruote.gemspec in ruote-2.1.5 vs ruote.gemspec in ruote-2.1.6
- 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.5"
+ s.version = "2.1.6"
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-28}
+ s.date = %q{2010-02-08}
s.description = %q{
ruote is an open source ruby workflow engine.
}
s.email = %q{jmettraux@gmail.com}
s.extra_rdoc_files = [
@@ -24,10 +24,11 @@
"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",
@@ -111,10 +112,11 @@
"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",
@@ -212,18 +214,18 @@
"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_17_storage.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",