diff --git a/Gemfile b/Gemfile index 13851b35..f2716cfb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,9 @@ source :rubygems -gem 'travis-api', github: 'travis-ci/travis-api', branch: 'sf-use-services' +gem 'travis-api', github: 'travis-ci/travis-api' gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-more-services' gem 'travis-support', github: 'travis-ci/travis-support' +gem 'gh', github: 'rkh/gh' gem 'unicorn' gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock index 43c92948..d1bfa9f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,18 @@ GIT rake (~> 0.9.0) thor +GIT + remote: git://github.com/rkh/gh.git + revision: affde20a4fecb1023f2e7031734b9386a76d22c2 + specs: + gh (0.8.0) + addressable + backports (~> 2.3) + faraday (~> 0.8) + multi_json (~> 1.0) + net-http-persistent (>= 2.7) + net-http-pipeline + GIT remote: git://github.com/rkh/yard-sinatra.git revision: 3b1064eef407d2d288a5b96d258178a1e67b3b80 @@ -23,7 +35,7 @@ GIT GIT remote: git://github.com/travis-ci/travis-api.git - revision: d887f01e0b27bb2936bcfd929258eec92b76a9b2 + revision: 05c44dce448cbf3f91c37a91841c2094b309e01e branch: sf-use-services specs: travis-api (0.0.1) @@ -130,13 +142,6 @@ GEM faraday (0.8.4) multipart-post (~> 1.1) fssm (0.2.9) - gh (0.8.0) - addressable - backports (~> 2.3) - faraday (~> 0.8) - multi_json (~> 1.0) - net-http-persistent (>= 2.7) - net-http-pipeline guard (1.3.3) listen (>= 0.4.2) thor (>= 0.14.6) @@ -242,6 +247,7 @@ DEPENDENCIES bunny coffee-script compass + gh! guard hubble! newrelic_rpm (~> 3.3.0) diff --git a/Procfile b/Procfile index f92c0032..b0f55aa9 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb +web: bundle exec unicorn -p $PORT -c ./unicorn.rb guard: bundle exec guard rerun: rerun -p 'assets/**/*' 'bundle exec rakep' diff --git a/assets/javascripts/app/auth.coffee b/assets/javascripts/app/auth.coffee index c6d0c3b2..08d6ce67 100644 --- a/assets/javascripts/app/auth.coffee +++ b/assets/javascripts/app/auth.coffee @@ -2,6 +2,7 @@ iframe: $('