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

Commit

Permalink
bump nats to 0.4.22.beta.4 in vcap/common
Browse files Browse the repository at this point in the history
also:
* bump the thin dependency to 1.3 because nats requires it
* make vcap_common depend on our private em gem

Change-Id: I1157cb7267bc7cbdebf074e66674ddc530cd29f8
  • Loading branch information
Patrick Bozeman committed Jan 3, 2012
1 parent 8c20f64 commit 0db69c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
23 changes: 12 additions & 11 deletions common/Gemfile.lock
@@ -1,36 +1,37 @@
PATH
remote: .
specs:
vcap_common (1.0.2)
eventmachine
vcap_common (1.0.3)
eventmachine (~> 0.12.11.cloudfoundry.3)
logging (>= 1.5.0)
nats (~> 0.4.10)
nats (~> 0.4.22.beta.4)
posix-spawn (~> 0.3.6)
thin (~> 1.2.11)
thin (~> 1.3.1)
yajl-ruby (~> 0.8.3)

GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
daemons (1.1.4)
daemons (1.1.5)
diff-lcs (1.1.3)
em-http-request (0.3.0)
addressable (>= 2.0.0)
escape_utils
eventmachine (>= 0.12.9)
escape_utils (0.2.4)
eventmachine (0.12.11.cloudfoundry.3)
json_pure (1.6.3)
json_pure (1.6.4)
little-plugger (1.1.3)
logging (1.6.1)
little-plugger (>= 1.1.2)
nats (0.4.10)
daemons (>= 1.1.0)
nats (0.4.22.beta.4)
daemons (>= 1.1.4)
eventmachine (>= 0.12.10)
json_pure (>= 1.5.1)
json_pure (>= 1.6.1)
thin (>= 1.3.1)
posix-spawn (0.3.6)
rack (1.3.5)
rack (1.4.0)
rake (0.9.2.2)
rspec (2.7.0)
rspec-core (~> 2.7.0)
Expand All @@ -40,7 +41,7 @@ GEM
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
thin (1.2.11)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
Expand Down
8 changes: 4 additions & 4 deletions common/vcap_common.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'vcap_common'
s.version = '1.0.2'
s.version = '1.0.3'
s.date = '2011-02-09'
s.summary = 'vcap common'
s.homepage = "http://github.com/vmware-ac/core"
Expand All @@ -9,10 +9,10 @@ spec = Gem::Specification.new do |s|
s.authors = ["Derek Collison"]
s.email = ["derek.collison@gmail.com"]

s.add_dependency('eventmachine')
s.add_dependency('thin', '~> 1.2.11')
s.add_dependency('eventmachine', '~> 0.12.11.cloudfoundry.3')
s.add_dependency('thin', '~> 1.3.1')
s.add_dependency('yajl-ruby', '~> 0.8.3')
s.add_dependency('nats', '~> 0.4.10')
s.add_dependency('nats', '~> 0.4.22.beta.4')
s.add_dependency('logging', '>= 1.5.0')
s.add_dependency('posix-spawn', '~> 0.3.6')
s.add_development_dependency('rake', '~> 0.9.2')
Expand Down

0 comments on commit 0db69c5

Please sign in to comment.