diff --git a/lib/cloud-crowd.rb b/lib/cloud-crowd.rb index 498fe87..c8ee03a 100644 --- a/lib/cloud-crowd.rb +++ b/lib/cloud-crowd.rb @@ -4,6 +4,7 @@ # Common Gems: require 'rubygems' +require 'yaml' gem 'activerecord', '~> 2.0' gem 'json' gem 'rest-client' diff --git a/lib/cloud_crowd/asset_store.rb b/lib/cloud_crowd/asset_store.rb index cee5150..cd4f3da 100644 --- a/lib/cloud_crowd/asset_store.rb +++ b/lib/cloud_crowd/asset_store.rb @@ -1,5 +1,3 @@ -require 'tmpdir' - module CloudCrowd # The AssetStore provides a common API for storing files and returning URLs @@ -40,4 +38,4 @@ def temp_storage_path end -end \ No newline at end of file +end