Created
June 13, 2012 21:08
-
-
Save julianvargasalvarez/2926514 to your computer and use it in GitHub Desktop.
asdfasdf
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
Counting objects: 40, done. | |
Compressing objects: 100% (23/23), done. | |
Writing objects: 100% (24/24), 3.20 KiB, done. | |
Total 24 (delta 14), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Ruby/Rails app detected | |
-----> Installing dependencies using Bundler version 1.2.0.pre | |
Running: bundle install --without development:test --path vendor/bundle --binstubs bin/ --deployment | |
Using rake (0.9.2.2) | |
Using i18n (0.6.0) | |
Using multi_json (1.3.4) | |
Using activesupport (3.2.3) | |
Using builder (3.0.0) | |
Using activemodel (3.2.3) | |
Using erubis (2.7.0) | |
Using journey (1.0.3) | |
Using rack (1.4.1) | |
Using rack-cache (1.2) | |
Using rack-test (0.6.1) | |
Using hike (1.2.1) | |
Using tilt (1.3.3) | |
Using sprockets (2.1.3) | |
Using actionpack (3.2.3) | |
Using mime-types (1.18) | |
Using polyglot (0.3.3) | |
Using treetop (1.4.10) | |
Using mail (2.4.4) | |
Using actionmailer (3.2.3) | |
Using active_attr (0.5.1) | |
Using arel (3.0.2) | |
Using tzinfo (0.3.33) | |
Using activerecord (3.2.3) | |
Using activeresource (3.2.3) | |
Using addressable (2.2.8) | |
Using bcrypt-ruby (3.0.1) | |
Using bootstrap-sass (2.0.2) | |
Using coffee-script-source (1.3.1) | |
Using execjs (1.3.1) | |
Using coffee-script (2.2.0) | |
Using rack-ssl (1.3.2) | |
Using json (1.7.0) | |
Using rdoc (3.12) | |
Using thor (0.14.6) | |
Using railties (3.2.3) | |
Using coffee-rails (3.2.2) | |
Using css_parser (1.2.6) | |
Using orm_adapter (0.0.7) | |
Using warden (1.1.1) | |
Using devise (2.0.4) | |
Using haml (3.1.4) | |
Using high_voltage (1.1.1) | |
Using jquery-rails (2.0.2) | |
Using kaminari (0.13.0) | |
Using libv8 (3.3.10.4) | |
Using nokogiri (1.5.2) | |
Using pg (0.13.2) | |
Using rabl (0.6.10) | |
Using bundler (1.2.0.pre) | |
Using rails (3.2.3) | |
Using roadie (2.3.1) | |
Using sass (3.1.16) | |
Using sass-rails (3.2.5) | |
Using simple_form (2.0.2) | |
Using therubyracer (0.10.1) | |
Using uglifier (1.2.4) | |
Your bundle is complete! It was installed into ./vendor/bundle | |
Cleaning up the bundler cache. | |
-----> Writing config/database.yml to read from DATABASE_URL | |
-----> Preparing app for Rails asset pipeline | |
Running: rake assets:precompile | |
-----> 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 is 17.7MB | |
-----> Launching... done, v9 | |
http://thundersale-production.herokuapp.com deployed to Heroku | |
To [email protected]:thundersale-production.git | |
1ae6f93..ed05113 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment