istox 0.2.5.3.pre.52 → 0.2.5.3

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
  SHA256:
3
- metadata.gz: 8d40b03190a4031801135b746396d633f859011765e6dbda5f033121eb6b18ba
4
- data.tar.gz: 27d7a3334d086abc719e50e772f9db988a5f2a725d88c6de887294fe6acc7140
3
+ metadata.gz: ccf4e9eef0dc952b34d1c76c533d9345b6e475671049be6020278d47bcd67f09
4
+ data.tar.gz: 654ca1f3a138268f2942588962315357ad80de06613c09b0eacfa77834558711
5
5
  SHA512:
6
- metadata.gz: 8c2e04d496e6316556d8812504cbaab020a4d1e0111d9c9419bd2ee9c2d70fa615ceaaf00ad40b034506e3b2e19f5ce73998dfbfdaae9bb1aed81c03bd7db52f
7
- data.tar.gz: 6bbf9414ea1eb3319e74ecf49a5600e800ef807a74f149967d7b253aeae6fa64e57d77d25de7aa94cb735dcdca439141df427e20cfb45ba6ac18a3f238e267ab
6
+ metadata.gz: 1b5b7894925dcd7f9ebc8bc6d8e9c707a4888df5691754dcc4820ddc773f050ee024842ab6a72dd5143f7681203a75f80c63918b304d6f0c6cba4fe4e0b372e4
7
+ data.tar.gz: 0e2a37b36caed13f534c4455ed0a4b9525ab10248a083ff72c13c0c744ebe5f9d2b64c2c58f2a098a1449d9747ba65bd0cdca27a00213c5863953b357ecf5821
data/.gitignore CHANGED
File without changes
data/.rubocop.yml CHANGED
File without changes
data/.solargraph.yml CHANGED
File without changes
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -161,25 +161,6 @@ module Istox
161
161
  end
162
162
  template_data_arr.concat(copy_email_data_arr)
163
163
  end
164
-
165
- def push_notification(template_name, template_data_arr)
166
- raise ArgumentError, 'Template name and template data arr cannot be empty' if template_name.blank? || template_data_arr.nil?
167
-
168
- return log.info 'Template data is empty, skipping this request' if template_data_arr.empty?
169
-
170
- ::Istox::Publisher.manual_publish(
171
- exchange: 'message',
172
- exchange_type: 'direct',
173
- routing_key: 'push_notification.message',
174
- message: {
175
- type: 'SEND_PUSH_NOTIFICATION',
176
- data: {
177
- template_name: template_name,
178
- template_data_arr_json: template_data_arr.to_json
179
- }
180
- }
181
- )
182
- end
183
164
  end
184
165
  end
185
166
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.2.5.3-52'.freeze
2
+ VERSION = '0.2.5.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5.3.pre.52
4
+ version: 0.2.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-20 00:00:00.000000000 Z
11
+ date: 2021-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amazing_print
@@ -542,11 +542,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
542
542
  version: '0'
543
543
  required_rubygems_version: !ruby/object:Gem::Requirement
544
544
  requirements:
545
- - - ">"
545
+ - - ">="
546
546
  - !ruby/object:Gem::Version
547
- version: 1.3.1
547
+ version: '0'
548
548
  requirements: []
549
- rubygems_version: 3.2.11
549
+ rubygems_version: 3.0.6
550
550
  signing_key:
551
551
  specification_version: 4
552
552
  summary: istox backend shared gem