lib/cloud-crowd.rb in documentcloud-cloud-crowd-0.0.6 vs lib/cloud-crowd.rb in documentcloud-cloud-crowd-0.1.0
- old
+ new
@@ -43,10 +43,10 @@
# Root directory of the CloudCrowd gem.
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
# Keep the version in sync with the gemspec.
- VERSION = '0.0.6'
+ VERSION = '0.1.0'
# A Job is processing if its WorkUnits in the queue to be handled by workers.
PROCESSING = 1
# A Job has succeeded if all of its WorkUnits have finished successfully.
\ No newline at end of file