lib/cloud-crowd.rb in documentcloud-cloud-crowd-0.2.0 vs lib/cloud-crowd.rb in documentcloud-cloud-crowd-0.2.1
- old
+ new
@@ -41,13 +41,13 @@
autoload :Server, 'cloud_crowd/server'
autoload :Worker, 'cloud_crowd/worker'
autoload :WorkUnit, 'cloud_crowd/models'
# Keep this version in sync with the gemspec.
- VERSION = '0.2.0'
+ VERSION = '0.2.1'
# Increment the schema version when there's a backwards incompatible change.
- SCHEMA_VERSION = 2
+ SCHEMA_VERSION = 3
# Root directory of the CloudCrowd gem.
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
# A Job is processing if its WorkUnits are in the queue to be handled by nodes.
\ No newline at end of file