Skip to content

Commit

Permalink
Bugfix & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed Jan 12, 2010
1 parent 69af031 commit b239797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/ruote-kit.rb
Expand Up @@ -3,7 +3,7 @@

module RuoteKit

VERSION = "2.1.4"
VERSION = "2.1.4.1"

autoload :Configuration, "ruote-kit/configuration"
autoload :Application, "ruote-kit/application"
Expand Down Expand Up @@ -68,7 +68,7 @@ def run_engine!

configure_participants

run_worker!( true ) unless configuration.run_worker
run_worker!( true ) if configuration.run_worker
end

# Run a single worker. By default this method will block indefinitely,
Expand Down
4 changes: 2 additions & 2 deletions ruote-kit.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{ruote-kit}
s.version = "2.1.4"
s.version = "2.1.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["kenneth.kalmer@gmail.com"]
s.date = %q{2010-01-11}
s.date = %q{2010-01-12}
s.description = %q{ruote-kit is a RESTful Rack app for the ruote workflow engine}
s.email = %q{kenneth.kalmer@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit b239797

Please sign in to comment.