canzea 0.1.125 → 0.1.126

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: 10e383310fbfc82919f2ca24da515d6cffcb7f9c
4
- data.tar.gz: 43872ebb78085e1083b011084176204fa39a5901
3
+ metadata.gz: 309e33dc1cb53e45a64acd94b6c1a59ece9f70b5
4
+ data.tar.gz: a0ba70b61a804037a1609663aee0c40dc2a1ba9e
5
5
  SHA512:
6
- metadata.gz: de203496190b8ea885cfaca547397c38fc3b60003a93c84acb9c922287cd0c3f5cff5fd6156d28a5dcbc3e18cc700c8fff0ce109e21d8dcc256a1b2146c026b3
7
- data.tar.gz: e3f4b49008944b5d59ae0844184f6187800b8f695d97b9bd022b3ae3d343754022e83da2ba3f08723bb68665114e0ef56b0261fad94e7c124828e8619cdc9f0d
6
+ metadata.gz: 498bfd18cc965ec7e0020e6cb0627f61cf80871e31cb276494542b77399a483cb492f93165f2e5c4536e64002163af9971527d82461b435e810191de3d9d3dfd
7
+ data.tar.gz: acf6fc9b2f70f3d95b5714e16fc215aaa02db06c3785160eab1bd363d26e2d6dfdbb8da8c7407cc4aabd621d0b6d8dfec998e0fe7d990ae673979c8177af14f7
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.125"
2
+ VERSION = "0.1.126"
3
3
  end
@@ -19,11 +19,11 @@ class PreparePlan
19
19
 
20
20
  params = JSON.parse(paramsString)
21
21
 
22
- patches = Base64.decode64(params['patches'])
22
+ patches = Base64.decode64(params["patches"])
23
23
  params['patches'] = JSON.parse(patches)
24
24
 
25
25
  params['patches'].each do | patch |
26
- RemoteRun.new.doCommand publicIp, privateKey, patch.command
26
+ RemoteRun.new.doCommand publicIp, privateKey, patch["command"]
27
27
  end
28
28
  end
29
29
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canzea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.125
4
+ version: 0.1.126
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies