sib-api-v3-sdk 5.1.0 → 5.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/docs/CreateEmailCampaign.md +5 -3
- data/docs/CreateSmtpTemplate.md +1 -1
- data/docs/UpdateEmailCampaign.md +2 -1
- data/docs/UpdateSmtpTemplate.md +1 -1
- data/lib/sib-api-v3-sdk/models/create_email_campaign.rb +27 -7
- data/lib/sib-api-v3-sdk/models/create_smtp_template.rb +1 -1
- data/lib/sib-api-v3-sdk/models/update_email_campaign.rb +15 -5
- data/lib/sib-api-v3-sdk/models/update_smtp_template.rb +1 -1
- data/lib/sib-api-v3-sdk/version.rb +1 -1
- data/spec/models/create_email_campaign_spec.rb +12 -0
- data/spec/models/update_email_campaign_spec.rb +6 -0
- metadata +40 -40
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74b7aea1413d8828f9aa61da47aee8a09b2af841c401e4833d11b928d1e03ee7
|
4
|
+
data.tar.gz: 119c61b4fc1bf26cf39de3eb5662a2d86cae23700e64bcfb8fda90ad60cff980
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9f11f2200da93763cdf5671c3af8e1a813d4eb326582a12f20e276190b1a1c20f2774a79c760290d670d8e85ce3c973e3e89d26c6c3964cd739a8112cf3f636
|
7
|
+
data.tar.gz: eeb8d1e64ce1f5489bc8efd65757be22cbd55073423c6bb86057745580d5d3cbf717d66cbad9c058eb51a3561dbca3dbe190ef5ada41b40ddeeee42f98411902
|
data/docs/CreateEmailCampaign.md
CHANGED
@@ -6,12 +6,13 @@ Name | Type | Description | Notes
|
|
6
6
|
**tag** | **String** | Tag of the campaign | [optional]
|
7
7
|
**sender** | [**CreateEmailCampaignSender**](CreateEmailCampaignSender.md) | |
|
8
8
|
**name** | **String** | Name of the campaign |
|
9
|
-
**html_content** | **String** | Mandatory if htmlUrl
|
10
|
-
**html_url** | **String** | Mandatory if htmlContent
|
9
|
+
**html_content** | **String** | Mandatory if htmlUrl and templateId are empty. Body of the message (HTML) | [optional]
|
10
|
+
**html_url** | **String** | Mandatory if htmlContent and templateId are empty. Url to the message (HTML) | [optional]
|
11
|
+
**template_id** | **Integer** | Mandatory if htmlContent and htmlUrl are empty. Id of the SMTP template with status 'active'. Used to copy only its content fetched from htmlContent/htmlUrl to an email campaign for RSS feature. | [optional]
|
11
12
|
**scheduled_at** | **DateTime** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
|
12
13
|
**subject** | **String** | Subject of the campaign |
|
13
14
|
**reply_to** | **String** | Email on which the campaign recipients will be able to reply to | [optional]
|
14
|
-
**to_field** | **String** | To personalize the «To» Field
|
15
|
+
**to_field** | **String** | To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization | [optional]
|
15
16
|
**recipients** | [**CreateEmailCampaignRecipients**](CreateEmailCampaignRecipients.md) | | [optional]
|
16
17
|
**attachment_url** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
|
17
18
|
**inline_image_activation** | **BOOLEAN** | Use true to embedded the images in your email. Final size of the email should be less than 4MB. Campaigns with embedded images can not be sent to more than 5000 contacts | [optional] [default to false]
|
@@ -21,5 +22,6 @@ Name | Type | Description | Notes
|
|
21
22
|
**footer** | **String** | Footer of the email campaign | [optional]
|
22
23
|
**header** | **String** | Header of the email campaign | [optional]
|
23
24
|
**utm_campaign** | **String** | Customize the utm_campaign value. If this field is empty, the campaign name will be used. Only alphanumeric characters and spaces are allowed | [optional]
|
25
|
+
**params** | **Object** | Pass the set of attributes to customize the type classic campaign. For example, {'FNAME':'Joe', 'LNAME':'Doe'}. Only available if 'type' is 'classic' | [optional]
|
24
26
|
|
25
27
|
|
data/docs/CreateSmtpTemplate.md
CHANGED
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**html_url** | **String** | Url which contents the body of the email message. REQUIRED if htmlContent is empty | [optional]
|
11
11
|
**subject** | **String** | Subject of the template |
|
12
12
|
**reply_to** | **String** | Email on which campaign recipients will be able to reply to | [optional]
|
13
|
-
**to_field** | **String** |
|
13
|
+
**to_field** | **String** | To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization | [optional]
|
14
14
|
**attachment_url** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
|
15
15
|
**is_active** | **BOOLEAN** | Status of template. isActive = true means template is active and isActive = false means template is inactive | [optional]
|
16
16
|
|
data/docs/UpdateEmailCampaign.md
CHANGED
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
11
11
|
**scheduled_at** | **DateTime** | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
|
12
12
|
**subject** | **String** | Subject of the campaign | [optional]
|
13
13
|
**reply_to** | **String** | Email on which campaign recipients will be able to reply to | [optional]
|
14
|
-
**to_field** | **String** |
|
14
|
+
**to_field** | **String** | To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization | [optional]
|
15
15
|
**recipients** | [**UpdateEmailCampaignRecipients**](UpdateEmailCampaignRecipients.md) | | [optional]
|
16
16
|
**attachment_url** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
|
17
17
|
**inline_image_activation** | **BOOLEAN** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. You cannot send a campaign of more than 4MB with images embedded in the email. Campaigns with the images embedded in the email must be sent to less than 5000 contacts. | [optional] [default to false]
|
@@ -20,5 +20,6 @@ Name | Type | Description | Notes
|
|
20
20
|
**footer** | **String** | Footer of the email campaign | [optional]
|
21
21
|
**header** | **String** | Header of the email campaign | [optional]
|
22
22
|
**utm_campaign** | **String** | Customize the utm_campaign value. If this field is empty, the campaign name will be used. Only alphanumeric characters and spaces are allowed | [optional]
|
23
|
+
**params** | **Object** | Pass the set of attributes to customize the type 'classic' campaign. For example, {'FNAME':'Joe', 'LNAME':'Doe'}. | [optional]
|
23
24
|
|
24
25
|
|
data/docs/UpdateSmtpTemplate.md
CHANGED
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**html_url** | **String** | Required if htmlContent is empty. URL to the body of the email (HTML) | [optional]
|
11
11
|
**subject** | **String** | Subject of the email | [optional]
|
12
12
|
**reply_to** | **String** | Email on which campaign recipients will be able to reply to | [optional]
|
13
|
-
**to_field** | **String** | To personalize the «To» Field
|
13
|
+
**to_field** | **String** | To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization | [optional]
|
14
14
|
**attachment_url** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
|
15
15
|
**is_active** | **BOOLEAN** | Status of the template. isActive = false means template is inactive, isActive = true means template is active | [optional]
|
16
16
|
|
@@ -23,12 +23,15 @@ module SibApiV3Sdk
|
|
23
23
|
# Name of the campaign
|
24
24
|
attr_accessor :name
|
25
25
|
|
26
|
-
# Mandatory if htmlUrl
|
26
|
+
# Mandatory if htmlUrl and templateId are empty. Body of the message (HTML)
|
27
27
|
attr_accessor :html_content
|
28
28
|
|
29
|
-
# Mandatory if htmlContent
|
29
|
+
# Mandatory if htmlContent and templateId are empty. Url to the message (HTML)
|
30
30
|
attr_accessor :html_url
|
31
31
|
|
32
|
+
# Mandatory if htmlContent and htmlUrl are empty. Id of the SMTP template with status 'active'. Used to copy only its content fetched from htmlContent/htmlUrl to an email campaign for RSS feature.
|
33
|
+
attr_accessor :template_id
|
34
|
+
|
32
35
|
# Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result.
|
33
36
|
attr_accessor :scheduled_at
|
34
37
|
|
@@ -38,7 +41,7 @@ module SibApiV3Sdk
|
|
38
41
|
# Email on which the campaign recipients will be able to reply to
|
39
42
|
attr_accessor :reply_to
|
40
43
|
|
41
|
-
# To personalize the «To» Field
|
44
|
+
# To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization
|
42
45
|
attr_accessor :to_field
|
43
46
|
|
44
47
|
attr_accessor :recipients
|
@@ -67,6 +70,9 @@ module SibApiV3Sdk
|
|
67
70
|
# Customize the utm_campaign value. If this field is empty, the campaign name will be used. Only alphanumeric characters and spaces are allowed
|
68
71
|
attr_accessor :utm_campaign
|
69
72
|
|
73
|
+
# Pass the set of attributes to customize the type classic campaign. For example, {'FNAME':'Joe', 'LNAME':'Doe'}. Only available if 'type' is 'classic'
|
74
|
+
attr_accessor :params
|
75
|
+
|
70
76
|
class EnumAttributeValidator
|
71
77
|
attr_reader :datatype
|
72
78
|
attr_reader :allowable_values
|
@@ -97,6 +103,7 @@ module SibApiV3Sdk
|
|
97
103
|
:'name' => :'name',
|
98
104
|
:'html_content' => :'htmlContent',
|
99
105
|
:'html_url' => :'htmlUrl',
|
106
|
+
:'template_id' => :'templateId',
|
100
107
|
:'scheduled_at' => :'scheduledAt',
|
101
108
|
:'subject' => :'subject',
|
102
109
|
:'reply_to' => :'replyTo',
|
@@ -109,7 +116,8 @@ module SibApiV3Sdk
|
|
109
116
|
:'type' => :'type',
|
110
117
|
:'footer' => :'footer',
|
111
118
|
:'header' => :'header',
|
112
|
-
:'utm_campaign' => :'utmCampaign'
|
119
|
+
:'utm_campaign' => :'utmCampaign',
|
120
|
+
:'params' => :'params'
|
113
121
|
}
|
114
122
|
end
|
115
123
|
|
@@ -121,6 +129,7 @@ module SibApiV3Sdk
|
|
121
129
|
:'name' => :'String',
|
122
130
|
:'html_content' => :'String',
|
123
131
|
:'html_url' => :'String',
|
132
|
+
:'template_id' => :'Integer',
|
124
133
|
:'scheduled_at' => :'DateTime',
|
125
134
|
:'subject' => :'String',
|
126
135
|
:'reply_to' => :'String',
|
@@ -133,7 +142,8 @@ module SibApiV3Sdk
|
|
133
142
|
:'type' => :'String',
|
134
143
|
:'footer' => :'String',
|
135
144
|
:'header' => :'String',
|
136
|
-
:'utm_campaign' => :'String'
|
145
|
+
:'utm_campaign' => :'String',
|
146
|
+
:'params' => :'Object'
|
137
147
|
}
|
138
148
|
end
|
139
149
|
|
@@ -165,6 +175,10 @@ module SibApiV3Sdk
|
|
165
175
|
self.html_url = attributes[:'htmlUrl']
|
166
176
|
end
|
167
177
|
|
178
|
+
if attributes.has_key?(:'templateId')
|
179
|
+
self.template_id = attributes[:'templateId']
|
180
|
+
end
|
181
|
+
|
168
182
|
if attributes.has_key?(:'scheduledAt')
|
169
183
|
self.scheduled_at = attributes[:'scheduledAt']
|
170
184
|
end
|
@@ -221,6 +235,10 @@ module SibApiV3Sdk
|
|
221
235
|
self.utm_campaign = attributes[:'utmCampaign']
|
222
236
|
end
|
223
237
|
|
238
|
+
if attributes.has_key?(:'params')
|
239
|
+
self.params = attributes[:'params']
|
240
|
+
end
|
241
|
+
|
224
242
|
end
|
225
243
|
|
226
244
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -278,6 +296,7 @@ module SibApiV3Sdk
|
|
278
296
|
name == o.name &&
|
279
297
|
html_content == o.html_content &&
|
280
298
|
html_url == o.html_url &&
|
299
|
+
template_id == o.template_id &&
|
281
300
|
scheduled_at == o.scheduled_at &&
|
282
301
|
subject == o.subject &&
|
283
302
|
reply_to == o.reply_to &&
|
@@ -290,7 +309,8 @@ module SibApiV3Sdk
|
|
290
309
|
type == o.type &&
|
291
310
|
footer == o.footer &&
|
292
311
|
header == o.header &&
|
293
|
-
utm_campaign == o.utm_campaign
|
312
|
+
utm_campaign == o.utm_campaign &&
|
313
|
+
params == o.params
|
294
314
|
end
|
295
315
|
|
296
316
|
# @see the `==` method
|
@@ -302,7 +322,7 @@ module SibApiV3Sdk
|
|
302
322
|
# Calculates hash code according to all attributes.
|
303
323
|
# @return [Fixnum] Hash code
|
304
324
|
def hash
|
305
|
-
[tag, sender, name, html_content, html_url, scheduled_at, subject, reply_to, to_field, recipients, attachment_url, inline_image_activation, mirror_active, recurring, type, footer, header, utm_campaign].hash
|
325
|
+
[tag, sender, name, html_content, html_url, template_id, scheduled_at, subject, reply_to, to_field, recipients, attachment_url, inline_image_activation, mirror_active, recurring, type, footer, header, utm_campaign, params].hash
|
306
326
|
end
|
307
327
|
|
308
328
|
# Builds the object from hash
|
@@ -35,7 +35,7 @@ module SibApiV3Sdk
|
|
35
35
|
# Email on which campaign recipients will be able to reply to
|
36
36
|
attr_accessor :reply_to
|
37
37
|
|
38
|
-
#
|
38
|
+
# To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization
|
39
39
|
attr_accessor :to_field
|
40
40
|
|
41
41
|
# Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps
|
@@ -38,7 +38,7 @@ module SibApiV3Sdk
|
|
38
38
|
# Email on which campaign recipients will be able to reply to
|
39
39
|
attr_accessor :reply_to
|
40
40
|
|
41
|
-
#
|
41
|
+
# To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization
|
42
42
|
attr_accessor :to_field
|
43
43
|
|
44
44
|
attr_accessor :recipients
|
@@ -64,6 +64,9 @@ module SibApiV3Sdk
|
|
64
64
|
# Customize the utm_campaign value. If this field is empty, the campaign name will be used. Only alphanumeric characters and spaces are allowed
|
65
65
|
attr_accessor :utm_campaign
|
66
66
|
|
67
|
+
# Pass the set of attributes to customize the type 'classic' campaign. For example, {'FNAME':'Joe', 'LNAME':'Doe'}.
|
68
|
+
attr_accessor :params
|
69
|
+
|
67
70
|
|
68
71
|
# Attribute mapping from ruby-style variable name to JSON key.
|
69
72
|
def self.attribute_map
|
@@ -84,7 +87,8 @@ module SibApiV3Sdk
|
|
84
87
|
:'recurring' => :'recurring',
|
85
88
|
:'footer' => :'footer',
|
86
89
|
:'header' => :'header',
|
87
|
-
:'utm_campaign' => :'utmCampaign'
|
90
|
+
:'utm_campaign' => :'utmCampaign',
|
91
|
+
:'params' => :'params'
|
88
92
|
}
|
89
93
|
end
|
90
94
|
|
@@ -107,7 +111,8 @@ module SibApiV3Sdk
|
|
107
111
|
:'recurring' => :'BOOLEAN',
|
108
112
|
:'footer' => :'String',
|
109
113
|
:'header' => :'String',
|
110
|
-
:'utm_campaign' => :'String'
|
114
|
+
:'utm_campaign' => :'String',
|
115
|
+
:'params' => :'Object'
|
111
116
|
}
|
112
117
|
end
|
113
118
|
|
@@ -191,6 +196,10 @@ module SibApiV3Sdk
|
|
191
196
|
self.utm_campaign = attributes[:'utmCampaign']
|
192
197
|
end
|
193
198
|
|
199
|
+
if attributes.has_key?(:'params')
|
200
|
+
self.params = attributes[:'params']
|
201
|
+
end
|
202
|
+
|
194
203
|
end
|
195
204
|
|
196
205
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -227,7 +236,8 @@ module SibApiV3Sdk
|
|
227
236
|
recurring == o.recurring &&
|
228
237
|
footer == o.footer &&
|
229
238
|
header == o.header &&
|
230
|
-
utm_campaign == o.utm_campaign
|
239
|
+
utm_campaign == o.utm_campaign &&
|
240
|
+
params == o.params
|
231
241
|
end
|
232
242
|
|
233
243
|
# @see the `==` method
|
@@ -239,7 +249,7 @@ module SibApiV3Sdk
|
|
239
249
|
# Calculates hash code according to all attributes.
|
240
250
|
# @return [Fixnum] Hash code
|
241
251
|
def hash
|
242
|
-
[tag, sender, name, html_content, html_url, scheduled_at, subject, reply_to, to_field, recipients, attachment_url, inline_image_activation, mirror_active, recurring, footer, header, utm_campaign].hash
|
252
|
+
[tag, sender, name, html_content, html_url, scheduled_at, subject, reply_to, to_field, recipients, attachment_url, inline_image_activation, mirror_active, recurring, footer, header, utm_campaign, params].hash
|
243
253
|
end
|
244
254
|
|
245
255
|
# Builds the object from hash
|
@@ -35,7 +35,7 @@ module SibApiV3Sdk
|
|
35
35
|
# Email on which campaign recipients will be able to reply to
|
36
36
|
attr_accessor :reply_to
|
37
37
|
|
38
|
-
# To personalize the «To» Field
|
38
|
+
# To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization
|
39
39
|
attr_accessor :to_field
|
40
40
|
|
41
41
|
# Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps
|
@@ -62,6 +62,12 @@ describe 'CreateEmailCampaign' do
|
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
+
describe 'test attribute "template_id"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
65
71
|
describe 'test attribute "scheduled_at"' do
|
66
72
|
it 'should work' do
|
67
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -144,5 +150,11 @@ describe 'CreateEmailCampaign' do
|
|
144
150
|
end
|
145
151
|
end
|
146
152
|
|
153
|
+
describe 'test attribute "params"' do
|
154
|
+
it 'should work' do
|
155
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
147
159
|
end
|
148
160
|
|
@@ -134,5 +134,11 @@ describe 'UpdateEmailCampaign' do
|
|
134
134
|
end
|
135
135
|
end
|
136
136
|
|
137
|
+
describe 'test attribute "params"' do
|
138
|
+
it 'should work' do
|
139
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
137
143
|
end
|
138
144
|
|
metadata
CHANGED
@@ -1,193 +1,193 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sib-api-v3-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SendinBlue Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.0'
|
20
|
-
- -
|
20
|
+
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 1.0.1
|
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
29
|
version: '1.0'
|
30
|
-
- -
|
30
|
+
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.0.1
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: json
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - ~>
|
37
|
+
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: '2.1'
|
40
|
-
- -
|
40
|
+
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 2.1.0
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - ~>
|
47
|
+
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '2.1'
|
50
|
-
- -
|
50
|
+
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
52
|
version: 2.1.0
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - ~>
|
57
|
+
- - "~>"
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '3.6'
|
60
|
-
- -
|
60
|
+
- - ">="
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: 3.6.0
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - ~>
|
67
|
+
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '3.6'
|
70
|
-
- -
|
70
|
+
- - ">="
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: 3.6.0
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: vcr
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
76
76
|
requirements:
|
77
|
-
- - ~>
|
77
|
+
- - "~>"
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '3.0'
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 3.0.1
|
83
83
|
type: :development
|
84
84
|
prerelease: false
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- - ~>
|
87
|
+
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '3.0'
|
90
|
-
- -
|
90
|
+
- - ">="
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: 3.0.1
|
93
93
|
- !ruby/object:Gem::Dependency
|
94
94
|
name: webmock
|
95
95
|
requirement: !ruby/object:Gem::Requirement
|
96
96
|
requirements:
|
97
|
-
- - ~>
|
97
|
+
- - "~>"
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '1.24'
|
100
|
-
- -
|
100
|
+
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: 1.24.3
|
103
103
|
type: :development
|
104
104
|
prerelease: false
|
105
105
|
version_requirements: !ruby/object:Gem::Requirement
|
106
106
|
requirements:
|
107
|
-
- - ~>
|
107
|
+
- - "~>"
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: '1.24'
|
110
|
-
- -
|
110
|
+
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: 1.24.3
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: autotest
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
|
-
- - ~>
|
117
|
+
- - "~>"
|
118
118
|
- !ruby/object:Gem::Version
|
119
119
|
version: '4.4'
|
120
|
-
- -
|
120
|
+
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: 4.4.6
|
123
123
|
type: :development
|
124
124
|
prerelease: false
|
125
125
|
version_requirements: !ruby/object:Gem::Requirement
|
126
126
|
requirements:
|
127
|
-
- - ~>
|
127
|
+
- - "~>"
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '4.4'
|
130
|
-
- -
|
130
|
+
- - ">="
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: 4.4.6
|
133
133
|
- !ruby/object:Gem::Dependency
|
134
134
|
name: autotest-rails-pure
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
|
-
- - ~>
|
137
|
+
- - "~>"
|
138
138
|
- !ruby/object:Gem::Version
|
139
139
|
version: '4.1'
|
140
|
-
- -
|
140
|
+
- - ">="
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: 4.1.2
|
143
143
|
type: :development
|
144
144
|
prerelease: false
|
145
145
|
version_requirements: !ruby/object:Gem::Requirement
|
146
146
|
requirements:
|
147
|
-
- - ~>
|
147
|
+
- - "~>"
|
148
148
|
- !ruby/object:Gem::Version
|
149
149
|
version: '4.1'
|
150
|
-
- -
|
150
|
+
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: 4.1.2
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: autotest-growl
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
156
156
|
requirements:
|
157
|
-
- - ~>
|
157
|
+
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
159
|
version: '0.2'
|
160
|
-
- -
|
160
|
+
- - ">="
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: 0.2.16
|
163
163
|
type: :development
|
164
164
|
prerelease: false
|
165
165
|
version_requirements: !ruby/object:Gem::Requirement
|
166
166
|
requirements:
|
167
|
-
- - ~>
|
167
|
+
- - "~>"
|
168
168
|
- !ruby/object:Gem::Version
|
169
169
|
version: '0.2'
|
170
|
-
- -
|
170
|
+
- - ">="
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: 0.2.16
|
173
173
|
- !ruby/object:Gem::Dependency
|
174
174
|
name: autotest-fsevent
|
175
175
|
requirement: !ruby/object:Gem::Requirement
|
176
176
|
requirements:
|
177
|
-
- - ~>
|
177
|
+
- - "~>"
|
178
178
|
- !ruby/object:Gem::Version
|
179
179
|
version: '0.2'
|
180
|
-
- -
|
180
|
+
- - ">="
|
181
181
|
- !ruby/object:Gem::Version
|
182
182
|
version: 0.2.12
|
183
183
|
type: :development
|
184
184
|
prerelease: false
|
185
185
|
version_requirements: !ruby/object:Gem::Requirement
|
186
186
|
requirements:
|
187
|
-
- - ~>
|
187
|
+
- - "~>"
|
188
188
|
- !ruby/object:Gem::Version
|
189
189
|
version: '0.2'
|
190
|
-
- -
|
190
|
+
- - ">="
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: 0.2.12
|
193
193
|
description: Official SendinBlue provided RESTFul API V3 ruby library
|
@@ -703,12 +703,12 @@ require_paths:
|
|
703
703
|
- lib
|
704
704
|
required_ruby_version: !ruby/object:Gem::Requirement
|
705
705
|
requirements:
|
706
|
-
- -
|
706
|
+
- - ">="
|
707
707
|
- !ruby/object:Gem::Version
|
708
708
|
version: '1.9'
|
709
709
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
710
710
|
requirements:
|
711
|
-
- -
|
711
|
+
- - ">="
|
712
712
|
- !ruby/object:Gem::Version
|
713
713
|
version: '0'
|
714
714
|
requirements: []
|