Bump travis-core

This commit is contained in:
Piotr Sarnacki 2014-07-14 15:21:28 +02:00
parent eae18da6ec
commit 60c300aeec
2 changed files with 17 additions and 6 deletions
Gemfile.lock
lib/travis/api/app/endpoint

View File

@ -45,13 +45,12 @@ GIT
GIT GIT
remote: git://github.com/travis-ci/travis-core.git remote: git://github.com/travis-ci/travis-core.git
revision: 866ae05c2348d512b0e1571136ad770fd0fb8b4b revision: 0b46e3bc59c18be16a292f1d3b5cbe3f4e8bb7d3
specs: specs:
travis-core (0.0.1) travis-core (0.0.1)
actionmailer (~> 3.2.19) actionmailer (~> 3.2.19)
activerecord (~> 3.2.19) activerecord (~> 3.2.19)
coder (~> 0.4.0) coder (~> 0.4.0)
coercible (~> 1.0.0)
data_migrations (~> 0.0.1) data_migrations (~> 0.0.1)
gh gh
hashr (~> 0.0.19) hashr (~> 0.0.19)
@ -65,6 +64,7 @@ GIT
s3 (~> 0.3) s3 (~> 0.3)
simple_states (~> 1.0.0) simple_states (~> 1.0.0)
thor (~> 0.14.6) thor (~> 0.14.6)
virtus (~> 1.0.0)
GIT GIT
remote: git://github.com/travis-ci/travis-sidekiqs.git remote: git://github.com/travis-ci/travis-sidekiqs.git
@ -142,6 +142,10 @@ GEM
arel (3.0.3) arel (3.0.3)
atomic (1.1.16) atomic (1.1.16)
avl_tree (1.1.3) avl_tree (1.1.3)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
backports (2.8.2) backports (2.8.2)
builder (3.0.4) builder (3.0.4)
bunny (0.8.0) bunny (0.8.0)
@ -163,6 +167,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.2.5) diff-lcs (1.2.5)
dotenv (0.7.0) dotenv (0.7.0)
equalizer (0.0.9)
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.0.3) eventmachine (1.0.3)
facter (2.1.0) facter (2.1.0)
@ -185,8 +190,9 @@ GEM
hashie (3.1.0) hashie (3.1.0)
hashr (0.0.22) hashr (0.0.22)
hike (1.2.3) hike (1.2.3)
hitimes (1.2.1) hitimes (1.2.2)
i18n (0.6.9) i18n (0.6.11)
ice_nine (0.11.0)
journey (1.0.4) journey (1.0.4)
json (1.8.1) json (1.8.1)
kgio (2.9.2) kgio (2.9.2)
@ -302,12 +308,17 @@ GEM
treetop (1.4.15) treetop (1.4.15)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.39) tzinfo (0.3.40)
unicorn (4.8.3) unicorn (4.8.3)
kgio (~> 2.6) kgio (~> 2.6)
rack rack
raindrops (~> 0.7) raindrops (~> 0.7)
uuidtools (2.1.4) uuidtools (2.1.4)
virtus (1.0.2)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0.3)
equalizer (~> 0.0.9)
yard (0.8.7.4) yard (0.8.7.4)
PLATFORMS PLATFORMS

View File

@ -64,7 +64,7 @@ class Travis::Api::App
settings.merge(payload['settings']) settings.merge(payload['settings'])
# TODO: I would like to have better API here, but leaving this # TODO: I would like to have better API here, but leaving this
# for testing to not waste too much time before I can play with it # for testing to not waste too much time before I can play with it
settings.repository.save settings.save
respond_with({ settings: settings.obfuscated }, version: :v2) respond_with({ settings: settings.obfuscated }, version: :v2)
else else
status 404 status 404