Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Bump vcap-common
Browse files Browse the repository at this point in the history
git shortlog fd6b6d91..055964f622
  Dr Nic Williams (1):
      VCAP::Component.register returns its configuration

  Harshawardhan Gadgil (1):
      Add (optional) user guid and space guid to gateway provision request

  Jesse Zhang (3):
      Move rspec from Gemfile to gemspec
      Add tests for SDSClient
      Only use em-http-request on reactor_thread

  Pieter Noordhuis (3):
      Relax yajl-ruby dependency
      Make varz thread-aware
      Bump patch version

Change-Id: I0bcdfd4767e5ee5640143aebf492acda24a50ad6
  • Loading branch information
Harshawardhan Gadgil committed Jan 3, 2013
1 parent 67772f0 commit 5024076
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ group :test do
gem "dm-sqlite-adapter"
gem "cf-uaa-lib"
gem 'eventmachine', :git => 'git://github.com/cloudfoundry/eventmachine.git', :branch => 'release-0.12.11-cf'
gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'fd6b6d91'
gem 'vcap_common', :require => ['vcap/common', 'vcap/component'], :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => '055964f622'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git', :ref => 'b96ec1192d'
gem 'warden-client', :require => ['warden/client'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => 'fe6cb51'
gem 'warden-protocol', :require => ['warden/protocol'], :git => 'git://github.com/cloudfoundry/warden.git', :ref => 'fe6cb51'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -15,11 +15,11 @@ GIT

GIT
remote: git://github.com/cloudfoundry/vcap-common.git
revision: fd6b6d91b19c551cf5091c8469595df923dd2612
ref: fd6b6d91
revision: 055964f62282c94ebe7c3ce6f4df9fb093a17714
ref: 055964f622
specs:
vcap_common (2.0.7)
em-http-request (~> 1.0.0.beta3)
vcap_common (2.0.10)
em-http-request (~> 1.0.0.beta3, < 1.0.0.beta4)
eventmachine
httpclient
membrane (~> 0.0.2)
Expand All @@ -28,7 +28,7 @@ GIT
nats (~> 0.4.24)
posix-spawn (~> 0.3.6)
thin
yajl-ruby (~> 0.8.3)
yajl-ruby

GIT
remote: git://github.com/cloudfoundry/warden.git
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
eventmachine_httpserver (0.2.1)
fastercsv (1.5.5)
http_parser.rb (0.5.3)
httpclient (2.2.7)
httpclient (2.3.1)
json (1.4.6)
json_pure (1.7.5)
macaddr (1.6.1)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
uuidtools (2.1.3)
vegas (0.1.11)
rack (>= 1.0.0)
yajl-ruby (0.8.3)
yajl-ruby (1.1.0)

PLATFORMS
ruby
Expand Down

0 comments on commit 5024076

Please sign in to comment.