istox 0.2.4.1 → 0.2.5
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 +4 -4
- data/Gemfile.lock +33 -22
- data/lib/istox/helpers/messaging.rb +5 -2
- data/lib/istox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c8ef7c4357c0feca79a70611b469e24cec0239348762ef2ae4041228814588f
|
|
4
|
+
data.tar.gz: 57135bd1d76bf06b4fb353974f64e79bb62f930d82f1409fe6a944248b5e9d32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01bbd03ee866809524a96872e87021dc0ddbfbee1c67eeda8e5cfd7a213cd9d81d4995084dcf7f6fa7e8f5ffab1e425396d3d6e4ca2228f9739b609e9bc316fa
|
|
7
|
+
data.tar.gz: 1a777141736244615a2470bd389382441e435db52c6496bae8ecf92ccb669afb7ef5450409bff9d061b287ca779ab3fb94c84b6615cb9d63dc75a2673ae81ca0
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
istox (0.
|
|
4
|
+
istox (0.2.3.pre.1)
|
|
5
5
|
amazing_print
|
|
6
6
|
awesome_print
|
|
7
7
|
aws-sdk-sns (~> 1)
|
|
@@ -64,10 +64,10 @@ GEM
|
|
|
64
64
|
i18n (>= 0.7, < 2)
|
|
65
65
|
minitest (~> 5.1)
|
|
66
66
|
tzinfo (~> 1.1)
|
|
67
|
-
amazing_print (1.
|
|
67
|
+
amazing_print (1.3.0)
|
|
68
68
|
amq-protocol (2.3.2)
|
|
69
69
|
arel (9.0.0)
|
|
70
|
-
awesome_print (1.
|
|
70
|
+
awesome_print (1.9.2)
|
|
71
71
|
aws-eventstream (1.1.0)
|
|
72
72
|
aws-partitions (1.318.0)
|
|
73
73
|
aws-sdk-core (3.96.1)
|
|
@@ -86,7 +86,7 @@ GEM
|
|
|
86
86
|
aws-xray-sdk (0.11.4)
|
|
87
87
|
aws-sdk-xray (~> 1.4.0)
|
|
88
88
|
multi_json (~> 1)
|
|
89
|
-
binding_of_caller (0.
|
|
89
|
+
binding_of_caller (1.0.0)
|
|
90
90
|
debug_inspector (>= 0.0.1)
|
|
91
91
|
builder (3.2.4)
|
|
92
92
|
bullet (5.7.6)
|
|
@@ -99,8 +99,9 @@ GEM
|
|
|
99
99
|
concurrent-ruby (1.1.6)
|
|
100
100
|
crass (1.0.6)
|
|
101
101
|
database_cleaner (1.6.2)
|
|
102
|
-
debug_inspector (
|
|
102
|
+
debug_inspector (1.1.0)
|
|
103
103
|
diff-lcs (1.3)
|
|
104
|
+
e2mmap (0.1.0)
|
|
104
105
|
erubi (1.9.0)
|
|
105
106
|
exponential-backoff (0.0.4)
|
|
106
107
|
factory_bot (4.8.2)
|
|
@@ -112,34 +113,40 @@ GEM
|
|
|
112
113
|
i18n (~> 0.5)
|
|
113
114
|
fakeredis (0.7.0)
|
|
114
115
|
redis (>= 3.2, < 5.0)
|
|
115
|
-
faraday (1.0
|
|
116
|
+
faraday (1.3.0)
|
|
117
|
+
faraday-net_http (~> 1.0)
|
|
116
118
|
multipart-post (>= 1.2, < 3)
|
|
119
|
+
ruby2_keywords
|
|
120
|
+
faraday-net_http (1.0.1)
|
|
117
121
|
faraday_middleware (1.0.0)
|
|
118
122
|
faraday (~> 1.0)
|
|
119
|
-
ffi (1.
|
|
123
|
+
ffi (1.15.0)
|
|
120
124
|
globalid (0.4.2)
|
|
121
125
|
activesupport (>= 4.2.0)
|
|
122
|
-
google-protobuf (3.
|
|
123
|
-
googleapis-common-protos-types (1.0.
|
|
124
|
-
google-protobuf (~> 3.
|
|
125
|
-
graphlient (0.
|
|
126
|
+
google-protobuf (3.15.6-universal-darwin)
|
|
127
|
+
googleapis-common-protos-types (1.0.6)
|
|
128
|
+
google-protobuf (~> 3.14)
|
|
129
|
+
graphlient (0.5.0)
|
|
126
130
|
faraday (>= 1.0)
|
|
127
131
|
faraday_middleware
|
|
128
132
|
graphql-client
|
|
129
|
-
graphql (1.
|
|
133
|
+
graphql (1.12.6)
|
|
130
134
|
graphql-client (0.16.0)
|
|
131
135
|
activesupport (>= 3.0)
|
|
132
136
|
graphql (~> 1.8)
|
|
133
|
-
grpc (1.
|
|
134
|
-
google-protobuf (~> 3.
|
|
137
|
+
grpc (1.36.0-universal-darwin)
|
|
138
|
+
google-protobuf (~> 3.14)
|
|
135
139
|
googleapis-common-protos-types (~> 1.0)
|
|
136
|
-
grpc-tools (1.
|
|
137
|
-
gruf (2.
|
|
140
|
+
grpc-tools (1.36.0)
|
|
141
|
+
gruf (2.9.1)
|
|
138
142
|
activesupport (> 4)
|
|
139
143
|
concurrent-ruby (> 1)
|
|
144
|
+
e2mmap (~> 0.1)
|
|
140
145
|
grpc (~> 1.10)
|
|
141
146
|
grpc-tools (~> 1.10)
|
|
147
|
+
json (>= 2.3)
|
|
142
148
|
slop (~> 4.6)
|
|
149
|
+
thwait (~> 0.1)
|
|
143
150
|
hashie (3.5.7)
|
|
144
151
|
i18n (0.9.5)
|
|
145
152
|
concurrent-ruby (~> 1.0)
|
|
@@ -150,6 +157,7 @@ GEM
|
|
|
150
157
|
grpc-tools (~> 1.10)
|
|
151
158
|
slop (~> 4.6)
|
|
152
159
|
jmespath (1.4.0)
|
|
160
|
+
json (2.5.1)
|
|
153
161
|
listen (3.0.8)
|
|
154
162
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
155
163
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
@@ -170,11 +178,11 @@ GEM
|
|
|
170
178
|
nio4r (2.3.1)
|
|
171
179
|
nokogiri (1.10.9)
|
|
172
180
|
mini_portile2 (~> 2.4.0)
|
|
173
|
-
oj (3.
|
|
174
|
-
ougai (
|
|
181
|
+
oj (3.11.3)
|
|
182
|
+
ougai (2.0.0)
|
|
175
183
|
oj (~> 3.10)
|
|
176
|
-
paranoia (2.4.
|
|
177
|
-
activerecord (>= 4.0, < 6.
|
|
184
|
+
paranoia (2.4.3)
|
|
185
|
+
activerecord (>= 4.0, < 6.2)
|
|
178
186
|
pry (0.12.2)
|
|
179
187
|
coderay (~> 1.1.0)
|
|
180
188
|
method_source (~> 0.9.0)
|
|
@@ -222,7 +230,7 @@ GEM
|
|
|
222
230
|
redis-activesupport (5.2.0)
|
|
223
231
|
activesupport (>= 3, < 7)
|
|
224
232
|
redis-store (>= 1.3, < 2)
|
|
225
|
-
redis-namespace (1.8.
|
|
233
|
+
redis-namespace (1.8.1)
|
|
226
234
|
redis (>= 3.0.4)
|
|
227
235
|
redis-rack (2.1.3)
|
|
228
236
|
rack (>= 2.0.8, < 3)
|
|
@@ -254,6 +262,7 @@ GEM
|
|
|
254
262
|
rspec-mocks (~> 3.8.0)
|
|
255
263
|
rspec-support (~> 3.8.0)
|
|
256
264
|
rspec-support (3.8.0)
|
|
265
|
+
ruby2_keywords (0.0.4)
|
|
257
266
|
slop (4.8.2)
|
|
258
267
|
sprockets (3.7.2)
|
|
259
268
|
concurrent-ruby (~> 1.0)
|
|
@@ -265,11 +274,13 @@ GEM
|
|
|
265
274
|
sqlite3 (1.3.13)
|
|
266
275
|
thor (0.20.3)
|
|
267
276
|
thread_safe (0.3.6)
|
|
277
|
+
thwait (0.2.0)
|
|
278
|
+
e2mmap
|
|
268
279
|
timecop (0.9.1)
|
|
269
280
|
tzinfo (1.2.6)
|
|
270
281
|
thread_safe (~> 0.1)
|
|
271
282
|
uniform_notifier (1.11.0)
|
|
272
|
-
vault (0.
|
|
283
|
+
vault (0.16.0)
|
|
273
284
|
aws-sigv4
|
|
274
285
|
websocket-driver (0.7.0)
|
|
275
286
|
websocket-extensions (>= 0.1.0)
|
|
@@ -93,6 +93,7 @@ module Istox
|
|
|
93
93
|
# sample template data, it should be an array
|
|
94
94
|
# [{
|
|
95
95
|
# email: email,
|
|
96
|
+
# sid: xxxxx,
|
|
96
97
|
# istoxP1: auth.first_name,
|
|
97
98
|
# <more other sample template attributes>: <other sample template data>,
|
|
98
99
|
# }]
|
|
@@ -137,7 +138,8 @@ module Istox
|
|
|
137
138
|
else
|
|
138
139
|
# if it is a object hash
|
|
139
140
|
# {
|
|
140
|
-
# email: xxxx
|
|
141
|
+
# email: xxxx,
|
|
142
|
+
# sid: xxxx,
|
|
141
143
|
# params: {
|
|
142
144
|
# istoxP1: xxxx,
|
|
143
145
|
# istoxP2: xxxx
|
|
@@ -146,7 +148,8 @@ module Istox
|
|
|
146
148
|
next unless ce[:email].present?
|
|
147
149
|
|
|
148
150
|
copy_email_data[:email] = ce[:email]
|
|
149
|
-
copy_email_data =
|
|
151
|
+
copy_email_data[:sid] = ce[:sid]
|
|
152
|
+
copy_email_data = copy_email_data.merge(ce[:params]) if ce[:params].present?
|
|
150
153
|
end
|
|
151
154
|
|
|
152
155
|
copy_email_data.delete(:copy_emails)
|
data/lib/istox/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.2.5
|
|
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-04-
|
|
11
|
+
date: 2021-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: amazing_print
|