Skip to content

Instantly share code, notes, and snippets.

@runtasticwebdev
Created December 21, 2011 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runtasticwebdev/1505720 to your computer and use it in GitHub Desktop.
Save runtasticwebdev/1505720 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
source "http://torquebox.org/2x/builds/702/gem-repo"
platforms :jruby do
gem "activerecord-jdbc-adapter", :require => "arjdbc"
gem "jdbc-sqlite3"
gem "jruby-openssl"
gem 'torquebox-server', "2.x.incremental.702"
end
platforms :ruby do
end
# Application backend
gem 'rails', '3.0.10'
#gem 'mysql', '2.8.1'
gem 'mysql2', '0.2.6', :platforms => :ruby
gem 'activerecord-jdbcmysql-adapter', :platforms => :jruby
gem 'devise'
gem 'cancan'
##gem 'memcache-client'
gem 'dalli' # replacement for memcache-client
gem 'omniauth'
##gem 'ssl_requirement'
gem 'thinking-sphinx', :git => "git://github.com/freelancing-god/thinking-sphinx.git", :require => 'thinking_sphinx'
gem 'ts-datetime-delta', '1.0.2', :require => 'thinking_sphinx/deltas/datetime_delta'
##gem 'geokit-rails3' #TODO(sil): get rid of it!
##gem 'newrelic_rpm', :platforms => :ruby
gem 'newrelic_rpm', :git => "https://github.com/newrelic/rpm.git", :branch => "3.3.1_dev", :platforms => :jruby
gem 'rainbow'
gem 'awesome_print'
gem 'rails-erd'
gem 'rest-client'
##gem 'exception_notification'
##gem 'httparty'
gem 'meta_where'
gem 'paranoia'
gem 'nokogiri'
gem 'geocoder' # this is the new geocoder gem, use it instead of geokit
gem 'resque', :require => 'resque/server'
##gem 'resque-send-later'
##gem 'resque-scheduler'
#gem 'redis-rb'
gem "progressbar", "0.9.0"
gem 'jammit'
gem 'validate_url'
gem 'ipaddress'
#gem 'faye'
gem 'foreman'
gem 'geoip', :require => 'geoip'
gem 'rubyzip'
gem 'roo'
gem 'deep_merge'
gem 'has_enum'
gem 'simple_enum'
gem 'friendly_id', "~> 4.0.0.beta8"
gem 'mobile-fu'
#gem 'slim_scrooge'
gem 'jruby-openssl', :platforms => :jruby
gem 'ffi-ncurses', :platforms => :jruby
# Translations and I18n
gem 'translate_routes'
# Property plugins
gem 'acts_as_list'
gem 'acts_as_taggable_on_steroids'
gem 'acts_as_commentable'
##gem 'enumerations_mixin'
# Application frontend
gem 'haml', ">= 3.1.alpha.50"
##gem 'compass', "=0.11.4"
##gem 'chunky_png'
##gem 'oily_png', :platforms => :ruby
#gem 'airbrake' # javascript exception notification
gem 'barista' # javascript coffescript
gem 'execjs'
gem 'therubyracer', :platforms => :ruby
gem 'therubyrhino', :platforms => :jruby
# Navigation
gem 'rubytree', '0.7.0', :require => "tree"
# Subscriptions / Payments
gem 'activemerchant', '1.15.0', :git => 'https://github.com/doesterr/active_merchant.git'
gem 'adyen', '1.2.0', :require => "adyen/api"
gem 'formtastic'
gem 'will_paginate', '~> 3.0.2' # We switched to Kaminari because of some problems between Rails 3.0.3 and Will Paginate, but still use it to paginate newsfeeds
#gem "kaminari"
gem 'client_side_validations', "3.0.5"
gem 'validation_reflection'
gem 'validates_timeliness', '~> 3.0.2'
gem 'paperclip', '2.3.6'
gem 'hpricot' # used by html2haml
##gem 'ruby_parser' # used by html2haml
gem 'jquery-rails'
gem 'aws-s3' # For Paperclip S3 uploads
# Runtastic plugins dependencies
##gem 'json'
# rake dependencies
##gem 'multipart-post'
gem 'ya2yaml'
####################################
# gems for geckoboard visualization
gem 'chameleon'
####################################
####################################
# gems for bouncy
# group :bounce_env do
gem 'gmail', :git => "git://github.com/fraudpointer/gmail.git"
gem 'bounce_email', :git => "git://github.com/mitio/bounce_email.git"
gem 'maildir'
# end
####################################
###########################
# gems for deployment
###########################
gem 'capistrano'
gem 'capistrano-ext'
gem 'capistrano_colors'
####################################
# gems for development-mode only
####################################
group :development, :test do
# Console stuff
gem 'hirb'
gem 'wirble'
gem 'ruby-debug19', :platforms => :ruby
gem 'mongrel', ">=1.2.0.pre2", :platforms => :ruby
gem 'rails-dev-boost', :git => 'git://github.com/thedarkone/rails-dev-boost.git', :require => 'rails_development_boost', :platforms => :ruby
gem "rails_best_practices", :platforms => :ruby
end
group :development do
gem 'mailcatcher', :platforms => :ruby
gem 'rails-footnotes', '>= 3.7.5.rc4'
end
Gemfile.lock:
---------------------------------------------
GIT
remote: git://github.com/fraudpointer/gmail.git
revision: ce3c25e58dad10d2241ef742b1af2fb4d81a098c
specs:
gmail (0.4.0)
gmail_xoauth (>= 0.3.0)
mail (>= 2.2.1)
mime (>= 0.1)
GIT
remote: git://github.com/freelancing-god/thinking-sphinx.git
revision: 4bd6b8a97373d6d60c8512cecfa12cf40651ade4
specs:
thinking-sphinx (2.0.10)
activerecord (>= 3.0.3)
builder (>= 2.1.2)
riddle (>= 1.5.0)
GIT
remote: git://github.com/mitio/bounce_email.git
revision: a06c9360be216d9dec88bf1db2bcda08fd41bd93
specs:
bounce_email (0.2.2)
mail
GIT
remote: git://github.com/thedarkone/rails-dev-boost.git
revision: dd82d6caf24e607f8a7f2359e46796c7f8683e50
specs:
rails-dev-boost (0.1.1)
GIT
remote: https://github.com/doesterr/active_merchant.git
revision: 66279a4652c31a7cb00111171666ea8e11c5d073
specs:
activemerchant (1.15.0)
activesupport (>= 2.3.11)
braintree (>= 2.0.0)
builder (>= 2.0.0)
GIT
remote: https://github.com/newrelic/rpm.git
revision: a9e6a2ae22a83739aa8a92cac77323aeb2334e2d
branch: 3.3.1_dev
specs:
newrelic_rpm (3.3.1)
GEM
remote: http://rubygems.org/
remote: http://torquebox.org/2x/builds/702/gem-repo/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
abstract (1.0.0)
actionmailer (3.0.10)
actionpack (= 3.0.10)
mail (~> 2.2.19)
actionpack (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activerecord-jdbc-adapter (1.2.1)
activerecord-jdbcmysql-adapter (1.2.1)
activerecord-jdbc-adapter (~> 1.2.1)
jdbc-mysql (~> 5.1.0)
activeresource (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
activesupport (3.0.10)
acts_as_commentable (3.0.1)
acts_as_list (0.1.4)
acts_as_taggable_on_steroids (1.2)
addressable (2.2.4)
adyen (1.2.0)
archive-tar-minitar (0.5.2)
arel (2.0.10)
awesome_print (0.4.0)
aws-s3 (0.6.2)
builder
mime-types
xml-simple
barista (1.2.1)
coffee-script (~> 2.2)
bcrypt-ruby (2.1.4)
bcrypt-ruby (2.1.4-java)
blankslate (2.1.2.4)
bouncy-castle-java (1.5.0146.1)
braintree (2.13.1)
builder (>= 2.0.0)
builder (2.1.2)
cancan (1.6.5)
capistrano (2.8.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
capistrano_colors (0.5.4)
chameleon (0.2.2)
client_side_validations (3.0.5)
activesupport
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.1.2)
colored (1.2)
columnize (0.3.4)
daemons (1.0.10)
dalli (1.1.4)
deep_merge (1.0.0)
devise (1.4.2)
bcrypt-ruby (~> 2.1.2)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
erubis (2.6.6)
abstract (>= 1.0.0)
eventmachine (0.12.10)
execjs (1.2.4)
multi_json (~> 1.0)
faraday (0.6.1)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
ffi (1.0.11-java)
ffi-locale (1.0.1)
ffi (>= 1.0.9)
ffi-ncurses (0.4.0)
ffi (>= 1.0.9)
ffi-locale (>= 1.0.0)
foreman (0.20.0)
term-ansicolor (~> 1.0.5)
thor (>= 0.13.6)
formtastic (1.2.4)
actionpack (>= 2.3.7)
activesupport (>= 2.3.7)
i18n (~> 0.4)
friendly_id (4.0.0.beta12)
gem_plugin (0.2.3)
geocoder (1.0.2)
geoip (1.1.1)
gmail_xoauth (0.3.0)
oauth (>= 0.3.6)
google-spreadsheet-ruby (0.1.5)
nokogiri (>= 1.4.3.1)
oauth (>= 0.3.6)
haml (3.2.0.alpha.8)
has_enum (0.9.3)
rails (~> 3.0.0)
highline (1.6.2)
hirb (0.5.0)
hpricot (0.8.4)
hpricot (0.8.4-java)
i18n (0.5.0)
ipaddress (0.8.0)
jammit (0.6.3)
yui-compressor (>= 0.9.3)
jdbc-mysql (5.1.13)
jdbc-sqlite3 (3.7.2)
jquery-rails (1.0.12)
railties (~> 3.0)
thor (~> 0.14)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.5.3)
json (1.5.3-java)
libv8 (3.3.10.2)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mailcatcher (0.2.4)
eventmachine
haml
i18n
json
mail
sinatra
skinny (>= 0.1.2)
sqlite3-ruby
thin
maildir (2.0.0)
meta_where (1.0.4)
activerecord (~> 3.0.0)
activesupport (~> 3.0.0)
arel (~> 2.0.7)
mime (0.1)
mime-types (1.16)
mobile-fu (0.2.1)
rack-mobile-detect
rails
mongrel (1.2.0.pre2)
daemons (~> 1.0.10)
gem_plugin (~> 0.2.3)
multi_json (1.0.3)
multi_xml (0.2.2)
multipart-post (1.1.3)
mysql2 (0.2.6)
net-ldap (0.2.2)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.1.4)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.4.7)
nokogiri (1.4.7-java)
weakling (>= 0.0.3)
oa-basic (0.2.6)
oa-core (= 0.2.6)
rest-client (~> 1.6.0)
oa-core (0.2.6)
oa-enterprise (0.2.6)
addressable (= 2.2.4)
net-ldap (~> 0.2.2)
nokogiri (~> 1.4.2)
oa-core (= 0.2.6)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
oa-more (0.2.6)
multi_json (~> 1.0.0)
oa-core (= 0.2.6)
rest-client (~> 1.6.0)
oa-oauth (0.2.6)
faraday (~> 0.6.1)
multi_json (~> 1.0.0)
multi_xml (~> 0.2.2)
oa-core (= 0.2.6)
oauth (~> 0.4.0)
oauth2 (~> 0.4.1)
oa-openid (0.2.6)
oa-core (= 0.2.6)
rack-openid (~> 1.3.1)
ruby-openid-apps-discovery (~> 1.2.0)
oauth (0.4.5)
oauth2 (0.4.1)
faraday (~> 0.6.1)
multi_json (>= 0.0.5)
omniauth (0.2.6)
oa-basic (= 0.2.6)
oa-core (= 0.2.6)
oa-enterprise (= 0.2.6)
oa-more (= 0.2.6)
oa-oauth (= 0.2.6)
oa-openid (= 0.2.6)
open4 (1.1.0)
orm_adapter (0.0.5)
paperclip (2.3.6)
activerecord
activesupport
paranoia (1.1.0)
activerecord (>= 3.0.0)
polyglot (0.3.2)
progressbar (0.9.0)
pyu-ruby-sasl (0.0.3.3)
rack (1.2.3)
rack-mobile-detect (0.3.0)
rack
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.10)
actionmailer (= 3.0.10)
actionpack (= 3.0.10)
activerecord (= 3.0.10)
activeresource (= 3.0.10)
activesupport (= 3.0.10)
bundler (~> 1.0)
railties (= 3.0.10)
rails-erd (0.4.5)
activerecord (~> 3.0)
activesupport (~> 3.0)
ruby-graphviz (~> 0.9.18)
rails-footnotes (3.7.5)
rails (>= 3.0.0)
rails_best_practices (1.7.1)
activesupport
colored
erubis
i18n
progressbar
sexp_processor
railties (3.0.10)
actionpack (= 3.0.10)
activesupport (= 3.0.10)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rainbow (1.1.1)
rake (0.9.2)
rdoc (3.9.3)
redis (2.2.2)
redis-namespace (1.0.3)
redis (< 3.0.0)
resque (1.17.1)
json (>= 1.4.6, < 1.6)
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
rest-client (1.6.3)
mime-types (>= 1.16)
riddle (1.5.0)
roo (1.9.5)
google-spreadsheet-ruby (>= 0.1.5)
nokogiri (>= 1.4.6)
spreadsheet (> 0.6.4)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby-graphviz (0.9.21)
ruby-ole (1.2.11.2)
ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
rubyntlm (0.1.1)
rubytree (0.7.0)
rubyzip (0.9.4)
sexp_processor (3.0.9)
simple_enum (1.4.1)
activesupport (~> 3.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
skinny (0.1.2)
eventmachine
thin
spreadsheet (0.6.5.9)
ruby-ole (>= 1.0)
sqlite3 (1.3.4)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.6)
therubyracer (0.9.4)
libv8 (~> 3.3.10)
therubyrhino (1.73.0)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.2)
timeliness (0.3.4)
torquebox (2.x.incremental.702)
thor (>= 0.9.0, < 1.0.0)
torquebox-cache (= 2.x.incremental.702)
torquebox-configure (= 2.x.incremental.702)
torquebox-core (= 2.x.incremental.702)
torquebox-messaging (= 2.x.incremental.702)
torquebox-naming (= 2.x.incremental.702)
torquebox-rake-support (= 2.x.incremental.702)
torquebox-security (= 2.x.incremental.702)
torquebox-stomp (= 2.x.incremental.702)
torquebox-transactions (= 2.x.incremental.702)
torquebox-web (= 2.x.incremental.702)
torquebox-cache (2.x.incremental.702-java)
torquebox-core (= 2.x.incremental.702)
torquebox-transactions (= 2.x.incremental.702)
torquebox-configure (2.x.incremental.702-java)
blankslate (= 2.1.2.4)
torquebox-core (2.x.incremental.702-java)
torquebox-messaging (2.x.incremental.702-java)
torquebox-core (= 2.x.incremental.702)
torquebox-transactions (= 2.x.incremental.702)
torquebox-naming (2.x.incremental.702-java)
torquebox-rake-support (2.x.incremental.702)
rake (>= 0.8.7, < 1.0.0)
torquebox-security (2.x.incremental.702-java)
torquebox-core (= 2.x.incremental.702)
torquebox-server (2.x.incremental.702-java)
torquebox (= 2.x.incremental.702)
torquebox-stomp (2.x.incremental.702)
torquebox-core (= 2.x.incremental.702)
torquebox-messaging (= 2.x.incremental.702)
torquebox-transactions (2.x.incremental.702)
torquebox-core (= 2.x.incremental.702)
torquebox-web (2.x.incremental.702-java)
translate_routes (3.0.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
ts-datetime-delta (1.0.2)
thinking-sphinx (>= 1.3.8)
tzinfo (0.3.29)
validate_url (0.2.0)
activemodel (>= 3.0.0)
validates_timeliness (3.0.6)
timeliness (~> 0.3.3)
validation_reflection (1.0.0)
vegas (0.1.8)
rack (>= 1.0.0)
warden (1.0.5)
rack (>= 1.0)
weakling (0.0.4-java)
will_paginate (3.0.2)
wirble (0.1.3)
xml-simple (1.1.0)
ya2yaml (0.30)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
PLATFORMS
java
ruby
DEPENDENCIES
activemerchant (= 1.15.0)!
activerecord-jdbc-adapter
activerecord-jdbcmysql-adapter
acts_as_commentable
acts_as_list
acts_as_taggable_on_steroids
adyen (= 1.2.0)
awesome_print
aws-s3
barista
bounce_email!
cancan
capistrano
capistrano-ext
capistrano_colors
chameleon
client_side_validations (= 3.0.5)
dalli
deep_merge
devise
execjs
ffi-ncurses
foreman
formtastic
friendly_id (~> 4.0.0.beta8)
geocoder
geoip
gmail!
haml (>= 3.1.alpha.50)
has_enum
hirb
hpricot
ipaddress
jammit
jdbc-sqlite3
jquery-rails
jruby-openssl
mailcatcher
maildir
meta_where
mobile-fu
mongrel (>= 1.2.0.pre2)
mysql2 (= 0.2.6)
newrelic_rpm!
nokogiri
omniauth
paperclip (= 2.3.6)
paranoia
progressbar (= 0.9.0)
rails (= 3.0.10)
rails-dev-boost!
rails-erd
rails-footnotes (>= 3.7.5.rc4)
rails_best_practices
rainbow
resque
rest-client
roo
ruby-debug19
rubytree (= 0.7.0)
rubyzip
simple_enum
therubyracer
therubyrhino
thinking-sphinx!
torquebox-server (= 2.x.incremental.702)
translate_routes
ts-datetime-delta (= 1.0.2)
validate_url
validates_timeliness (~> 3.0.2)
validation_reflection
will_paginate (~> 3.0.2)
wirble
ya2yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment