JustPaste.it

kunok@Kunok:~/dev/flightmap$ git push heroku master
Counting objects: 11, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (6/6), 482 bytes | 0 bytes/s, done.
Total 6 (delta 3), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Using set buildpack heroku/ruby
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.2.1
remote: -----> Installing dependencies using bundler 1.11.2
remote:        Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote:        Using rake 11.1.2
remote:        Using i18n 0.7.0
remote:        Using json 1.8.3
remote:        Using minitest 5.8.4
remote:        Using thread_safe 0.3.5
remote:        Using builder 3.2.2
remote:        Using erubis 2.7.0
remote:        Using mini_portile2 2.0.0
remote:        Using rack 1.6.4
remote:        Using mime-types-data 3.2016.0221
remote:        Using arel 6.0.3
remote:        Using thor 0.19.1
remote:        Using concurrent-ruby 1.0.1
remote:        Using tilt 2.0.2
remote:        Using bower-rails 0.10.0
remote:        Using coffee-script-source 1.10.0
remote:        Using execjs 2.6.0
remote:        Using geocoder 1.3.3
remote:        Using ionicons-rails 2.0.0
remote:        Using multi_json 1.11.2
remote:        Using pg 0.18.4
remote:        Using bundler 1.11.2
remote:        Using rails-angular-material 1.0.5
remote:        Using rails_serve_static_assets 0.0.5
remote:        Using rails_stdout_logging 0.0.5
remote:        Using sass 3.4.22
remote:        Using smarter_csv 1.1.0
remote:        Using spring 1.6.4
remote:        Using rdoc 4.2.2
remote:        Using tzinfo 1.2.2
remote:        Using mime-types 3.0
remote:        Using nokogiri 1.6.7.2
remote:        Using rack-test 0.6.3
remote:        Using sprockets 3.6.0
remote:        Using coffee-script 2.4.1
remote:        Using uglifier 3.0.0
remote:        Using rails_12factor 0.0.2
remote:        Using mail 2.6.4
remote:        Using activesupport 4.2.2
remote:        Using sdoc 0.4.1
remote:        Using loofah 2.0.3
remote:        Using rails-deprecated_sanitizer 1.0.3
remote:        Using globalid 0.3.6
remote:        Using activemodel 4.2.2
remote:        Using jbuilder 2.4.1
remote:        Using rails-html-sanitizer 1.0.3
remote:        Using rails-dom-testing 1.0.7
remote:        Using activejob 4.2.2
remote:        Using activerecord 4.2.2
remote:        Using actionview 4.2.2
remote:        Using actionpack 4.2.2
remote:        Using railties 4.2.2
remote:        Using sprockets-rails 3.0.4
remote:        Using actionmailer 4.2.2
remote:        Using angular-rails-templates 1.0.0
remote:        Using coffee-rails 4.1.1
remote:        Using jquery-rails 4.1.1
remote:        Using jquery-ui-rails 5.0.5
remote:        Using rails 4.2.2
remote:        Using sass-rails 5.0.4
remote:        Using turbolinks 2.5.3
remote:        Bundle complete! 24 Gemfile dependencies, 61 gems now installed.
remote:        Gems in the groups development and test were not installed.
remote:        Bundled gems are installed into ./vendor/bundle.
remote:        Bundle completed (0.40s)
remote:        Cleaning up the bundler cache.
remote:        Detected manifest file, assuming assets were compiled locally
remote:
remote: ###### WARNING:
remote:        No Procfile detected, using the default web server.
remote:        We recommend explicitly declaring how to boot your server process via a Procfile.
remote:        https://devcenter.heroku.com/articles/ruby-default-web-server
remote:
remote:
remote: -----> Discovering process types
remote:        Procfile declares types     -> (none)
remote:        Default types for buildpack -> console, rake, web, worker
remote:
remote: -----> Compressing...
remote:        Done: 35.6M
remote: -----> Launching...
remote:        Released v7
remote:        https://flightmap.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To ssh://git@heroku.com/flightmap.git
   70a4886..c7fcecd  master -> master