canzea 0.1.171 → 0.1.172

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
  SHA1:
3
- metadata.gz: 5f224ca769c35555ce2e2bd5bb17c6467865abdb
4
- data.tar.gz: f13c6661030da390ed9ba5384989a3d7a1225e34
3
+ metadata.gz: 7d3a9a17121a91c110f0924dee4f92c30da78386
4
+ data.tar.gz: 514fa3911597cb8c824285f2df16b37d7d11153e
5
5
  SHA512:
6
- metadata.gz: 21c228867cc99bf185ef9e9040d6bbedf979adb633f2a0e50a58ad3fc090feddd87d1d35a82025e90a6914ad91d4f45deec46c7ff3d9a930387770208fb0580d
7
- data.tar.gz: 7efbb9a8973d0da64f0949d8f61e674d1d8d535524b8ea5daa6e8d7e6a899067cf2ae3dfd1b5474a48e705d4d446d019f4a352e388c12ce9a83f4e1e4e82802a
6
+ metadata.gz: 617717108dc1ef3810e4d1c1cf6b391db3ccdc8f4228f137f28d0818f3c61ea20ad3a028623ebb706259b153033477216e12ebff87d84dc32228f286d9edafb4
7
+ data.tar.gz: bf5cfce62a2dc0c8d7f2fe6b14fd5b47655550c89fd7afe4efc3a2a2308c31d373ffee1fc26de0bf5fd23f9c53ece162b4d889fcac85442be4ad1a02d59d5652
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.171"
2
+ VERSION = "0.1.172"
3
3
  end
data/lib/canzea.rb CHANGED
@@ -189,11 +189,11 @@ module Canzea
189
189
  if index >= step
190
190
  puts "[#{index}] #{cmd}"
191
191
 
192
- args['cmd'] = cmd
193
- jsonArgs = args.to_json
194
- fullCommand = "canzea --util=run-command --args='#{jsonArgs}'"
192
+ # args['cmd'] = cmd
193
+ # jsonArgs = args.to_json
194
+ # fullCommand = "canzea --util=run-command --args='#{jsonArgs}'"
195
195
 
196
- RemoteRun.new.doCommand publicIp, opts[:privateKey], fullCommand
196
+ RemoteRun.new.doCommand publicIp, opts[:privateKey], cmd
197
197
  else
198
198
  puts "[#{index}] SKIP #{cmd}"
199
199
  end
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.171
4
+ version: 0.1.172
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies