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

Commit

Permalink
Remove logging gem
Browse files Browse the repository at this point in the history
  Remove stale dependency that causes recent headaches

  Test plan: pass unit tests, deploy on BOSH and pass BVTs

Change-Id: I9a42b7136319532395ab288b312b2f53a1a9a7ac
  • Loading branch information
d committed Mar 27, 2012
1 parent 4a6c088 commit e7935fe
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 24 deletions.
2 changes: 0 additions & 2 deletions cloud_controller/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ gem 'rails', '~> 3.0.5'
# Message bus
gem 'nats', :require => 'nats/client'

gem 'logging', '>= 1.5.0'

# VCAP common components
gem 'vcap_common', :require => ['vcap/common', 'vcap/component']
gem 'vcap_logging', :require => ['vcap/logging']
Expand Down
6 changes: 1 addition & 5 deletions cloud_controller/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ GEM
http_parser.rb (0.5.1)
i18n (0.5.0)
json_pure (1.6.5)
little-plugger (1.1.3)
logging (1.6.2)
little-plugger (>= 1.1.3)
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -141,7 +138,7 @@ GEM
thin (~> 1.3.1)
yajl-ruby (~> 0.8.3)
vcap_logging (0.1.3)
vcap_stager (0.1.11)
vcap_stager (0.1.12)
vcap_staging (0.1.47)
nokogiri (>= 1.4.4)
rake
Expand All @@ -164,7 +161,6 @@ DEPENDENCIES
em-http-request (~> 1.0.0.beta.3)
em-redis (~> 0.3.0)
eventmachine
logging (>= 1.5.0)
mocha
mysql2 (>= 0.2.6)
nats
Expand Down
Binary file not shown.
Binary file removed cloud_controller/vendor/cache/logging-1.6.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion dea/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem 'rack', :require => ["rack/utils", "rack/mime"]
gem 'rake'
gem 'thin'
gem 'yajl-ruby', :require => ['yajl', 'yajl/json_gem']
gem 'logging', '>= 1.5.0'

gem 'vcap_common', '~> 1.0.8'
gem 'vcap_logging', :require => ['vcap/logging']
Expand Down
4 changes: 0 additions & 4 deletions dea/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ GEM
eventmachine (0.12.11.cloudfoundry.3)
http_parser.rb (0.5.1)
json_pure (1.6.5)
little-plugger (1.1.3)
logging (1.6.2)
little-plugger (>= 1.1.3)
nats (0.4.22.beta.8)
daemons (>= 1.1.4)
eventmachine (>= 0.12.10)
Expand Down Expand Up @@ -58,7 +55,6 @@ DEPENDENCIES
ci_reporter
em-http-request (~> 1.0.0.beta.3)
eventmachine
logging (>= 1.5.0)
nats
rack
rake
Expand Down
1 change: 0 additions & 1 deletion dea/lib/dea/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

require 'fcntl'
require 'logger'
require 'logging'
require 'pp'
require 'set'
require 'socket'
Expand Down
Binary file removed dea/vendor/cache/little-plugger-1.1.3.gem
Binary file not shown.
Binary file removed dea/vendor/cache/logging-1.6.2.gem
Binary file not shown.
1 change: 0 additions & 1 deletion health_manager/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem 'rack', :require => ["rack/utils", "rack/mime"]
gem 'rake'
gem 'thin'
gem 'yajl-ruby', :require => ['yajl', 'yajl/json_gem']
gem 'logging', '>= 1.5.0'

gem 'vcap_common', '>= 1.0.6'
gem 'vcap_logging', :require => ['vcap/logging']
Expand Down
4 changes: 0 additions & 4 deletions health_manager/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ GEM
eventmachine (0.12.11.cloudfoundry.3)
http_parser.rb (0.5.3)
json_pure (1.6.5)
little-plugger (1.1.3)
logging (1.6.2)
little-plugger (>= 1.1.3)
mime-types (1.17.2)
nats (0.4.22.beta.8)
daemons (>= 1.1.4)
Expand Down Expand Up @@ -67,7 +64,6 @@ DEPENDENCIES
ci_reporter
em-http-request (~> 1.0.0.beta.3)
eventmachine
logging (>= 1.5.0)
nats
rack
rake
Expand Down
Binary file not shown.
Binary file removed health_manager/vendor/cache/logging-1.6.2.gem
Binary file not shown.
1 change: 0 additions & 1 deletion stager/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source :rubygems
gem 'eventmachine'
gem 'nats'
gem 'rake'
gem 'logging', '= 1.5.2'
gem 'yajl-ruby', '>= 0.7.9'

gem 'vcap_common', '~> 1.0.8'
Expand Down
4 changes: 0 additions & 4 deletions stager/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ GEM
diff-lcs (1.1.3)
eventmachine (0.12.11.cloudfoundry.3)
json_pure (1.6.5)
little-plugger (1.1.3)
logging (1.5.2)
little-plugger (>= 1.1.2)
nats (0.4.22)
daemons (>= 1.1.4)
eventmachine (>= 0.12.10)
Expand Down Expand Up @@ -64,7 +61,6 @@ PLATFORMS
DEPENDENCIES
ci_reporter
eventmachine
logging (= 1.5.2)
nats
rake
rspec
Expand Down
2 changes: 1 addition & 1 deletion stager/lib/vcap/stager/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VCAP
module Stager
VERSION = '0.1.11'
VERSION = '0.1.12'
end
end
Binary file removed stager/vendor/cache/little-plugger-1.1.3.gem
Binary file not shown.
Binary file removed stager/vendor/cache/logging-1.5.2.gem
Binary file not shown.

0 comments on commit e7935fe

Please sign in to comment.