Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Add base gem to backupmanager
Browse files Browse the repository at this point in the history
Change-Id: I1c5bc77fb8f7196a7c29ed4f242753807e89a390
  • Loading branch information
felixhoo committed Apr 4, 2012
1 parent c5e63e1 commit bb3c024
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tools/backup/manager/Gemfile.lock
Expand Up @@ -79,6 +79,15 @@ GEM
redisk (0.2.2) redisk (0.2.2)
redis (>= 0.1.1) redis (>= 0.1.1)
redis-namespace (>= 0.1.0) redis-namespace (>= 0.1.0)
resque (1.20.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resque-status (0.3.2)
redisk (>= 0.2.1)
resque (~> 1.19)
uuid (~> 2.3)
rspec (2.7.0) rspec (2.7.0)
rspec-core (~> 2.7.0) rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0) rspec-expectations (~> 2.7.0)
Expand Down Expand Up @@ -115,6 +124,23 @@ GEM
thin (~> 1.3.1) thin (~> 1.3.1)
yajl-ruby (~> 0.8.3) yajl-ruby (~> 0.8.3)
vcap_logging (0.1.3) vcap_logging (0.1.3)
vcap_services_base (0.1.8)
curb (~> 0.7.16)
datamapper (~> 1.1.0)
do_sqlite3 (~> 0.10.3)
em-http-request (~> 0.3.0)
eventmachine (~> 0.12.11.cloudfoundry.3)
eventmachine_httpserver (~> 0.2.1)
json (~> 1.4.6)
nats (~> 0.4.22.beta.8)
resque (~> 1.20)
resque-status (~> 0.3.2)
ruby-hmac (~> 0.4.0)
sinatra (~> 1.2.3)
thin (~> 1.3.1)
uuidtools (~> 2.1.2)
vcap_common (>= 1.0.8)
vcap_logging (>= 0.1.3)
vegas (0.1.8) vegas (0.1.8)
rack (>= 1.0.0) rack (>= 1.0.0)
yajl-ruby (0.8.3) yajl-ruby (0.8.3)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit bb3c024

Please sign in to comment.