Skip to content

Instantly share code, notes, and snippets.

@tomash
Created November 4, 2011 17:16
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 tomash/1339890 to your computer and use it in GitHub Desktop.
Save tomash/1339890 to your computer and use it in GitHub Desktop.
no rails in gemfile, works as rails app!
source 'http://rubygems.org'
gem "mongoid"
gem "bson_ext"
gem 'mongoid_denormalize'
gem "fabrication"
gem 'httparty'
gem 'acts_as_api'
gem "httparty"
gem "songkickr", :git => 'git://github.com/tomash/songkickr.git'
gem "eventmachine"
gem "twitter-stream"
gem "devise", "1.3.4"
gem "cancan"
# gem 'aws-s3', :require => 'aws/s3'
gem 'haml'
gem 'will_paginate', '~> 3.0.pre2'
gem 'kaminari'
gem 'god'
gem 'rack-cache', :require => 'rack/cache'
gem 'dragonfly', '~>0.9.3'
gem 'daemon-spawn', :git => 'git://github.com/alexvollmer/daemon-spawn.git'
group :test, :development do
gem "rspec-rails", "~> 2.5.0"
gem 'database_cleaner'
gem 'fakeweb'
gem 'capistrano'
gem 'capistrano-ext'
gem 'ruby_parser'
gem 'hpricot'
gem 'web-app-theme', '>= 0.6.3'
gem 'structure'
end
GIT
remote: git://github.com/alexvollmer/daemon-spawn.git
revision: c3bd1093f5a2fc1403ba0087c2403786ad02d3b0
specs:
daemon-spawn (0.4.2)
GIT
remote: git://github.com/tomash/songkickr.git
revision: 106349dcf28ba708a6e67001f0d68a829100aa76
specs:
songkickr (0.1.3)
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
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.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
acts_as_api (0.3.6)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
rack (>= 1.1.0)
arel (2.0.9)
bcrypt-ruby (2.1.4)
bson (1.3.0)
bson_ext (1.3.0)
builder (2.1.2)
cancan (1.6.4)
capistrano (2.6.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)
crack (0.1.8)
database_cleaner (0.6.7)
devise (1.3.4)
bcrypt-ruby (~> 2.1.2)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
diff-lcs (1.1.2)
dragonfly (0.9.8)
rack
erubis (2.6.6)
abstract (>= 1.0.0)
eventmachine (0.12.10)
fabrication (0.9.5)
fakeweb (1.3.0)
god (0.11.0)
haml (3.1.1)
highline (1.6.1)
hpricot (0.8.4)
httparty (0.7.4)
crack (= 0.1.8)
i18n (0.5.0)
kaminari (0.12.4)
rails (>= 3.0.0)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mongo (1.3.0)
bson (>= 1.3.0)
mongoid (2.0.1)
activemodel (~> 3.0)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre)
mongoid_denormalize (0.2.0)
mongoid (~> 2.0.0.beta9)
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)
orm_adapter (0.0.5)
polyglot (0.3.1)
rack (1.2.4)
rack-cache (1.0.2)
rack (>= 0.4)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
bundler (~> 1.0)
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.2)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rspec-rails (2.5.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.5.0)
ruby_parser (2.0.6)
sexp_processor (~> 3.0)
sexp_processor (3.0.5)
simple_oauth (0.1.4)
structure (0.1.0)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
twitter-stream (0.1.13)
eventmachine (~> 0.12.8)
simple_oauth (~> 0.1.4)
tzinfo (0.3.27)
warden (1.0.4)
rack (>= 1.0)
web-app-theme (0.6.3)
will_paginate (3.0.pre2)
PLATFORMS
ruby
DEPENDENCIES
acts_as_api
bson_ext
cancan
capistrano
capistrano-ext
daemon-spawn!
database_cleaner
devise (= 1.3.4)
dragonfly (~> 0.9.3)
eventmachine
fabrication
fakeweb
god
haml
hpricot
httparty
kaminari
mongoid
mongoid_denormalize
rack-cache
rspec-rails (~> 2.5.0)
ruby_parser
songkickr!
structure
twitter-stream
web-app-theme (>= 0.6.3)
will_paginate (~> 3.0.pre2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment