pampa_workers 1.1.33 → 1.1.34

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: c6ec1fcda790dc8a4d05bbc1f591a42cf1519116
4
- data.tar.gz: 2946812226ece0641064f5dc282704c6d336e169
3
+ metadata.gz: 3dbc2b6257c0445e17e467fdefbe07287edb7826
4
+ data.tar.gz: f8c8e793e86d1edd41bbed035264e0a87295a6a0
5
5
  SHA512:
6
- metadata.gz: 675e163d62bf0f3e87d6974aaa65777164e7351466d6f943870b99728c4c3d8a42aacdf1f12d2b093ac488c353cc8a7be950b302377647b21b75c5cb24e2e924
7
- data.tar.gz: f312b4e504b2ed76ceb7652e20e4508dd007f62f3bcbd01efc0a6fcf139352e52e10328fc43a338ee3f360b27dbdbdc1ba6ff4745ae0a7a38f6a59f4c62af99c
6
+ metadata.gz: cf98374841d9f711ca46b5a7a537899d49abbfbd22489f3b9a5a646d8128bc012750b1e9fe2993576a7387f5ab705e5b4b13c5c624d187f054403fd8a675c6b0
7
+ data.tar.gz: 581b24c2101a8a9c5315906fb61ba0c98ec0bb2c80aa228080217faddf40fb23b67f52d2221172743957a4144d16375a442b2a439ef0a01d28f673ba60a17d0c
@@ -36,11 +36,11 @@ module BlackStack
36
36
 
37
37
  # consulto a la central por la division asignada
38
38
  url = "#{BlackStack::Pampa::api_url}/api1.3/pampa/hello.json"
39
- puts
40
- puts
41
- puts "url: #{url}"
42
- puts
43
- puts
39
+ #puts
40
+ #puts
41
+ #puts "url: #{url}"
42
+ #puts
43
+ #puts
44
44
  logger.logs("Hello to the central... ")
45
45
  res = BlackStack::Netting::call_post(url, {
46
46
  'api_key' => BlackStack::Pampa::api_key,
data/lib/myprocess.rb CHANGED
@@ -90,11 +90,11 @@ module BlackStack
90
90
  def hello()
91
91
  # me notifico a la central. obtengo asignacion si ya la tenia
92
92
  url = "#{BlackStack::Pampa::api_url}/api1.3/pampa/hello.json"
93
- puts
94
- puts
95
- puts "url: #{url}"
96
- puts
97
- puts
93
+ #puts
94
+ #puts
95
+ #puts "url: #{url}"
96
+ #puts
97
+ #puts
98
98
  res = BlackStack::Netting::call_post(url, {
99
99
  'api_key' => BlackStack::Pampa::api_key,
100
100
  'name' => self.fullWorkerName }.merge( BlackStack::RemoteHost.new.poll )
@@ -14,11 +14,11 @@ module BlackStack
14
14
  # me notifico a la central. obtengo asignacion si ya la tenia
15
15
  # y vuelco la configuracion al remote worker
16
16
  url = "#{BlackStack::Pampa::api_url}/api1.3/pampa/get.json"
17
- puts
18
- puts
19
- puts "url: #{url}"
20
- puts
21
- puts
17
+ #puts
18
+ #puts
19
+ #puts "url: #{url}"
20
+ #puts
21
+ #puts
22
22
  res = BlackStack::Netting::call_post(url, {
23
23
  'api_key' => BlackStack::Pampa::api_key,
24
24
  'name' => self.fullWorkerName }.merge( BlackStack::RemoteHost.new.poll )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pampa_workers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.33
4
+ version: 1.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: websocket