dpl 1.8.47.travis.2483.5 → 1.8.47.travis.2484.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0b38958074db1a4200fb67985e32def3b5d6be65da4d63396b7423f9fe7f1b6
4
- data.tar.gz: 3f763619caa8045be9179349659dd1c2cb647446c3e7c42f9840ab455d033cd3
3
+ metadata.gz: aa0e85e41ffa55b9fe35b524f00c9e7703a6fe34684f5183f54c11920bfc1228
4
+ data.tar.gz: fd06a51a7982c3caed35d1c85f775ac7ae09d2710938e12e0cd4f07231b37d4d
5
5
  SHA512:
6
- metadata.gz: fe417db6bccbfeb3a704a8299c4a4e8ff678782f172c8ecaed59fcb3f2a1dedd5384e7ab927816f147a988df1bc8a9eac81edeeea5b3a5c154f5cbcfb21d335d
7
- data.tar.gz: fd776bbc2a123319adcb4d66da237db3538a8354d0732934d5e2ab6b188422bffbf32cbb14706edcbe9677f4f0cd48e3c19309a039ff481dfbfe4b3fcf6582ad
6
+ metadata.gz: be8e6b9ea46179e8ffeb8d6ec5aca520fd7f7d23f7830e9bd43e5b990d2ef4ed24ba91cbad98fe8290ea60d6af668d1de3fc9b0b0f491248fdd4942f0c833826
7
+ data.tar.gz: b7e29b0c737ec2b65dee8d0bb523c47584adcf86fe6712b4fd50c6d86bb3b3ef61d8cb0b9ccf727c5a79b3a77361ef02affcbfe2a208f4f1819183c19694d021
@@ -51,7 +51,7 @@ module DPL
51
51
  }
52
52
  }
53
53
  }
54
- }
54
+ }.to_json
55
55
  end
56
56
 
57
57
  def current_sha
@@ -84,7 +84,7 @@ module DPL
84
84
  app_id: option(:app_id),
85
85
  command: {name: 'deploy'},
86
86
  comment: travis_deploy_comment,
87
- custom_json: custom_json.to_json
87
+ custom_json: custom_json
88
88
  }
89
89
  if !options[:instance_ids].nil?
90
90
  deployment_config[:instance_ids] = Array(option(:instance_ids))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.47.travis.2483.5
4
+ version: 1.8.47.travis.2484.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase