Update travis-api

This commit is contained in:
Piotr Sarnacki 2012-08-10 13:49:47 +02:00
parent a467ec87e6
commit beb9d5c481
2 changed files with 47 additions and 20 deletions

View File

@ -1,6 +1,7 @@
source :rubygems
gem 'travis-api', github: 'travis-ci/travis-api'
gem 'yard-sinatra', github: 'rkh/yard-sinatra'
gem 'travis-core', github: 'travis-ci/travis-core'
gem 'travis-support', github: 'travis-ci/travis-support'

View File

@ -6,6 +6,13 @@ GIT
rake (~> 0.9.0)
thor
GIT
remote: git://github.com/rkh/yard-sinatra.git
revision: 3b1064eef407d2d288a5b96d258178a1e67b3b80
specs:
yard-sinatra (1.0.0)
yard (~> 0.7)
GIT
remote: git://github.com/roidrage/hubble
revision: 5220415d5542a2868d54f7be9f35fc1d66126b8e
@ -15,13 +22,24 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-api.git
revision: f67e72602bf7e4b531117f206e4b36d6e0b5efe9
revision: 159a8e105b3fa0d2facd9cec2324d60dd8206a1d
specs:
travis-api (0.0.1)
backports (~> 2.5)
hubble (~> 0.1)
newrelic_rpm (~> 3.3.0)
pg (~> 0.13.2)
rack-ssl (~> 1.3)
redcarpet (~> 2.1)
sinatra (~> 1.3)
sinatra-contrib (~> 1.3)
thin (~> 1.4)
travis-core
travis-support
GIT
remote: git://github.com/travis-ci/travis-core.git
revision: 9eeffa06422f035468c27c1a7b4ead61b19ae181
revision: 5049beca521db84140053f400cf6539d1b1d18dc
specs:
travis-core (0.0.1)
actionmailer (~> 3.2.3)
@ -57,12 +75,12 @@ GIT
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.7)
actionpack (= 3.2.7)
actionmailer (3.2.8)
actionpack (= 3.2.8)
mail (~> 2.4.4)
actionpack (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
actionpack (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
@ -70,15 +88,15 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.3)
activemodel (3.2.7)
activesupport (= 3.2.7)
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.7)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
@ -87,7 +105,7 @@ GEM
avl_tree (1.1.3)
backports (2.6.2)
builder (3.0.0)
chunky_png (1.2.5)
chunky_png (1.2.6)
coffee-script (2.2.0)
coffee-script-source
execjs
@ -96,6 +114,7 @@ GEM
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.9)
data_migrations (0.0.1)
activerecord
rake
@ -105,16 +124,16 @@ GEM
multi_json (~> 1.0)
faraday (0.8.1)
multipart-post (~> 1.1)
ffi (1.1.0)
ffi (1.1.5)
fssm (0.2.9)
gh (0.7.3)
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.2.3)
guard (1.3.0)
listen (>= 0.4.2)
thor (>= 0.14.6)
hashr (0.0.21)
@ -163,9 +182,9 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
railties (3.2.7)
actionpack (= 3.2.7)
activesupport (= 3.2.7)
railties (3.2.8)
actionpack (= 3.2.8)
activesupport (= 3.2.8)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
@ -179,6 +198,7 @@ GEM
ffi (>= 0.5.0)
rdoc (3.12)
json (~> 1.4)
redcarpet (2.1.1)
redis (3.0.1)
rollout (1.1.0)
sass (3.1.20)
@ -201,6 +221,10 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thin (1.4.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
@ -211,6 +235,7 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
yard (0.8.2.1)
PLATFORMS
ruby
@ -231,3 +256,4 @@ DEPENDENCIES
travis-core!
travis-support!
unicorn
yard-sinatra!