bosh_common 1.5.0.pre.1391 → 1.5.0.pre.1435

Sign up to get free protection for your applications and to get access to all the features.
data/lib/common/exec.rb CHANGED
@@ -20,7 +20,7 @@ module Bosh
20
20
  # result = Bosh::Exec::Result.new(cmd, "bin etc var", "", 0)
21
21
  # Bosh::Exec.should_receive(:sh).with(cmd).and_return(result)
22
22
  # result = Bosh::Exec.sh(cmd)
23
- # result.success?.should be_true
23
+ # result.success?.should be(true)
24
24
  # end
25
25
  #
26
26
  # @note As commands are executed using %x{...} you need to append 2>&1 to
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bosh
4
4
  module Common
5
- VERSION = '1.5.0.pre.1391'
5
+ VERSION = '1.5.0.pre.1435'
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.1391
4
+ version: 1.5.0.pre.1435
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-11-22 00:00:00.000000000 Z
12
+ date: 2013-11-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! 'BOSH common
15
15
 
16
- a7d75a'
16
+ 496235'
17
17
  email: support@cloudfoundry.com
18
18
  executables: []
19
19
  extensions: []