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

Commit

Permalink
update service quota app
Browse files Browse the repository at this point in the history
Change-Id: I787a83dae871f81cb6414fa94649200f7de90f2d
Signed-off-by: michael zhang <zhangcheng@rbcon.com>
  • Loading branch information
michael zhang committed Aug 13, 2012
1 parent f972c84 commit 16cd6bb
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 10 deletions.
5 changes: 5 additions & 0 deletions sinatra/app_sinatra_service_quota/Gemfile
Expand Up @@ -4,6 +4,11 @@ source "http://rubygems.org"
gem 'sinatra'
gem 'json'
gem 'pg'
gem 'mysql2'
gem 'bson_ext'
gem 'redis'
gem 'bunny'
gem 'mongo'
gem "yajl-ruby"
gem 'mysql2'
gem 'eventmachine'
Expand Down
15 changes: 11 additions & 4 deletions sinatra/app_sinatra_service_quota/Gemfile.lock
@@ -1,14 +1,18 @@
GEM
remote: http://rubygems.org/
specs:
bson (1.6.2)
eventmachine (0.12.10)
json (1.4.6)
mongo (1.6.2)
bson (~> 1.6.2)
mysql2 (0.3.11)
bson (1.6.4)
bson_ext (1.6.2)
bson (~> 1.6.2)
bunny (0.8.0)
json (1.4.6)
mongo (1.6.4)
bson (~> 1.6.4)
pg (0.11.0)
rack (1.2.2)
redis (3.0.1)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
Expand All @@ -20,9 +24,12 @@ PLATFORMS

DEPENDENCIES
eventmachine
bson_ext
bunny
json
mongo
mysql2
pg
redis
sinatra
yajl-ruby

0 comments on commit 16cd6bb

Please sign in to comment.