sendgrid_webapi 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/version.rb +3 -0
- data/sendgrid_webapi.gemspec +1 -1
- metadata +288 -269
data/lib/version.rb
ADDED
data/sendgrid_webapi.gemspec
CHANGED
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
|
|
22
22
|
s.add_development_dependency "webmock", "~> 1.8.7"
|
23
23
|
s.add_development_dependency "vcr", "~> 2.1.1"
|
24
24
|
s.add_dependency "faraday", "~> 0.8.0"
|
25
|
-
s.add_dependency "json", "~> 1.
|
25
|
+
s.add_dependency "json", "~> 1.8.0"
|
26
26
|
|
27
27
|
end
|
metadata
CHANGED
@@ -1,290 +1,309 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: sendgrid_webapi
|
3
|
-
version: !ruby/object:Gem::Version
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.2
|
4
5
|
prerelease:
|
5
|
-
version: 0.0.1
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
|
9
|
-
|
7
|
+
authors:
|
8
|
+
- kylejginavan
|
9
|
+
- chebyte
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
13
|
+
date: 2013-05-28 00:00:00.000000000 Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: rspec
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ~>
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.10.0
|
23
|
+
type: :development
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ~>
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: 2.10.0
|
31
|
+
- !ruby/object:Gem::Dependency
|
32
|
+
name: webmock
|
33
|
+
requirement: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
35
|
+
requirements:
|
36
|
+
- - ~>
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: 1.8.7
|
39
|
+
type: :development
|
40
|
+
prerelease: false
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ~>
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 1.8.7
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: vcr
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
none: false
|
51
|
+
requirements:
|
52
|
+
- - ~>
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 2.1.1
|
55
|
+
type: :development
|
56
|
+
prerelease: false
|
57
|
+
version_requirements: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
59
|
+
requirements:
|
60
|
+
- - ~>
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 2.1.1
|
63
|
+
- !ruby/object:Gem::Dependency
|
64
|
+
name: faraday
|
65
|
+
requirement: !ruby/object:Gem::Requirement
|
66
|
+
none: false
|
67
|
+
requirements:
|
68
|
+
- - ~>
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: 0.8.0
|
71
|
+
type: :runtime
|
72
|
+
prerelease: false
|
73
|
+
version_requirements: !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ~>
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: 0.8.0
|
79
|
+
- !ruby/object:Gem::Dependency
|
80
|
+
name: json
|
81
|
+
requirement: !ruby/object:Gem::Requirement
|
82
|
+
none: false
|
83
|
+
requirements:
|
84
|
+
- - ~>
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: 1.8.0
|
87
|
+
type: :runtime
|
88
|
+
prerelease: false
|
89
|
+
version_requirements: !ruby/object:Gem::Requirement
|
90
|
+
none: false
|
91
|
+
requirements:
|
92
|
+
- - ~>
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: 1.8.0
|
71
95
|
description: Gem for access to SendGrid WEB API from rails
|
72
|
-
email:
|
73
|
-
|
74
|
-
|
96
|
+
email:
|
97
|
+
- kylejginavan@gmail.com
|
98
|
+
- maurotorres@gmail.com
|
75
99
|
executables: []
|
76
|
-
|
77
100
|
extensions: []
|
78
|
-
|
79
101
|
extra_rdoc_files: []
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
102
|
+
files:
|
103
|
+
- .gitignore
|
104
|
+
- .rspec
|
105
|
+
- .travis.yml
|
106
|
+
- Gemfile
|
107
|
+
- README.rdoc
|
108
|
+
- Rakefile
|
109
|
+
- lib/base.rb
|
110
|
+
- lib/helper.rb
|
111
|
+
- lib/middlewares/sendgrid_response.rb
|
112
|
+
- lib/sendgrid_webapi.rb
|
113
|
+
- lib/sub_user/apps.rb
|
114
|
+
- lib/sub_user/auth.rb
|
115
|
+
- lib/sub_user/bounces.rb
|
116
|
+
- lib/sub_user/event_notification.rb
|
117
|
+
- lib/sub_user/iframe.rb
|
118
|
+
- lib/sub_user/invalid_emails.rb
|
119
|
+
- lib/sub_user/ip_management.rb
|
120
|
+
- lib/sub_user/limits.rb
|
121
|
+
- lib/sub_user/management.rb
|
122
|
+
- lib/sub_user/modules.rb
|
123
|
+
- lib/sub_user/monitor_records.rb
|
124
|
+
- lib/sub_user/parse.rb
|
125
|
+
- lib/sub_user/spam.rb
|
126
|
+
- lib/sub_user/stats.rb
|
127
|
+
- lib/sub_user/unsubscribes.rb
|
128
|
+
- lib/sub_user/white_label.rb
|
129
|
+
- lib/subuser_client.rb
|
130
|
+
- lib/version.rb
|
131
|
+
- lib/web_api/blocks.rb
|
132
|
+
- lib/web_api/bounces.rb
|
133
|
+
- lib/web_api/event_notification.rb
|
134
|
+
- lib/web_api/invalid_emails.rb
|
135
|
+
- lib/web_api/mail.rb
|
136
|
+
- lib/web_api/modules.rb
|
137
|
+
- lib/web_api/parse.rb
|
138
|
+
- lib/web_api/profile.rb
|
139
|
+
- lib/web_api/spam.rb
|
140
|
+
- lib/web_api/stats.rb
|
141
|
+
- lib/web_api/unsubscribes.rb
|
142
|
+
- lib/web_api/version.rb
|
143
|
+
- lib/webapi_client.rb
|
144
|
+
- sendgrid_webapi.gemspec
|
145
|
+
- spec/cassettes/client/_modules/_block/should_get_block_emails.yml
|
146
|
+
- spec/cassettes/client/_modules/_block/should_try_delete_not_existing_block_email.yml
|
147
|
+
- spec/cassettes/client/_modules/_bounce/should_get_bounce_emails.yml
|
148
|
+
- spec/cassettes/client/_modules/_bounce/should_try_delete_not_existing_bounce_email.yml
|
149
|
+
- spec/cassettes/client/_modules/_event_notification/should_delete_event_notification_url.yml
|
150
|
+
- spec/cassettes/client/_modules/_event_notification/should_get_event_notification_url.yml
|
151
|
+
- spec/cassettes/client/_modules/_event_notification/should_set_event_notification_url.yml
|
152
|
+
- spec/cassettes/client/_modules/_invalid_email/should_get_invalid_emails.yml
|
153
|
+
- spec/cassettes/client/_modules/_invalid_email/should_try_delete_not_existing_invalid_emails.yml
|
154
|
+
- spec/cassettes/client/_modules/_parse_email/should_delete_parse_email.yml
|
155
|
+
- spec/cassettes/client/_modules/_parse_email/should_get_parse_email.yml
|
156
|
+
- spec/cassettes/client/_modules/_parse_email/should_set_parse_email.yml
|
157
|
+
- spec/cassettes/client/_modules/_profile/should_get_profile.yml
|
158
|
+
- spec/cassettes/client/_modules/_profile/should_set_first_name.yml
|
159
|
+
- spec/cassettes/client/_modules/_spam/should_get_spam_emails.yml
|
160
|
+
- spec/cassettes/client/_modules/_spam/should_try_delete_not_existing_spam_emails.yml
|
161
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_add_unsubscribe_emails.yml
|
162
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_delete_unsubscribe_email.yml
|
163
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_get_unsubscribe_emails.yml
|
164
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_try_delete_not_existing_unsubscribe_emails.yml
|
165
|
+
- spec/cassettes/helper/_create_sub_user_account/should_create_sub_user_account.yml
|
166
|
+
- spec/cassettes/helper/_run_sendgrid_query/should_raise_with_unsucessfull_request.yml
|
167
|
+
- spec/cassettes/helper/_run_sendgrid_query/should_run_sendgrid_request.yml
|
168
|
+
- spec/cassettes/sub_user/_apps/should_activate_app.yml
|
169
|
+
- spec/cassettes/sub_user/_apps/should_deactivate_app.yml
|
170
|
+
- spec/cassettes/sub_user/_apps/should_get_current_setting_from_one_app.yml
|
171
|
+
- spec/cassettes/sub_user/_apps/should_return_available_apps.yml
|
172
|
+
- spec/cassettes/sub_user/_apps/should_set_current_app.yml
|
173
|
+
- spec/cassettes/sub_user/_authentication/should_auth_a_sub_user.yml
|
174
|
+
- spec/cassettes/sub_user/_authentication/should_return_error_with_a_bad_sub_user.yml
|
175
|
+
- spec/cassettes/sub_user/_bounces/should_returns_bounce_emails.yml
|
176
|
+
- spec/cassettes/sub_user/_bounces/should_tries_to_delete_unexisting_bounce_emails.yml
|
177
|
+
- spec/cassettes/sub_user/_event_notification/should_add_event_notification_url.yml
|
178
|
+
- spec/cassettes/sub_user/_event_notification/should_delete_event_notification_url.yml
|
179
|
+
- spec/cassettes/sub_user/_event_notification/should_get_event_notification_url.yml
|
180
|
+
- spec/cassettes/sub_user/_invalid_emails/should_return_invalid_emails.yml
|
181
|
+
- spec/cassettes/sub_user/_invalid_emails/should_tries_to_delete_unexisting_invalid_mail.yml
|
182
|
+
- spec/cassettes/sub_user/_ip_management/should_return_all_ips_available.yml
|
183
|
+
- spec/cassettes/sub_user/_ip_management/should_show_ip_subuser.yml
|
184
|
+
- spec/cassettes/sub_user/_limits/should_decrements_credits_for_a_sub_user.yml
|
185
|
+
- spec/cassettes/sub_user/_limits/should_delete_all_limits_for_a_sub_user.yml
|
186
|
+
- spec/cassettes/sub_user/_limits/should_increments_credits_for_a_sub_user.yml
|
187
|
+
- spec/cassettes/sub_user/_limits/should_list_the_limits_for_a_sub_user.yml
|
188
|
+
- spec/cassettes/sub_user/_limits/should_reset_all_limits_for_a_sub_user.yml
|
189
|
+
- spec/cassettes/sub_user/_limits/should_returns_limits_for_a_sub_user.yml
|
190
|
+
- spec/cassettes/sub_user/_limits/should_set_total_credits.yml
|
191
|
+
- spec/cassettes/sub_user/_management/should_add_new_subuser.yml
|
192
|
+
- spec/cassettes/sub_user/_management/should_disable_sub_user_for_send_email.yml
|
193
|
+
- spec/cassettes/sub_user/_management/should_enable_sub_user_for_access_to_website.yml
|
194
|
+
- spec/cassettes/sub_user/_management/should_enable_sub_user_for_send_email.yml
|
195
|
+
- spec/cassettes/sub_user/_management/should_get_all_subusers.yml
|
196
|
+
- spec/cassettes/sub_user/_management/should_update_sub_user.yml
|
197
|
+
- spec/cassettes/sub_user/_monitor_records/should_add_existing_sub_user_to_monitor_record.yml
|
198
|
+
- spec/cassettes/sub_user/_monitor_records/should_create_a_new_monitor_record.yml
|
199
|
+
- spec/cassettes/sub_user/_monitor_records/should_delete_a_monitor_record.yml
|
200
|
+
- spec/cassettes/sub_user/_monitor_records/should_edit_a_monitor_record.yml
|
201
|
+
- spec/cassettes/sub_user/_monitor_records/should_remove_existing_sub_user_from_monitor_record.yml
|
202
|
+
- spec/cassettes/sub_user/_parse_email/should_delete_parse_email.yml
|
203
|
+
- spec/cassettes/sub_user/_parse_email/should_get_parse_email.yml
|
204
|
+
- spec/cassettes/sub_user/_parse_email/should_set_parse_email.yml
|
205
|
+
- spec/cassettes/sub_user/_spam/should_return_spam_mails.yml
|
206
|
+
- spec/cassettes/sub_user/_spam/should_tries_to_delete_unexisting_spam_mail.yml
|
207
|
+
- spec/cassettes/sub_user/_unsubscribes/should_add_bounce_email.yml
|
208
|
+
- spec/cassettes/sub_user/_unsubscribes/should_delete_existing_bounce_email.yml
|
209
|
+
- spec/cassettes/sub_user/_unsubscribes/should_delete_unexisting_bounce_email.yml
|
210
|
+
- spec/cassettes/sub_user/_unsubscribes/should_returns_bounce_emails.yml
|
211
|
+
- spec/client_spec.rb
|
212
|
+
- spec/helper_spec.rb
|
213
|
+
- spec/spec_helper.rb
|
214
|
+
- spec/sub_user_spec.rb
|
193
215
|
homepage: https://github.com/kylejginavan/sendgrid_smtpapi
|
194
216
|
licenses: []
|
195
|
-
|
196
217
|
post_install_message:
|
197
218
|
rdoc_options: []
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
219
|
+
require_paths:
|
220
|
+
- lib
|
221
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
202
222
|
none: false
|
203
|
-
requirements:
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
223
|
+
requirements:
|
224
|
+
- - ! '>='
|
225
|
+
- !ruby/object:Gem::Version
|
226
|
+
version: '0'
|
227
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
208
228
|
none: false
|
209
|
-
requirements:
|
210
|
-
|
211
|
-
|
212
|
-
|
229
|
+
requirements:
|
230
|
+
- - ! '>='
|
231
|
+
- !ruby/object:Gem::Version
|
232
|
+
version: '0'
|
213
233
|
requirements: []
|
214
|
-
|
215
234
|
rubyforge_project: sendgrid_webapi
|
216
|
-
rubygems_version: 1.8.
|
235
|
+
rubygems_version: 1.8.23
|
217
236
|
signing_key:
|
218
237
|
specification_version: 3
|
219
238
|
summary: SendGrid WEB API gem fo Rails
|
220
|
-
test_files:
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
239
|
+
test_files:
|
240
|
+
- spec/cassettes/client/_modules/_block/should_get_block_emails.yml
|
241
|
+
- spec/cassettes/client/_modules/_block/should_try_delete_not_existing_block_email.yml
|
242
|
+
- spec/cassettes/client/_modules/_bounce/should_get_bounce_emails.yml
|
243
|
+
- spec/cassettes/client/_modules/_bounce/should_try_delete_not_existing_bounce_email.yml
|
244
|
+
- spec/cassettes/client/_modules/_event_notification/should_delete_event_notification_url.yml
|
245
|
+
- spec/cassettes/client/_modules/_event_notification/should_get_event_notification_url.yml
|
246
|
+
- spec/cassettes/client/_modules/_event_notification/should_set_event_notification_url.yml
|
247
|
+
- spec/cassettes/client/_modules/_invalid_email/should_get_invalid_emails.yml
|
248
|
+
- spec/cassettes/client/_modules/_invalid_email/should_try_delete_not_existing_invalid_emails.yml
|
249
|
+
- spec/cassettes/client/_modules/_parse_email/should_delete_parse_email.yml
|
250
|
+
- spec/cassettes/client/_modules/_parse_email/should_get_parse_email.yml
|
251
|
+
- spec/cassettes/client/_modules/_parse_email/should_set_parse_email.yml
|
252
|
+
- spec/cassettes/client/_modules/_profile/should_get_profile.yml
|
253
|
+
- spec/cassettes/client/_modules/_profile/should_set_first_name.yml
|
254
|
+
- spec/cassettes/client/_modules/_spam/should_get_spam_emails.yml
|
255
|
+
- spec/cassettes/client/_modules/_spam/should_try_delete_not_existing_spam_emails.yml
|
256
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_add_unsubscribe_emails.yml
|
257
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_delete_unsubscribe_email.yml
|
258
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_get_unsubscribe_emails.yml
|
259
|
+
- spec/cassettes/client/_modules/_unsubscribe/should_try_delete_not_existing_unsubscribe_emails.yml
|
260
|
+
- spec/cassettes/helper/_create_sub_user_account/should_create_sub_user_account.yml
|
261
|
+
- spec/cassettes/helper/_run_sendgrid_query/should_raise_with_unsucessfull_request.yml
|
262
|
+
- spec/cassettes/helper/_run_sendgrid_query/should_run_sendgrid_request.yml
|
263
|
+
- spec/cassettes/sub_user/_apps/should_activate_app.yml
|
264
|
+
- spec/cassettes/sub_user/_apps/should_deactivate_app.yml
|
265
|
+
- spec/cassettes/sub_user/_apps/should_get_current_setting_from_one_app.yml
|
266
|
+
- spec/cassettes/sub_user/_apps/should_return_available_apps.yml
|
267
|
+
- spec/cassettes/sub_user/_apps/should_set_current_app.yml
|
268
|
+
- spec/cassettes/sub_user/_authentication/should_auth_a_sub_user.yml
|
269
|
+
- spec/cassettes/sub_user/_authentication/should_return_error_with_a_bad_sub_user.yml
|
270
|
+
- spec/cassettes/sub_user/_bounces/should_returns_bounce_emails.yml
|
271
|
+
- spec/cassettes/sub_user/_bounces/should_tries_to_delete_unexisting_bounce_emails.yml
|
272
|
+
- spec/cassettes/sub_user/_event_notification/should_add_event_notification_url.yml
|
273
|
+
- spec/cassettes/sub_user/_event_notification/should_delete_event_notification_url.yml
|
274
|
+
- spec/cassettes/sub_user/_event_notification/should_get_event_notification_url.yml
|
275
|
+
- spec/cassettes/sub_user/_invalid_emails/should_return_invalid_emails.yml
|
276
|
+
- spec/cassettes/sub_user/_invalid_emails/should_tries_to_delete_unexisting_invalid_mail.yml
|
277
|
+
- spec/cassettes/sub_user/_ip_management/should_return_all_ips_available.yml
|
278
|
+
- spec/cassettes/sub_user/_ip_management/should_show_ip_subuser.yml
|
279
|
+
- spec/cassettes/sub_user/_limits/should_decrements_credits_for_a_sub_user.yml
|
280
|
+
- spec/cassettes/sub_user/_limits/should_delete_all_limits_for_a_sub_user.yml
|
281
|
+
- spec/cassettes/sub_user/_limits/should_increments_credits_for_a_sub_user.yml
|
282
|
+
- spec/cassettes/sub_user/_limits/should_list_the_limits_for_a_sub_user.yml
|
283
|
+
- spec/cassettes/sub_user/_limits/should_reset_all_limits_for_a_sub_user.yml
|
284
|
+
- spec/cassettes/sub_user/_limits/should_returns_limits_for_a_sub_user.yml
|
285
|
+
- spec/cassettes/sub_user/_limits/should_set_total_credits.yml
|
286
|
+
- spec/cassettes/sub_user/_management/should_add_new_subuser.yml
|
287
|
+
- spec/cassettes/sub_user/_management/should_disable_sub_user_for_send_email.yml
|
288
|
+
- spec/cassettes/sub_user/_management/should_enable_sub_user_for_access_to_website.yml
|
289
|
+
- spec/cassettes/sub_user/_management/should_enable_sub_user_for_send_email.yml
|
290
|
+
- spec/cassettes/sub_user/_management/should_get_all_subusers.yml
|
291
|
+
- spec/cassettes/sub_user/_management/should_update_sub_user.yml
|
292
|
+
- spec/cassettes/sub_user/_monitor_records/should_add_existing_sub_user_to_monitor_record.yml
|
293
|
+
- spec/cassettes/sub_user/_monitor_records/should_create_a_new_monitor_record.yml
|
294
|
+
- spec/cassettes/sub_user/_monitor_records/should_delete_a_monitor_record.yml
|
295
|
+
- spec/cassettes/sub_user/_monitor_records/should_edit_a_monitor_record.yml
|
296
|
+
- spec/cassettes/sub_user/_monitor_records/should_remove_existing_sub_user_from_monitor_record.yml
|
297
|
+
- spec/cassettes/sub_user/_parse_email/should_delete_parse_email.yml
|
298
|
+
- spec/cassettes/sub_user/_parse_email/should_get_parse_email.yml
|
299
|
+
- spec/cassettes/sub_user/_parse_email/should_set_parse_email.yml
|
300
|
+
- spec/cassettes/sub_user/_spam/should_return_spam_mails.yml
|
301
|
+
- spec/cassettes/sub_user/_spam/should_tries_to_delete_unexisting_spam_mail.yml
|
302
|
+
- spec/cassettes/sub_user/_unsubscribes/should_add_bounce_email.yml
|
303
|
+
- spec/cassettes/sub_user/_unsubscribes/should_delete_existing_bounce_email.yml
|
304
|
+
- spec/cassettes/sub_user/_unsubscribes/should_delete_unexisting_bounce_email.yml
|
305
|
+
- spec/cassettes/sub_user/_unsubscribes/should_returns_bounce_emails.yml
|
306
|
+
- spec/client_spec.rb
|
307
|
+
- spec/helper_spec.rb
|
308
|
+
- spec/spec_helper.rb
|
309
|
+
- spec/sub_user_spec.rb
|