Created
August 14, 2014 14:54
-
-
Save mustmodify/f77512c5e0961ab17edc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# Rails, Server, DB | |
gem 'rails', '4.0.2' | |
gem 'mysql2' | |
gem 'puma' | |
# tools | |
gem 'bcrypt-ruby' # required by has_secure_password | |
gem 'better_errors', group: [:development] | |
gem 'blockscore' | |
gem 'capistrano', '~> 2.12.0' | |
gem 'collection-json', :git => '[email protected]:mustmodify/collection-json.rb.git' | |
gem 'database_cleaner' | |
gem 'factory_girl', group: [:test] # helps with testing | |
gem 'haml-rails' # view engine and default templates | |
gem 'httparty' | |
gem 'namecase', :git => '[email protected]:mustmodify/namecase.git' | |
# attempt to properly capitalize UPCASED names | |
gem 'paperclip' | |
gem 'paperclip-aws' # storing photos on the cloud | |
gem 'rollbar' # error tracking | |
gem 'rspec-rails', '~> 2.0', group: [:development, :test] | |
gem "rubysl" | |
gem "rubysl-test-unit", group: [:test] | |
gem 'racc' | |
gem 'sdoc', require: false, group: :doc # bundle exec rake doc:rails generates the API under doc/api. | |
gem 'simple_form' | |
gem 'therubyracer', platforms: :ruby | |
gem 'turbolinks' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | |
gem 'uglifier', '>= 1.3.0' | |
gem 'valuable' | |
gem 'warden' | |
# assets | |
gem 'jquery-rails' | |
gem 'twitter-bootstrap-rails' | |
gem 'rails_bootstrap_navbar' | |
gem 'angularjs-rails' | |
gem 'angular-ui-bootstrap-rails' | |
gem 'angularjs-rails-resource' | |
gem 'will_paginate-bootstrap' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: [email protected]:mustmodify/collection-json.rb.git | |
revision: b0d62926882210f2b52b71710eede5aa260fb910 | |
specs: | |
collection-json (0.1.6) | |
GIT | |
remote: [email protected]:mustmodify/namecase.git | |
revision: 2b2f03929afd6aeb7b81987c440a526dc8a418fa | |
specs: | |
namecase (1.2.0) | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.0.2) | |
actionpack (= 4.0.2) | |
mail (~> 2.5.4) | |
actionpack (4.0.2) | |
activesupport (= 4.0.2) | |
builder (~> 3.1.0) | |
erubis (~> 2.7.0) | |
rack (~> 1.5.2) | |
rack-test (~> 0.6.2) | |
activemodel (4.0.2) | |
activesupport (= 4.0.2) | |
builder (~> 3.1.0) | |
activerecord (4.0.2) | |
activemodel (= 4.0.2) | |
activerecord-deprecated_finders (~> 1.0.2) | |
activesupport (= 4.0.2) | |
arel (~> 4.0.0) | |
activerecord-deprecated_finders (1.0.3) | |
activesupport (4.0.2) | |
i18n (~> 0.6, >= 0.6.4) | |
minitest (~> 4.2) | |
multi_json (~> 1.3) | |
thread_safe (~> 0.1) | |
tzinfo (~> 0.3.37) | |
angular-ui-bootstrap-rails (0.6.0.0) | |
angularjs-rails (1.0.8) | |
angularjs-rails-resource (0.2.2) | |
arel (4.0.2) | |
aws-sdk (1.29.1) | |
json (~> 1.4) | |
nokogiri (>= 1.4.4) | |
uuidtools (~> 2.1) | |
bcrypt (3.1.7) | |
bcrypt-ruby (3.1.5) | |
bcrypt (>= 3.1.3) | |
better_errors (1.1.0) | |
coderay (>= 1.0.0) | |
erubis (>= 2.6.6) | |
blockscore (3.0.0) | |
httparty (~> 0.11.0) | |
bootstrap-navbar (0.0.13) | |
builder (3.1.4) | |
capistrano (2.12.0) | |
highline | |
net-scp (>= 1.0.0) | |
net-sftp (>= 2.0.0) | |
net-ssh (>= 2.0.14) | |
net-ssh-gateway (>= 1.1.0) | |
climate_control (0.0.3) | |
activesupport (>= 3.0) | |
cocaine (0.5.1) | |
climate_control (>= 0.0.3, < 1.0) | |
coderay (1.1.0) | |
coffee-rails (4.0.0) | |
coffee-script (>= 2.2.0) | |
railties (>= 4.0.0.beta, < 5.0) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.6.3) | |
database_cleaner (1.2.0) | |
diff-lcs (1.2.4) | |
erubis (2.7.0) | |
execjs (2.0.1) | |
factory_girl (4.2.0) | |
activesupport (>= 3.0.0) | |
ffi2-generators (0.1.1) | |
haml (4.0.3) | |
tilt | |
haml-rails (0.4) | |
actionpack (>= 3.1, < 4.1) | |
activesupport (>= 3.1, < 4.1) | |
haml (>= 3.1, < 4.1) | |
railties (>= 3.1, < 4.1) | |
highline (1.6.20) | |
hike (1.2.3) | |
httparty (0.11.0) | |
multi_json (~> 1.0) | |
multi_xml (>= 0.5.2) | |
i18n (0.6.11) | |
jquery-rails (3.0.4) | |
railties (>= 3.0, < 5.0) | |
thor (>= 0.14, < 2.0) | |
json (1.8.1) | |
libv8 (3.16.14.3) | |
mail (2.5.4) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
mime-types (1.25.1) | |
mini_portile (0.5.2) | |
minitest (4.7.5) | |
multi_json (1.10.1) | |
multi_xml (0.5.5) | |
mysql2 (0.3.13) | |
net-scp (1.1.2) | |
net-ssh (>= 2.6.5) | |
net-sftp (2.1.2) | |
net-ssh (>= 2.6.5) | |
net-ssh (2.7.0) | |
net-ssh-gateway (1.2.0) | |
net-ssh (>= 2.6.5) | |
nokogiri (1.6.0) | |
mini_portile (~> 0.5.0) | |
paperclip (3.5.1) | |
activemodel (>= 3.0.0) | |
activesupport (>= 3.0.0) | |
cocaine (~> 0.5.0) | |
mime-types | |
paperclip-aws (1.6.7) | |
aws-sdk (>= 1.2.0) | |
paperclip (>= 2.5.0) | |
polyglot (0.3.5) | |
puma (2.5.1) | |
rack (>= 1.1, < 2.0) | |
racc (1.4.10) | |
rack (1.5.2) | |
rack-test (0.6.2) | |
rack (>= 1.0) | |
rails (4.0.2) | |
actionmailer (= 4.0.2) | |
actionpack (= 4.0.2) | |
activerecord (= 4.0.2) | |
activesupport (= 4.0.2) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 4.0.2) | |
sprockets-rails (~> 2.0.0) | |
rails_bootstrap_navbar (0.2.1) | |
bootstrap-navbar (~> 0.0.13) | |
railties (4.0.2) | |
actionpack (= 4.0.2) | |
activesupport (= 4.0.2) | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rake (10.3.2) | |
rdoc (3.12.2) | |
json (~> 1.4) | |
ref (1.0.5) | |
rollbar (0.12.17) | |
multi_json (~> 1.3) | |
rspec-core (2.14.5) | |
rspec-expectations (2.14.2) | |
diff-lcs (>= 1.1.3, < 2.0) | |
rspec-mocks (2.14.3) | |
rspec-rails (2.14.0) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
railties (>= 3.0) | |
rspec-core (~> 2.14.0) | |
rspec-expectations (~> 2.14.0) | |
rspec-mocks (~> 2.14.0) | |
rubysl (2.0.15) | |
rubysl-abbrev (~> 2.0) | |
rubysl-base64 (~> 2.0) | |
rubysl-benchmark (~> 2.0) | |
rubysl-bigdecimal (~> 2.0) | |
rubysl-cgi (~> 2.0) | |
rubysl-cgi-session (~> 2.0) | |
rubysl-cmath (~> 2.0) | |
rubysl-complex (~> 2.0) | |
rubysl-continuation (~> 2.0) | |
rubysl-coverage (~> 2.0) | |
rubysl-csv (~> 2.0) | |
rubysl-curses (~> 2.0) | |
rubysl-date (~> 2.0) | |
rubysl-delegate (~> 2.0) | |
rubysl-digest (~> 2.0) | |
rubysl-drb (~> 2.0) | |
rubysl-e2mmap (~> 2.0) | |
rubysl-english (~> 2.0) | |
rubysl-enumerator (~> 2.0) | |
rubysl-erb (~> 2.0) | |
rubysl-etc (~> 2.0) | |
rubysl-expect (~> 2.0) | |
rubysl-fcntl (~> 2.0) | |
rubysl-fiber (~> 2.0) | |
rubysl-fileutils (~> 2.0) | |
rubysl-find (~> 2.0) | |
rubysl-forwardable (~> 2.0) | |
rubysl-getoptlong (~> 2.0) | |
rubysl-gserver (~> 2.0) | |
rubysl-io-console (~> 2.0) | |
rubysl-io-nonblock (~> 2.0) | |
rubysl-io-wait (~> 2.0) | |
rubysl-ipaddr (~> 2.0) | |
rubysl-irb (~> 2.0) | |
rubysl-logger (~> 2.0) | |
rubysl-mathn (~> 2.0) | |
rubysl-matrix (~> 2.0) | |
rubysl-mkmf (~> 2.0) | |
rubysl-monitor (~> 2.0) | |
rubysl-mutex_m (~> 2.0) | |
rubysl-net-ftp (~> 2.0) | |
rubysl-net-http (~> 2.0) | |
rubysl-net-imap (~> 2.0) | |
rubysl-net-pop (~> 2.0) | |
rubysl-net-protocol (~> 2.0) | |
rubysl-net-smtp (~> 2.0) | |
rubysl-net-telnet (~> 2.0) | |
rubysl-nkf (~> 2.0) | |
rubysl-observer (~> 2.0) | |
rubysl-open-uri (~> 2.0) | |
rubysl-open3 (~> 2.0) | |
rubysl-openssl (~> 2.0) | |
rubysl-optparse (~> 2.0) | |
rubysl-ostruct (~> 2.0) | |
rubysl-pathname (~> 2.0) | |
rubysl-prettyprint (~> 2.0) | |
rubysl-prime (~> 2.0) | |
rubysl-profile (~> 2.0) | |
rubysl-profiler (~> 2.0) | |
rubysl-pstore (~> 2.0) | |
rubysl-pty (~> 2.0) | |
rubysl-rational (~> 2.0) | |
rubysl-readline (~> 2.0) | |
rubysl-resolv (~> 2.0) | |
rubysl-rexml (~> 2.0) | |
rubysl-rinda (~> 2.0) | |
rubysl-rss (~> 2.0) | |
rubysl-scanf (~> 2.0) | |
rubysl-securerandom (~> 2.0) | |
rubysl-set (~> 2.0) | |
rubysl-shellwords (~> 2.0) | |
rubysl-singleton (~> 2.0) | |
rubysl-socket (~> 2.0) | |
rubysl-stringio (~> 2.0) | |
rubysl-strscan (~> 2.0) | |
rubysl-sync (~> 2.0) | |
rubysl-syslog (~> 2.0) | |
rubysl-tempfile (~> 2.0) | |
rubysl-thread (~> 2.0) | |
rubysl-thwait (~> 2.0) | |
rubysl-time (~> 2.0) | |
rubysl-timeout (~> 2.0) | |
rubysl-tmpdir (~> 2.0) | |
rubysl-tsort (~> 2.0) | |
rubysl-un (~> 2.0) | |
rubysl-uri (~> 2.0) | |
rubysl-weakref (~> 2.0) | |
rubysl-webrick (~> 2.0) | |
rubysl-xmlrpc (~> 2.0) | |
rubysl-yaml (~> 2.0) | |
rubysl-zlib (~> 2.0) | |
rubysl-abbrev (2.0.4) | |
rubysl-base64 (2.0.0) | |
rubysl-benchmark (2.0.1) | |
rubysl-bigdecimal (2.0.2) | |
rubysl-cgi (2.0.1) | |
rubysl-cgi-session (2.0.1) | |
rubysl-cmath (2.0.0) | |
rubysl-complex (2.0.0) | |
rubysl-continuation (2.0.0) | |
rubysl-coverage (2.0.3) | |
rubysl-csv (2.0.2) | |
rubysl-english (~> 2.0) | |
rubysl-curses (2.0.1) | |
rubysl-date (2.0.6) | |
rubysl-delegate (2.0.1) | |
rubysl-digest (2.0.3) | |
rubysl-drb (2.0.1) | |
rubysl-e2mmap (2.0.0) | |
rubysl-english (2.0.0) | |
rubysl-enumerator (2.0.0) | |
rubysl-erb (2.0.1) | |
rubysl-etc (2.0.3) | |
ffi2-generators (~> 0.1) | |
rubysl-expect (2.0.0) | |
rubysl-fcntl (2.0.4) | |
ffi2-generators (~> 0.1) | |
rubysl-fiber (2.0.0) | |
rubysl-fileutils (2.0.3) | |
rubysl-find (2.0.1) | |
rubysl-forwardable (2.0.1) | |
rubysl-getoptlong (2.0.0) | |
rubysl-gserver (2.0.0) | |
rubysl-socket (~> 2.0) | |
rubysl-thread (~> 2.0) | |
rubysl-io-console (2.0.0) | |
rubysl-io-nonblock (2.0.0) | |
rubysl-io-wait (2.0.0) | |
rubysl-ipaddr (2.0.0) | |
rubysl-irb (2.0.4) | |
rubysl-e2mmap (~> 2.0) | |
rubysl-mathn (~> 2.0) | |
rubysl-readline (~> 2.0) | |
rubysl-thread (~> 2.0) | |
rubysl-logger (2.0.0) | |
rubysl-mathn (2.0.0) | |
rubysl-matrix (2.1.0) | |
rubysl-e2mmap (~> 2.0) | |
rubysl-mkmf (2.0.1) | |
rubysl-fileutils (~> 2.0) | |
rubysl-shellwords (~> 2.0) | |
rubysl-monitor (2.0.0) | |
rubysl-mutex_m (2.0.0) | |
rubysl-net-ftp (2.0.1) | |
rubysl-net-http (2.0.4) | |
rubysl-cgi (~> 2.0) | |
rubysl-erb (~> 2.0) | |
rubysl-singleton (~> 2.0) | |
rubysl-net-imap (2.0.1) | |
rubysl-net-pop (2.0.1) | |
rubysl-net-protocol (2.0.1) | |
rubysl-net-smtp (2.0.1) | |
rubysl-net-telnet (2.0.0) | |
rubysl-nkf (2.0.1) | |
rubysl-observer (2.0.0) | |
rubysl-open-uri (2.0.0) | |
rubysl-open3 (2.0.0) | |
rubysl-openssl (2.1.0) | |
rubysl-optparse (2.0.1) | |
rubysl-shellwords (~> 2.0) | |
rubysl-ostruct (2.0.4) | |
rubysl-pathname (2.0.0) | |
rubysl-prettyprint (2.0.2) | |
rubysl-prime (2.0.1) | |
rubysl-profile (2.0.0) | |
rubysl-profiler (2.0.1) | |
rubysl-pstore (2.0.0) | |
rubysl-pty (2.0.2) | |
rubysl-rational (2.0.1) | |
rubysl-readline (2.0.2) | |
rubysl-resolv (2.0.0) | |
rubysl-rexml (2.0.2) | |
rubysl-rinda (2.0.1) | |
rubysl-rss (2.0.0) | |
rubysl-scanf (2.0.0) | |
rubysl-securerandom (2.0.0) | |
rubysl-set (2.0.1) | |
rubysl-shellwords (2.0.0) | |
rubysl-singleton (2.0.0) | |
rubysl-socket (2.0.1) | |
rubysl-stringio (2.0.0) | |
rubysl-strscan (2.0.0) | |
rubysl-sync (2.0.0) | |
rubysl-syslog (2.0.1) | |
ffi2-generators (~> 0.1) | |
rubysl-tempfile (2.0.1) | |
rubysl-test-unit (2.0.3) | |
minitest (~> 4.7) | |
rubysl-thread (2.0.2) | |
rubysl-thwait (2.0.0) | |
rubysl-time (2.0.3) | |
rubysl-timeout (2.0.0) | |
rubysl-tmpdir (2.0.0) | |
rubysl-tsort (2.0.1) | |
rubysl-un (2.0.0) | |
rubysl-fileutils (~> 2.0) | |
rubysl-optparse (~> 2.0) | |
rubysl-uri (2.0.0) | |
rubysl-weakref (2.0.0) | |
rubysl-webrick (2.0.0) | |
rubysl-xmlrpc (2.0.0) | |
rubysl-yaml (2.0.4) | |
rubysl-zlib (2.0.1) | |
sdoc (0.3.20) | |
json (>= 1.1.3) | |
rdoc (~> 3.10) | |
simple_form (1.4.1) | |
sprockets (2.12.1) | |
hike (~> 1.2) | |
multi_json (~> 1.0) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
sprockets-rails (2.0.1) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
sprockets (~> 2.8) | |
therubyracer (0.12.0) | |
libv8 (~> 3.16.14.0) | |
ref | |
thor (0.19.1) | |
thread_safe (0.3.4) | |
tilt (1.4.1) | |
treetop (1.4.15) | |
polyglot | |
polyglot (>= 0.3.1) | |
turbolinks (1.3.0) | |
coffee-rails | |
twitter-bootstrap-rails (2.2.8) | |
actionpack (>= 3.1) | |
execjs | |
rails (>= 3.1) | |
railties (>= 3.1) | |
tzinfo (0.3.40) | |
uglifier (2.2.1) | |
execjs (>= 0.3.0) | |
multi_json (~> 1.0, >= 1.0.2) | |
uuidtools (2.1.4) | |
valuable (0.9.8) | |
warden (1.2.3) | |
rack (>= 1.0) | |
will_paginate (3.0.5) | |
will_paginate-bootstrap (0.2.5) | |
will_paginate (>= 3.0.3) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
angular-ui-bootstrap-rails | |
angularjs-rails | |
angularjs-rails-resource | |
bcrypt-ruby | |
better_errors | |
blockscore | |
capistrano (~> 2.12.0) | |
collection-json! | |
database_cleaner | |
factory_girl | |
haml-rails | |
httparty | |
jquery-rails | |
mysql2 | |
namecase! | |
paperclip | |
paperclip-aws | |
puma | |
racc | |
rails (= 4.0.2) | |
rails_bootstrap_navbar | |
rollbar | |
rspec-rails (~> 2.0) | |
rubysl | |
rubysl-test-unit | |
sdoc | |
simple_form | |
therubyracer | |
turbolinks | |
twitter-bootstrap-rails | |
uglifier (>= 1.3.0) | |
valuable | |
warden | |
will_paginate-bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment