source 'http://rubygems.org'
gem 'rails', '3.0.10'
# Essential
gem "devise"
gem 'bson_ext'
gem 'mongoid'
gem 'mongoid_grid', :require => 'mongoid/grid', :git => 'git://github.com/dbackeus/mongoid_grid.git'
gem 'mongo-resque', :require => 'resque'
gem 'json' # to get latest json for multi-json
gem 'streamio-ffmpeg', :git => 'git://github.com/streamio/streamio-ffmpeg.git'
gem 'streamio-magick'
gem 'airbrake'
gem 'httpi'
gem 'whenever', :require => false
group :web do
gem 'rpm_contrib'
gem 'will_paginate'
gem 'formtastic'
gem 'RedCloth'
end
# Depending on strategies
gem 'aws-s3', :require => 'aws/s3'
gem 'aws_cf_signer'
# Make sure we can find unicorn server side with bundler
gem 'unicorn', :require => false
group :test, :development do
gem "rspec-rails"
end
group :development do
gem "capistrano-ext", :require => false
end
group :test do
gem "factory_girl_rails"
gem "webmock"
end
group :log do
gem 'logparser', :git => 'git@github.com:streamio/logparser.git'
end
GIT
remote: git://github.com/dbackeus/mongoid_grid.git
revision: da93be418038dfcf267d276716189446ff074e90
specs:
mongoid_grid (0.0.8)
mime-types
mongoid (>= 2.0.0.beta.19)
GIT
remote: git://github.com/streamio/streamio-ffmpeg.git
revision: 025a935e90b45b366fcd2d6d4cc68b560a478104
specs:
streamio-ffmpeg (0.8.3)
GIT
remote: git@github.com:streamio/logparser.git
revision: 4195e5565ad79dccff7004e9bcc6bd38cd6e4bee
specs:
logparser (0.3.0)
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.8)
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)
activeresource (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
activesupport (3.0.10)
addressable (2.2.6)
airbrake (3.0.4)
activesupport
builder
arel (2.0.10)
aws-s3 (0.6.2)
builder
mime-types
xml-simple
aws_cf_signer (0.1.1)
bcrypt-ruby (3.0.1)
bson (1.4.0)
bson_ext (1.4.0)
builder (2.1.2)
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)
chronic (0.6.4)
crack (0.3.1)
devise (1.4.7)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
diff-lcs (1.1.3)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (2.1.0)
factory_girl_rails (1.2.0)
factory_girl (~> 2.1.0)
railties (>= 3.0.0)
formtastic (1.2.4)
actionpack (>= 2.3.7)
activesupport (>= 2.3.7)
i18n (~> 0.4)
highline (1.6.2)
httpi (0.9.5)
rack
i18n (0.5.0)
json (1.6.1)
kgio (2.6.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.1)
bson (>= 1.3.1)
mongo-resque (1.19.0)
mongo (~> 1.3.0)
multi_json (~> 1.0)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
mongoid (2.2.1)
activemodel (~> 3.0)
mongo (>= 1.3, < 1.4)
tzinfo (~> 0.3.22)
multi_json (1.0.3)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.2.1)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
newrelic_rpm (3.1.2)
orm_adapter (0.0.5)
polyglot (0.3.2)
rack (1.2.4)
rack-mount (0.6.14)
rack (>= 1.0.0)
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)
railties (3.0.10)
actionpack (= 3.0.10)
activesupport (= 3.0.10)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
raindrops (0.7.0)
rake (0.9.2)
rdoc (3.9.4)
rpm_contrib (2.1.4)
newrelic_rpm (>= 3.1.1)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rspec-rails (2.6.1)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.6.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
streamio-magick (0.2.2)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
unicorn (4.1.1)
kgio (~> 2.4)
rack
raindrops (~> 0.6)
vegas (0.1.8)
rack (>= 1.0.0)
warden (1.0.5)
rack (>= 1.0)
webmock (1.7.6)
addressable (~> 2.2, > 2.2.5)
crack (>= 0.1.7)
whenever (0.7.0)
activesupport (>= 2.3.4)
chronic (~> 0.6.3)
will_paginate (3.0.1)
xml-simple (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
airbrake
aws-s3
aws_cf_signer
bson_ext
capistrano-ext
devise
factory_girl_rails
formtastic
httpi
json
logparser!
mongo-resque
mongoid
mongoid_grid!
rails (= 3.0.10)
rpm_contrib
rspec-rails
streamio-ffmpeg!
streamio-magick
unicorn
webmock
whenever
will_paginate
$ bundle
Using rake (0.9.2)
Using RedCloth (4.2.8)
Using abstract (1.0.0)
Using activesupport (3.0.10)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.10)
Using erubis (2.6.6)
Using rack (1.2.4)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Using tzinfo (0.3.29)
Using actionpack (3.0.10)
Using mime-types (1.16)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.2.19)
Using actionmailer (3.0.10)
Using arel (2.0.10)
Using activerecord (3.0.10)
Using activeresource (3.0.10)
Using addressable (2.2.6)
Using airbrake (3.0.4)
Using xml-simple (1.1.0)
Using aws-s3 (0.6.2)
Using aws_cf_signer (0.1.1)
Using bcrypt-ruby (3.0.1)
Using bson (1.4.0)
Using bson_ext (1.4.0)
Using bundler (1.0.20)
Using highline (1.6.2)
Using net-ssh (2.2.1)
Using net-scp (1.0.4)
Using net-sftp (2.0.5)
Using net-ssh-gateway (1.1.0)
Using capistrano (2.8.0)
Using capistrano-ext (1.2.1)
Using chronic (0.6.4)
Using crack (0.3.1)
Using orm_adapter (0.0.5)
Using warden (1.0.5)
Using devise (1.4.7)
Using diff-lcs (1.1.3)
Using factory_girl (2.1.0)
Using rdoc (3.9.4)
Using thor (0.14.6)
Using railties (3.0.10)
Using factory_girl_rails (1.2.0)
Using formtastic (1.2.4)
Using httpi (0.9.5)
Using json (1.6.1)
Using kgio (2.6.0)
Using logparser (0.3.0) from git@github.com:streamio/logparser.git (at master)
NoMethodError: undefined method `write' for #<Syck::Emitter:0x000001012a7478>
An error occured while installing logparser (0.3.0), and Bundler cannot continue.
Make sure that `gem install logparser -v '0.3.0'` succeeds before bundling.