lib/cloud-crowd.rb in documentcloud-cloud-crowd-0.2.2 vs lib/cloud-crowd.rb in documentcloud-cloud-crowd-0.2.3

- old
+ new

@@ -31,20 +31,21 @@ module CloudCrowd # Autoload all the CloudCrowd internals. autoload :Action, 'cloud_crowd/action' autoload :AssetStore, 'cloud_crowd/asset_store' + autoload :CommandLine, 'cloud_crowd/command_line' autoload :Helpers, 'cloud_crowd/helpers' autoload :Inflector, 'cloud_crowd/inflector' autoload :Job, 'cloud_crowd/models' autoload :Node, 'cloud_crowd/node' autoload :NodeRecord, 'cloud_crowd/models' 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.2' + VERSION = '0.2.3' # Increment the schema version when there's a backwards incompatible change. SCHEMA_VERSION = 3 # Root directory of the CloudCrowd gem. \ No newline at end of file