adminix 0.1.12 → 0.1.13

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: 0dfcfe33d324883a3c8407fa513f19c6a23a2bb6
4
- data.tar.gz: 2001bda469fd2fdf5c4436b023bd2c37f61292c9
3
+ metadata.gz: a30b4bcf3c0c5ba6f76a6378a4aa79320414c762
4
+ data.tar.gz: 60b4e8b3de176c861f46aa5a8fd31fe862c1303a
5
5
  SHA512:
6
- metadata.gz: dddac92d3281c99c580bb60f38a0ee4aa1a2e2ea3a7449ad7214b921f91eb5cf3d89539d8b8dea976fb44529b1f822bdfcc286b53026335a3751527e30b15c50
7
- data.tar.gz: 9aaeb3e7008133201986add94321899fb91bf478e0d5a3d8bbdeec8d7621e0b0efd880def956c81fb064303af8dbfcb8b23026f217f9305fe4e6af76c35ba02f
6
+ metadata.gz: b2988e4264ae6105247252199a7b39ebc1749afb01215f58e8b5b979c7aa570b3342a108036cfd38dde6a9ce4459c833cb7b6ad31f69d57067f307bcfd1222b7
7
+ data.tar.gz: 2722af01f3606b244f5527e565c4a79ab56dd6cb16d1903eec70a26f0442c033cfe35d7c5349beda2bd7a2bd6f91c93b12d27c10ae998070aedbd29960fd02d8
@@ -39,9 +39,6 @@ module Adminix
39
39
  payload[:service][:commands] = service_commands_payload
40
40
  end
41
41
 
42
- puts payload
43
- puts "=========="
44
-
45
42
  request.body = payload.to_json
46
43
  req_options = {}
47
44
  response = Net::HTTP.start(uri.hostname, uri.port, req_options) do |http|
@@ -59,7 +56,6 @@ module Adminix
59
56
  end
60
57
 
61
58
  commands_queue = data['commands_queue'] || []
62
- puts commands_queue
63
59
  commands_queue.each do |q|
64
60
  if q['status'] != 'processed'
65
61
  execute_command(q['command_key'], q['process_id'], q['args'] || {})
@@ -123,8 +119,6 @@ module Adminix
123
119
  completed_command_process_id: process_id
124
120
  }
125
121
  }
126
- puts "-------"
127
- puts payload
128
122
  request.body = payload.to_json
129
123
  req_options = {}
130
124
  response = Net::HTTP.start(uri.hostname, uri.port, req_options) do |http|
@@ -1,3 +1,3 @@
1
1
  module Adminix
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adminix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Dyl