Skip to content

Instantly share code, notes, and snippets.

@jerefrer
Created October 22, 2013 05:58
Show Gist options
  • Save jerefrer/7095815 to your computer and use it in GitHub Desktop.
Save jerefrer/7095815 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.2.12'
gem 'mysql2'
gem 'unicorn'
gem "therubyracer", ">= 0.8.2"
gem 'fastercsv' if RUBY_VERSION < "1.9"
gem "settingslogic"
gem 'coffee-rails', "~> 3.2.1"
group :assets do
gem 'sass-rails', " ~> 3.2.3"
gem 'uglifier', '>= 1.0.3'
gem 'bourbon'
end
group :development do
gem "haml-rails", ">= 0.3.4"
gem 'capistrano'
gem 'capistrano-ext'
gem 'rvm-capistrano'
gem "letter_opener"
gem 'flickraw'
gem 'rails-footnotes', '>= 3.7.9'
end
group :development, :test do
gem "rspec-rails", ">= 2.6.1"
gem "factory_girl_rails"
gem 'steak'
gem 'spork', '~> 0.9.0.rc'
gem 'guard-rspec'
gem 'guard-spork'
#gem 'rb-inotify'
gem 'libnotify'
gem 'email_spec'
gem 'pry-rails'
gem 'populator'
gem 'faker'
end
group :test do
gem "database_cleaner", ">= 0.6.7"
gem "launchy", ">= 2.0.5"
gem 'mocha'
end
group :production do
gem 'newrelic_rpm'
end
gem 'airbrake'
gem 'rack-raw-upload'
gem "hirb"
gem "haml", ">= 3.1.2"
gem 'jquery-rails', '2.1.4'
gem "sass", ">= 3.1.6"
gem 'redcarpet'
gem 'kaminari'
gem "ckeditor"
gem "devise"
gem "cancan"
gem "paperclip", '~> 2.7.0'
gem 'omniauth-facebook'
gem 'omniauth-twitter'
gem 'omniauth-google-oauth2'
gem 'omniauth-linkedin'
gem 'omniauth-viadeo'
gem "jammit"
gem "loofah"
gem 'thumbs_up', :git => "git://github.com/jerefrer/thumbs_up.git"
gem "friendly_id"
gem 'validates_timeliness', '~> 3.0.2'
gem 'geocoder'
gem 'gmaps4rails'
gem 'awesome_nested_set'
gem "breadcrumbs_on_rails"
gem 'rails-translate-routes', '~> 0.1.3'
gem "acts_as_follower"
gem 'acts-as-messageable', '0.4.5'
gem 'tire'
gem 'spreadsheet'
gem 'gibbon', '~> 0.3.5'
gem 'rest-client'
gem 'immigrant'
gem "jqcloud-rails"
gem 'mobile-fu'
gem 'globalize3'
gem 'rails_admin_globalize'
gem 'facebox-rails'
gem 'backports'
gem 'mercury-rails'
gem 'humanizer', :git => "git://github.com/jerefrer/humanizer.git"
gem 'oauth', :git => "git://github.com/contextoptional/oauth-ruby.git"
gem 'acts-as-taggable-on', :git => "git://github.com/mbleigh/acts-as-taggable-on.git"
gem "timeline_fu", :git => "git://github.com/cmer/timeline_fu.git"
gem "rails_admin", :git => "git://github.com/sferik/rails_admin.git", :tag => "v0.3.0"
gem "frontend-helpers", :git => "git://github.com/l4u/frontend-helpers.git", :branch => "rails32"
gem 'yaml_db', :git => "git://github.com/pcreux/yaml_db.git"
gem 'meta-tags', :require => 'meta_tags'
gem 'whenever', :require => false
gem "watu_table_builder", :require => "table_builder"
gem 'dalli'
GIT
remote: git://github.com/cmer/timeline_fu.git
revision: 97b5b8c8a51e962b4bf8fa52a5fd13b4ca0b1a07
specs:
timeline_fu (0.4.4)
activerecord
GIT
remote: git://github.com/contextoptional/oauth-ruby.git
revision: 84bbf0b332e9b21434561ed1b957babbd061a80c
specs:
oauth (0.4.7)
GIT
remote: git://github.com/jerefrer/humanizer.git
revision: 8483fbae41f20d046f7b0be9886eb5b3b3da7910
specs:
humanizer (2.5.0)
GIT
remote: git://github.com/jerefrer/thumbs_up.git
revision: eb068530149e52373ba3f359c8eb722ed1310e6c
specs:
thumbs_up (0.5.3)
activerecord
GIT
remote: git://github.com/l4u/frontend-helpers.git
revision: 8f50cb8bf5d5b7bd1e2c0748b20d881a9b6b7a35
branch: rails32
specs:
frontend-helpers (0.1.1)
haml-rails
rails (>= 3.1.0)
sass-rails
GIT
remote: git://github.com/mbleigh/acts-as-taggable-on.git
revision: 4690e041e59114ad1d42efaa463462140a703dba
specs:
acts-as-taggable-on (2.2.2)
rails (~> 3.0)
GIT
remote: git://github.com/pcreux/yaml_db.git
revision: 04a0802eb7a9d90041196ef47630215a99b59e2b
specs:
yaml_db (0.2.2)
GIT
remote: git://github.com/sferik/rails_admin.git
revision: 4ca886ed632e29412481c791553f341286570651
tag: v0.3.0
specs:
rails_admin (0.3.0)
bootstrap-sass (~> 2.1)
coffee-rails (~> 3.1)
font-awesome-sass-rails (~> 2.0)
haml (~> 3.1)
jquery-rails (~> 2.1)
jquery-ui-rails (~> 2.0)
kaminari (~> 0.14)
nested_form (> 0.2.3, < 0.4.0)
rack-pjax (~> 0.6)
rails (~> 3.1)
remotipart (~> 1.0)
sass-rails (~> 3.1)
GEM
remote: http://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
actionmailer (3.2.12)
actionpack (= 3.2.12)
mail (~> 2.4.4)
actionpack (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
activerecord (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
acts-as-messageable (0.4.5)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
ancestry (~> 1.2.4)
railties (>= 3.0.0)
acts_as_follower (0.1.1)
addressable (2.2.7)
airbrake (3.1.12)
activesupport
builder
json
ancestry (1.2.5)
activerecord (>= 2.2.2)
arel (3.0.2)
awesome_nested_set (2.1.2)
activerecord (>= 3.0.0)
backports (3.1.1)
bcrypt-ruby (3.0.1)
bootstrap-sass (2.3.0.1)
sass (~> 3.2)
bourbon (1.4.0)
sass (>= 3.1)
breadcrumbs_on_rails (2.2.0)
builder (3.0.4)
cancan (1.6.7)
capistrano (2.11.2)
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)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.1)
ffi (~> 1.0.6)
chronic (0.6.7)
ckeditor (3.7.2)
mime-types
orm_adapter
cocaine (0.2.1)
coderay (1.0.5)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
dalli (2.0.5)
database_cleaner (0.7.2)
devise (2.0.4)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
railties (~> 3.1)
warden (~> 1.1.1)
diff-lcs (1.1.3)
email_spec (1.2.1)
mail (~> 2.2)
rspec (~> 2.0)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
facebox-rails (0.2.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
factory_girl (2.2.0)
activesupport
factory_girl_rails (1.3.0)
factory_girl (~> 2.2.0)
railties (>= 3.0.0)
faker (1.0.1)
i18n (~> 0.4)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
fastercsv (1.5.4)
ffi (1.0.11)
flickraw (0.9.5)
font-awesome-sass-rails (2.0.0.0)
railties (>= 3.1.1)
sass-rails (>= 3.1.1)
foreigner (1.2.1)
activerecord (>= 3.0.0)
friendly_id (4.0.9)
geocoder (1.1.1)
gibbon (0.3.5)
httparty (> 0.6.0)
httparty (> 0.6.0)
json (> 1.4.0)
json (> 1.4.0)
rdoc
globalize3 (0.2.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
paper_trail (~> 2)
gmaps4rails (1.4.8)
json
guard (1.0.1)
ffi (>= 0.5.0)
thor (~> 0.14.6)
guard-rspec (0.7.0)
guard (>= 0.10.0)
guard-spork (0.6.0)
guard (>= 0.10.0)
spork (>= 0.8.4)
haml (3.1.7)
haml-rails (0.3.4)
actionpack (~> 3.0)
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
hashie (1.2.0)
hashr (0.0.20)
highline (1.6.11)
hike (1.2.1)
hirb (0.6.2)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
i18n (0.6.4)
immigrant (0.1.3)
activerecord (>= 3.0)
foreigner (>= 1.1.6)
jammit (0.6.5)
yui-compressor (>= 0.9.3)
journey (1.0.4)
jqcloud-rails (1.0.0)
jquery-rails
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (2.0.2)
jquery-rails
railties (>= 3.1.0)
json (1.7.7)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.7.4)
launchy (2.1.0)
addressable (~> 2.2.6)
letter_opener (0.0.2)
launchy
libnotify (0.7.2)
libv8 (3.3.10.4)
loofah (1.2.0)
nokogiri (>= 1.4.4)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mercury-rails (0.9.0)
coffee-rails
railties (~> 3.2)
meta-tags (1.2.6)
actionpack
metaclass (0.0.1)
method_source (0.7.1)
mime-types (1.21)
mobile-fu (1.1.1)
rack-mobile-detect
rails
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.7.2)
multi_xml (0.5.1)
multipart-post (1.1.5)
mysql2 (0.3.11)
nested_form (0.3.1)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.3.0)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
newrelic_rpm (3.5.4.33)
nokogiri (1.5.2)
oauth2 (0.5.2)
faraday (~> 0.7)
multi_json (~> 1.0)
omniauth (1.0.3)
hashie (~> 1.2)
rack
omniauth-facebook (1.2.0)
omniauth-oauth2 (~> 1.0.0)
omniauth-google-oauth2 (0.1.9)
omniauth (~> 1.0)
omniauth-oauth2
omniauth-linkedin (0.0.6)
omniauth-oauth (~> 1.0.0)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.0.0)
oauth2 (~> 0.5.0)
omniauth (~> 1.0)
omniauth-twitter (0.0.9)
omniauth-oauth (~> 1.0)
omniauth-viadeo (0.0.5)
omniauth-oauth2 (~> 1.0.0)
open4 (1.3.0)
orm_adapter (0.0.7)
paper_trail (2.7.1)
activerecord (~> 3.0)
railties (~> 3.0)
paperclip (2.7.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
polyglot (0.3.3)
populator (1.0.0)
pry (0.9.8.4)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry-rails (0.1.6)
pry
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-mobile-detect (0.4.0)
rack
rack-pjax (0.7.0)
nokogiri (~> 1.5)
rack (~> 1.3)
rack-raw-upload (1.1.0)
json
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.12)
actionmailer (= 3.2.12)
actionpack (= 3.2.12)
activerecord (= 3.2.12)
activeresource (= 3.2.12)
activesupport (= 3.2.12)
bundler (~> 1.0)
railties (= 3.2.12)
rails-footnotes (3.7.9)
rails (>= 3.0.0)
rails-translate-routes (0.1.3)
activesupport (>= 3.1)
rails_admin_globalize (0.0.3)
globalize3 (= 0.2.0)
rails (~> 3.2)
rails_admin (~> 0.3.0)
railties (3.2.12)
actionpack (= 3.2.12)
activesupport (= 3.2.12)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.8.0)
rake (10.0.3)
rdoc (3.12.1)
json (~> 1.4)
redcarpet (2.1.1)
remotipart (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
rspec-rails (2.9.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.9.0)
ruby-ole (1.2.11.3)
rubyzip (0.9.6.1)
rvm-capistrano (1.2.2)
capistrano (>= 2.0.0)
sass (3.2.0)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.20.0)
childprocess (>= 0.2.5)
ffi (~> 1.0)
multi_json (~> 1.0)
rubyzip
settingslogic (2.0.8)
slop (2.4.4)
spork (0.9.0)
spreadsheet (0.7.3)
ruby-ole (>= 1.0)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
steak (2.0.0)
capybara (>= 1.0.0)
rspec-rails (>= 2.5.0)
therubyracer (0.10.0)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
timeliness (0.3.6)
tire (0.4.0)
activemodel (>= 3.0)
hashr (~> 0.0.19)
multi_json (~> 1.0)
rake
rest-client (~> 1.6)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.35)
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unicorn (4.2.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
validates_timeliness (3.0.11)
timeliness (~> 0.3.6)
warden (1.1.1)
rack (>= 1.0)
watu_table_builder (0.3.0)
whenever (0.7.3)
activesupport (>= 2.3.4)
chronic (~> 0.6.3)
xpath (0.1.4)
nokogiri (~> 1.3)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
PLATFORMS
ruby
DEPENDENCIES
acts-as-messageable (= 0.4.5)
acts-as-taggable-on!
acts_as_follower
airbrake
awesome_nested_set
backports
bourbon
breadcrumbs_on_rails
cancan
capistrano
capistrano-ext
ckeditor
coffee-rails (~> 3.2.1)
dalli
database_cleaner (>= 0.6.7)
devise
email_spec
facebox-rails
factory_girl_rails
faker
fastercsv
flickraw
friendly_id
frontend-helpers!
geocoder
gibbon (~> 0.3.5)
globalize3
gmaps4rails
guard-rspec
guard-spork
haml (>= 3.1.2)
haml-rails (>= 0.3.4)
hirb
humanizer!
immigrant
jammit
jqcloud-rails
jquery-rails (= 2.1.4)
kaminari
launchy (>= 2.0.5)
letter_opener
libnotify
loofah
mercury-rails
meta-tags
mobile-fu
mocha
mysql2
newrelic_rpm
oauth!
omniauth-facebook
omniauth-google-oauth2
omniauth-linkedin
omniauth-twitter
omniauth-viadeo
paperclip (~> 2.7.0)
populator
pry-rails
rack-raw-upload
rails (= 3.2.12)
rails-footnotes (>= 3.7.9)
rails-translate-routes (~> 0.1.3)
rails_admin!
rails_admin_globalize
redcarpet
rest-client
rspec-rails (>= 2.6.1)
rvm-capistrano
sass (>= 3.1.6)
sass-rails (~> 3.2.3)
settingslogic
spork (~> 0.9.0.rc)
spreadsheet
steak
therubyracer (>= 0.8.2)
thumbs_up!
timeline_fu!
tire
uglifier (>= 1.0.3)
unicorn
validates_timeliness (~> 3.0.2)
watu_table_builder
whenever
yaml_db!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment