Skip to content

Commit

Permalink
Add cloudinary gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jfontan committed Sep 23, 2012
1 parent c421693 commit 456dba5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,4 +4,5 @@ gem 'sinatra'
gem 'mongo'
gem 'bson_ext'
gem 'json'
gem 'cloudinary'

8 changes: 8 additions & 0 deletions Gemfile.lock
@@ -1,14 +1,21 @@
GEM
remote: http://rubygems.org/
specs:
aws_cf_signer (0.1.1)
bson (1.4.0)
bson_ext (1.4.0)
cloudinary (1.0.37)
aws_cf_signer
rest-client
json (1.6.1)
mime-types (1.19)
mongo (1.4.0)
bson (= 1.4.0)
rack (1.3.5)
rack-protection (1.1.4)
rack
rest-client (1.6.7)
mime-types (>= 1.16)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
Expand All @@ -20,6 +27,7 @@ PLATFORMS

DEPENDENCIES
bson_ext
cloudinary
json
mongo
sinatra

0 comments on commit 456dba5

Please sign in to comment.