bosh-gen 0.18.2 → 0.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b33b8281a43096f6d2e5c36d92fcb4a661cc8821
4
- data.tar.gz: f7456bfb815d99be7e0f537b5c8d492af2217311
3
+ metadata.gz: 3a7d7ce590c249654f49e62087148eb843d74e4c
4
+ data.tar.gz: 8346df72cfcf850b5e2136c8d11aa8df058e2ee1
5
5
  SHA512:
6
- metadata.gz: 54fcdd8c06fbc4868ea2d9472857046c9ba083937b3b952e9d87a54f47283054ab61f6e9783bac6d14cd42a87d0ca1c10fbe55d847adf4cd09b3b5596b1dac9d
7
- data.tar.gz: 9dacc8b094fc26db274be7b082fce5030a6c3697bfda4775bd58b16b75a397fb7c4607d4a5e5c68c628074b66267d146a7853dfa3f413d90029ae57cca7b0a2c
6
+ metadata.gz: 6051deabe6a04d28ca903ab1dec8dbd9d979bc65190e336656f97f1f9c1ae4988d724b26096536936a92012e5bf60c822ee851b4ac521e6e5f49352d4e697817
7
+ data.tar.gz: 6dde13a66dc20ff530b9f346010c837940880641a751b1b561f9fb0d0da726fbfcdfca94fbfc1786aa3263a38cfb433f7f26ccd6df61375e27f3997ae09ae7e4
@@ -19,11 +19,6 @@ output_label=${2:-${JOB_NAME}}
19
19
  export JOB_DIR=/var/vcap/jobs/$JOB_NAME
20
20
  chmod 755 $JOB_DIR # to access file via symlink
21
21
 
22
- # Load some bosh deployment properties into env vars
23
- # Try to put all ERb into data/properties.sh.erb
24
- # incl $NAME, $JOB_INDEX, $WEBAPP_DIR
25
- source $JOB_DIR/data/properties.sh
26
-
27
22
  source $JOB_DIR/helpers/ctl_utils.sh
28
23
  redirect_output ${output_label}
29
24
 
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Gen
3
- VERSION = "0.18.2"
3
+ VERSION = "0.18.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.2
4
+ version: 0.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams