Output
Ceilis-MacBook-Pro:colormyi ceili$ git push heroku master | |
Counting objects: 882, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (746/746), done. | |
Writing objects: 100% (882/882), 3.87 MiB | 536 KiB/s, done. | |
Total 882 (delta 49), reused 0 (delta 0) | |
-----> Ruby/Rails app detected | |
-----> Using Ruby version: ruby-1.9.3 | |
-----> Installing dependencies using Bundler version 1.3.2 | |
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching gem metadata from https://rubygems.org/.. | |
Fetching https://github.com/spree/spree_auth_devise.git | |
Fetching git://github.com/spree/spree_fancy.git | |
Fetching https://github.com/spree/spree_gateway.git | |
Installing rake (10.0.4) | |
Installing i18n (0.6.1) | |
Installing multi_json (1.7.6) | |
Installing activesupport (3.2.13) | |
Installing builder (3.0.4) | |
Installing activemodel (3.2.13) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.4) | |
Installing rack (1.4.5) | |
Installing rack-cache (1.2) | |
Installing rack-test (0.6.2) | |
Installing hike (1.2.3) | |
Installing tilt (1.4.1) | |
Installing sprockets (2.2.2) | |
Installing actionpack (3.2.13) | |
Installing mime-types (1.23) | |
Installing polyglot (0.3.3) | |
Installing treetop (1.4.14) | |
Installing mail (2.5.4) | |
Installing actionmailer (3.2.13) | |
Installing active_utils (1.0.5) | |
Installing json (1.8.0) | |
Installing money (5.1.1) | |
Installing nokogiri (1.5.9) | |
Installing activemerchant (1.33.0) | |
Installing arel (3.0.2) | |
Installing tzinfo (0.3.37) | |
Installing activerecord (3.2.13) | |
Installing activeresource (3.2.13) | |
Installing acts_as_list (0.2.0) | |
Installing gyoku (0.4.6) | |
Installing akami (1.2.0) | |
Installing awesome_nested_set (2.1.5) | |
Installing multi_xml (0.5.4) | |
Installing httparty (0.11.0) | |
Installing uuidtools (2.1.4) | |
Installing aws-sdk (1.3.9) | |
Installing bcrypt-ruby (3.0.1) | |
Installing cancan (1.6.8) | |
Installing chunky_png (1.2.8) | |
Installing climate_control (0.0.3) | |
Installing cocaine (0.5.1) | |
Installing coffee-script-source (1.6.2) | |
Installing execjs (1.4.0) | |
Installing coffee-script (2.2.0) | |
Installing rack-ssl (1.3.3) | |
Installing rdoc (3.12.2) | |
Installing thor (0.18.1) | |
Installing railties (3.2.13) | |
Installing coffee-rails (3.2.2) | |
Installing fssm (0.2.10) | |
Installing sass (3.2.9) | |
Installing compass (0.12.2) | |
Installing compass-rails (1.0.3) | |
Using bundler (1.3.2) | |
Installing rails (3.2.13) | |
Installing deface (0.9.1) | |
Installing orm_adapter (0.4.0) | |
Installing warden (1.2.1) | |
Installing devise (2.2.4) | |
Installing devise-encryptable (0.1.2) | |
Installing ffaker (1.16.1) | |
Installing highline (1.6.18) | |
Installing httpi (1.1.1) | |
Installing jquery-rails (2.2.1) | |
Installing kaminari (0.13.0) | |
Installing nori (1.1.5) | |
Installing paperclip (3.4.2) | |
Installing pg (0.15.1) | |
Installing polyamorous (0.5.0) | |
Installing rabl (0.8.4) | |
Installing ransack (0.7.2) | |
Installing sass-rails (3.2.6) | |
Installing wasabi (2.5.1) | |
Installing savon (1.2.0) | |
Installing select2-rails (3.2.1) | |
Installing state_machine (1.2.0) | |
Installing stringex (1.5.1) | |
Installing truncate_html (0.9.2) | |
Installing spree_core (2.0.1) | |
Installing versioncake (1.0.0) | |
Installing spree_api (2.0.1) | |
Installing spree_backend (2.0.1) | |
Installing spree_cmd (2.0.1) | |
Installing spree_frontend (2.0.1) | |
Installing spree_dash (2.0.1) | |
Installing spree_sample (2.0.1) | |
Installing spree (2.0.1) | |
Using spree_auth_devise (2.0.0) from https://github.com/spree/spree_auth_devise.git (at 2-0-stable) | |
Using spree_fancy (1.3.0) from git://github.com/spree/spree_fancy.git (at 2-0-stable) | |
Using spree_gateway (2.0.0) from https://github.com/spree/spree_gateway.git (at 2-0-stable) | |
Installing uglifier (2.1.1) | |
Your bundle is complete! It was installed into ./vendor/bundle | |
Post-install message from httparty: | |
When you HTTParty, you must party hard! | |
Post-install message from rdoc: | |
Depending on your version of ruby, you may need to install ruby rdoc/ri data: | |
<= 1.8.6 : unsupported | |
= 1.8.7 : gem install rdoc-data; rdoc-data --install | |
= 1.9.1 : gem install rdoc-data; rdoc-data --install | |
>= 1.9.2 : nothing to do! Yay! | |
Post-install message from paperclip: | |
################################################## | |
# NOTE FOR UPGRADING FROM PRE-3.0 VERSION # | |
################################################## | |
Paperclip 3.0 introduces a non-backward compatible change in your attachment | |
path. This will help to prevent attachment name clashes when you have | |
multiple attachments with the same name. If you didn't alter your | |
attachment's path and are using Paperclip's default, you'll have to add | |
`:path` and `:url` to your `has_attached_file` definition. For example: | |
has_attached_file :avatar, | |
:path => ":rails_root/public/system/:attachment/:id/:style/:filename", | |
:url => "/system/:attachment/:id/:style/:filename" | |
Cleaning up the bundler cache. | |
-----> Writing config/database.yml to read from DATABASE_URL | |
-----> Preparing app for Rails asset pipeline | |
Detected manifest.yml, assuming assets were compiled locally | |
-----> Rails plugin injection | |
Injecting rails_log_stdout | |
Injecting rails3_serve_static_assets | |
-----> Discovering process types | |
Procfile declares types -> (none) | |
Default types for Ruby/Rails -> console, rake, web, worker | |
-----> Compiled slug size: 30.2MB | |
-----> Launching... | |
! Push rejected, Internal error, please try again | |
To git@heroku.com:afternoon-retreat-6394.git | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to 'git@heroku.com:afternoon-retreat-6394.git' | |
Ceilis-MacBook-Pro:colormyi ceili$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment