Created
June 25, 2012 13:53
-
-
Save devth/2988760 to your computer and use it in GitHub Desktop.
This file contains 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: 43, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (29/29), done. | |
Writing objects: 100% (29/29), 2.95 KiB, done. | |
Total 29 (delta 22), 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.6) | |
Using activesupport (3.2.6) | |
Using builder (3.0.0) | |
Using activemodel (3.2.6) | |
Using erubis (2.7.0) | |
Using journey (1.0.4) | |
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.6) | |
Using mime-types (1.18) | |
Using polyglot (0.3.3) | |
Using treetop (1.4.10) | |
Using mail (2.4.4) | |
Using actionmailer (3.2.6) | |
Using arel (3.0.2) | |
Using tzinfo (0.3.33) | |
Using activerecord (3.2.6) | |
Using activeresource (3.2.6) | |
Using bundler (1.2.0.pre) | |
Using rack-ssl (1.3.2) | |
Using json (1.5.4) | |
Using rdoc (3.12) | |
Using thor (0.15.2) | |
Using railties (3.2.6) | |
Using rails (3.2.6) | |
Using acts_as_audited (2.0.0) | |
Using addressable (2.2.8) | |
Using attr_required (0.0.5) | |
Using bcrypt-ruby (3.0.0) | |
Using crack (0.3.1) | |
Using multi_xml (0.5.1) | |
Using httparty (0.8.3) | |
Using multipart-post (1.1.5) | |
Using faraday (0.8.1) | |
Using oauth2 (0.5.2) | |
Using bitly (0.7.0) | |
Using bootstrap-sass (2.0.3.1) | |
Using carrierwave (0.5.8) | |
Using chunky_png (1.2.5) | |
Using coffee-script-source (1.3.3) | |
Using execjs (1.4.0) | |
Using coffee-script (2.2.0) | |
Using coffee-rails (3.2.2) | |
Using fssm (0.2.9) | |
Using sass (3.1.19) | |
Using compass (0.12.1) | |
Using compass-rails (1.0.2) | |
Using dalli (2.0.5) | |
Using orm_adapter (0.0.7) | |
Using warden (1.1.1) | |
Using devise (2.0.4) | |
Using eco-source (1.1.0.rc.1) | |
Using eco (1.0.0) | |
Using exception_notification (2.6.1) | |
Using excon (0.13.4) | |
Using httpclient (2.2.5) | |
Using rack-oauth2 (0.14.4) | |
Using fb_graph (2.0.2) | |
Using formatador (0.2.3) | |
Using net-ssh (2.5.2) | |
Using net-scp (1.0.4) | |
Using nokogiri (1.5.2) | |
Using ruby-hmac (0.4.0) | |
Using fog (1.3.1) | |
Using sass-rails (3.2.5) | |
Using font-awesome-sass-rails (2.0.0.0) | |
Using gabba (0.3.0) | |
Using haml (3.1.6) | |
Using haml-rails (0.3.4) | |
Using hashie (1.2.0) | |
Using heroku-api (0.2.1) | |
Using launchy (2.1.0) | |
Using netrc (0.7.4) | |
Using rest-client (1.6.7) | |
Using rubyzip (0.9.8) | |
Using heroku (2.26.3) | |
Using i18n-js (2.1.2) | |
Using jquery-rails (1.0.17) | |
Using legato (0.0.7) | |
Using newrelic_rpm (3.3.5) | |
Using oauth (0.4.6) | |
Using omniauth (1.0.3) | |
Using omniauth-oauth2 (1.0.0) | |
Using omniauth-facebook (1.2.0) | |
Using omniauth-oauth (1.0.1) | |
Using omniauth-twitter (0.0.11) | |
Using pg (0.13.2) | |
Using rqrcode (0.4.2) | |
Using simple_form (2.0.2) | |
Using simple_oauth (0.1.8) | |
Using twitter (2.2.9) | |
Using uglifier (1.0.3) | |
Using valid_email (0.0.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 | |
Asset precompilation completed (63.56s) | |
-----> 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 19.5MB | |
-----> Launching... done, v62 | |
-----> Deploy hooks scheduled, check output in your logs | |
http://[omitted].herokuapp.com deployed to Heroku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment