Add thumbnailer gem, update README.
... | @@ -64,12 +64,15 @@ gem 'delayed_job_active_record' | ... | @@ -64,12 +64,15 @@ gem 'delayed_job_active_record' |
# required by cap3 delayed-job but has to be specified manually >_< | # required by cap3 delayed-job but has to be specified manually >_< | ||
gem 'daemons' | gem 'daemons' | ||
# dataset previews | |||
gem 'thumbnailer', :git => 'https://github.com/merlin-p/thumbnailer.git' | |||
group :production do | group :production do | ||
if ENV["RAILS_ENV"] == "production" | if ENV["RAILS_ENV"] == "production" | ||
gem 'openbabel' | gem 'openbabel' | ||
end | end | ||
gem 'unicorn' | gem 'unicorn' | ||
end | end | ||
group :development, :test do | group :development, :test do | ||
... | ... |
Please register or sign in to comment