bosh_common 1.5.0.pre.1525 → 1.5.0.pre.1612

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,7 @@
1
- # Copyright (c) 2009-2012 VMware, Inc.
2
-
3
1
  require "logger"
4
2
 
5
3
  module Bosh
6
-
7
4
  class ThreadPool
8
-
9
5
  def initialize(options = {})
10
6
  @actions = []
11
7
  @lock = Mutex.new
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bosh
4
4
  module Common
5
- VERSION = '1.5.0.pre.1525'
5
+ VERSION = '1.5.0.pre.1612'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0.pre.1525
4
+ version: 1.5.0.pre.1612
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-10 00:00:00.000000000 Z
12
+ date: 2013-12-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! 'BOSH common
15
15
 
16
- df3988'
16
+ a13d7a'
17
17
  email: support@cloudfoundry.com
18
18
  executables: []
19
19
  extensions: []