pampa_workers 1.1.20 → 1.1.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/client.rb +7 -3
  3. data/lib/mybotprocess.rb +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cddf2229bb63894352734f01ddb22fc9cd693e24
4
- data.tar.gz: 25917944d729553326bde41314e8f9a1937423f1
3
+ metadata.gz: 35d76261e7cc9d34b697d6ba5294e647618d7c94
4
+ data.tar.gz: 4571ff358632a8d187f879981e8683ef81b34a08
5
5
  SHA512:
6
- metadata.gz: b3296527435dae8322799675b7202949e547602853034b39bfb7858a62d11fac331fa5835a61c19605e9ae66a4ec58600bc1964cbe639ec244398dfc0e199d75
7
- data.tar.gz: bfe797aa0e953ad0552e601f5214f88de3e69286fcf9cb51867315395e62a50fc4255637cf52b9246b22ae723e28e348c6e2630ed2afde92635541a3f4c33bd4
6
+ metadata.gz: 3285da8c4f4e5939aa5cbf3b754f047850537a4309d2c6edb7c5dba07b7ac7ede320c319833b016dd65dc415feb028687f9f45d110c44a17e09011064e46767e
7
+ data.tar.gz: ce97a9e687ef6328b353db639a3900ceacce52aabe9c1e2e199a6bf127c5a5357996865feb1858fab0ff0187227f76229662249741160bd35e548ea99e128bda
data/lib/client.rb CHANGED
@@ -98,12 +98,16 @@ module BlackStack
98
98
  # get signature
99
99
  # more info: https://github.com/wildbit/postmark-gem/wiki/Senders
100
100
  #
101
- # this first strategy is not scalable if we handle a large list of signatures.
102
- #sign = client_postmark.signatures.select { |sign| sign[:domain]==domain }.first
101
+ # TODO: this first strategy is not scalable if we handle a large list of signatures.
102
+ # sign = client_postmark.signatures.select { |sign| sign[:domain]==domain }.first
103
103
  #
104
104
  # this other approach is a bit more scalable, but anyway we need to call the API
105
105
  # with filering by the domain.
106
106
  #
107
+ #
108
+ # TODO: this code is a replication from the filter ?memeber/filter_update_reseller_signature
109
+ # Refer this issue for more information: https://github.com/leandrosardi/blackstack/issues/95
110
+ #
107
111
  pagesize = 30 # TODO: increase this value to 300 for optimization
108
112
  i = 0
109
113
  j = 1
@@ -189,7 +193,7 @@ module BlackStack
189
193
  def resellerSignatureName
190
194
  # configuracion de cuenta reseller
191
195
  if self.resellerSignatureEnabled?
192
- return self.from_email_for_ssm.to_s
196
+ return self.from_name_for_ssm.to_s
193
197
  else
194
198
  return NOTIFICATIONS[:from_name]
195
199
  end
data/lib/mybotprocess.rb CHANGED
@@ -69,7 +69,7 @@ module BlackStack
69
69
  end
70
70
 
71
71
  return lnuser
72
- end # getLnUser()
72
+ end # getLnUserByUsername()
73
73
 
74
74
  # returns a hash with the parameters of a lnuser
75
75
  # raises an exception if it could not get a lnuser, or if ocurrs any other problem
@@ -377,7 +377,7 @@ puts ""
377
377
  return ret
378
378
  =end
379
379
  end # isLnUserAvailable
380
-
380
+
381
381
  end # class MyBotProcess
382
382
 
383
383
  end # module BlackStack
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.20
4
+ version: 1.1.21
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-12-10 00:00:00.000000000 Z
11
+ date: 2021-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: websocket