qrush (owner)

Forks

Revisions

gist: 200024 Download_button fork
public
Public Clone URL: git://gist.github.com/200024.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
clear_sources
bundle_path "vendor/bundler_gems"
bin_path "vendor/bin"
 
source "http://gemcutter.org"
source "http://gems.github.com"
 
gem "rails", "2.3.4"
gem "clearance"
gem "will_paginate"
gem "ddollar-pacecar", "1.1.6", :require_as => "pacecar"
 
gem "shoulda", :only => :test
gem "factory_girl", :only => :test
gem "webrat", :only => :test
gem "cucumber", "0.3.101", :only => :test
gem "rr", :only => :test
gem "redgreen", :only => :test
gem "fakeweb", :only => :test
gem "rack-test", :only => :test, :require_as => "rack/test"
 
gem "rack-cache", :require_as => "rack/cache", :only => :production
gem "aws-s3", :require_as => "aws/s3", :only => :production
gem "ambethia-smtp-tls", :require_as => "smtp-tls", :only => :production
gem "memcache-client", :require_as => "memcache", :only => :production