Skip to content

Commit

Permalink
Add resque
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jul 12, 2012
1 parent a95f537 commit cfd8874
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -5,6 +5,8 @@ gem 'rails', '3.0.9'
gem 'simple_form', '1.5.1' gem 'simple_form', '1.5.1'
gem 'jquery-rails', '1.0.14' gem 'jquery-rails', '1.0.14'


gem 'resque'

platform :ruby do platform :ruby do
gem 'mysql2', '~> 0.2.7' gem 'mysql2', '~> 0.2.7'
gem 'pg' gem 'pg'
Expand Down
16 changes: 16 additions & 0 deletions Gemfile.lock
Expand Up @@ -50,6 +50,7 @@ GEM
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.16) mime-types (1.16)
multi_json (1.3.6)
mysql2 (0.2.13) mysql2 (0.2.13)
pg (0.11.0) pg (0.11.0)
polyglot (0.3.2) polyglot (0.3.2)
Expand All @@ -75,11 +76,23 @@ GEM
raindrops (0.7.0) raindrops (0.7.0)
rake (0.9.2) rake (0.9.2)
rdoc (3.9.4) rdoc (3.9.4)
redis (3.0.1)
redis-namespace (1.2.0)
redis (~> 3.0.0)
resque (1.21.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
simple_form (1.5.1) simple_form (1.5.1)
actionpack (~> 3.0) actionpack (~> 3.0)
activemodel (~> 3.0) activemodel (~> 3.0)
sinatra (1.2.8)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.4) sqlite3 (1.3.4)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10) treetop (1.4.10)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
Expand All @@ -92,6 +105,8 @@ GEM
kgio (~> 2.4) kgio (~> 2.4)
rack rack
raindrops (~> 0.6) raindrops (~> 0.6)
vegas (0.1.11)
rack (>= 1.0.0)


PLATFORMS PLATFORMS
java java
Expand All @@ -106,6 +121,7 @@ DEPENDENCIES
mysql2 (~> 0.2.7) mysql2 (~> 0.2.7)
pg pg
rails (= 3.0.9) rails (= 3.0.9)
resque
simple_form (= 1.5.1) simple_form (= 1.5.1)
sqlite3 sqlite3
trinidad trinidad
Expand Down

0 comments on commit cfd8874

Please sign in to comment.