simple_cloud_logging 1.1.24 → 1.1.25

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/remotelogger.rb +0 -10
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f41bd9e5d02abfa01ca19e98c4cedbb5634ad40f
4
- data.tar.gz: 687a935658c47a8971ff47dd9f5ab82751506516
3
+ metadata.gz: 90eefdd462aa32f103b9c5f97b2115aacab6b2d0
4
+ data.tar.gz: 3f85adb497cba39604c9f3d688705b996cdc6fb1
5
5
  SHA512:
6
- metadata.gz: 220f4ee02f1dbd03aa630f55bfa509f08b466fa9372061e6856d639c5bc0ba89e1217305691db447c6ae584e79b9d99ffd00aad4423d6479b01cc3fce5ae4710
7
- data.tar.gz: 63b5ee8ffb7192b52b3ad661c7072b567aa889a20cf9ae4d58162f83f92f1c175a9a985d61be254fb23bc83bca00ed7b00e6fb8739163db9964a63d36c04dda7
6
+ metadata.gz: 5498baa0bc6ff96e92950cf6abf65bf1f751e7c0935cb13e37a14040f6f09c764d6220cf155e262e429749592b4cebea7d1cb95464153654b8c95285cdbf4355
7
+ data.tar.gz: a89475f633eb04781e327132bb71a68727694be1b6c709bafe95cf35d031afb7845745203395a30d757f3324bff91e75c2dc884dbe0d012d41e65457c1640f10
data/lib/remotelogger.rb CHANGED
@@ -16,19 +16,16 @@ module BlackStack
16
16
  # call the save method to store the new attributes into the data file
17
17
  def reset()
18
18
  super
19
- =begin
20
19
  url = "#{self.api_protocol}://#{self.api_domain}:#{self.api_port.to_s}/api1.4/scl/reset.json"
21
20
  res = BlackStack::Netting::api_call(url, {
22
21
  'api_key' => self.api_key,
23
22
  'filename' => self.filename,
24
23
  'id_client' => self.id_client,
25
24
  })
26
- =end
27
25
  end
28
26
 
29
27
  def log(s, datetime=nil)
30
28
  ltext = super(s, datetime)
31
- =begin
32
29
  url = "#{self.api_protocol}://#{self.api_domain}:#{self.api_port.to_s}/api1.4/scl/log.json"
33
30
  res = BlackStack::Netting::api_call(url, {
34
31
  'api_key' => self.api_key,
@@ -38,12 +35,10 @@ module BlackStack
38
35
  'id_client' => self.id_client,
39
36
  })
40
37
  ltext
41
- =end
42
38
  end
43
39
 
44
40
  def logs(s, datetime=nil)
45
41
  ltext = super(s, datetime)
46
- =begin
47
42
  url = "#{self.api_protocol}://#{self.api_domain}:#{self.api_port.to_s}/api1.4/scl/log.json"
48
43
  res = BlackStack::Netting::api_call(url, {
49
44
  'api_key' => self.api_key,
@@ -53,12 +48,10 @@ module BlackStack
53
48
  'id_client' => self.id_client,
54
49
  })
55
50
  ltext
56
- =end
57
51
  end
58
52
 
59
53
  def logf(s, datetime=nil)
60
54
  ltext = super(s, datetime)
61
- =begin
62
55
  url = "#{self.api_protocol}://#{self.api_domain}:#{self.api_port.to_s}/api1.4/scl/log.json"
63
56
  res = BlackStack::Netting::api_call(url, {
64
57
  'api_key' => self.api_key,
@@ -68,18 +61,15 @@ module BlackStack
68
61
  'id_client' => self.id_client,
69
62
  })
70
63
  ltext
71
- =end
72
64
  end
73
65
 
74
66
  def release()
75
- =begin
76
67
  url = "#{self.api_url}:#{self.api_port.to_s}/api1.4/scl/release.json"
77
68
  res = BlackStack::Netting::api_call(url, {
78
69
  'api_key' => self.api_key,
79
70
  'filename' => self.filename,
80
71
  'id_client' => self.id_client,
81
72
  })
82
- =end
83
73
  end
84
74
  end
85
75
  end # module BlackStack
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_cloud_logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.24
4
+ version: 1.1.25
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: 2020-03-06 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: blackstack_commons
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.1.1
19
+ version: 1.1.40
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.1.1
22
+ version: 1.1.40
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.1
29
+ version: 1.1.40
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.1.1
32
+ version: 1.1.40
33
33
  description: 'THIS GEM IS STILL IN DEVELOPMENT STAGE. Find documentation here: https://github.com/leandrosardi/simple_cloud_logging.'
34
34
  email: leandro.sardi@expandedventure.com
35
35
  executables: []