sparkpost_rails 1.5.2 → 1.5.3
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/lib/sparkpost_rails/version.rb +1 -1
- metadata +24 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd9cf39367215bffb11029280b7526e52553b8484767d2823fc59448b9352c80
|
|
4
|
+
data.tar.gz: 662a03effd5a0332400c843e9a047f65dc34e823baabfa63ce3366867a3f4b69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c62bb17ff1685deb530b442e4c022bf4eb88208d8ea988ad6b7baa4c9ee79d0e24180ae099db14d3635e9973367de9ce402dbd3f93418ba1c085a2732e828f4
|
|
7
|
+
data.tar.gz: 202997cc9e44bc84bfc4412b1d5f2f0e6b09246089cf3372506fe3606ce3ea383aec09ae99fbc7db31af27e96cd314f6555894cef2d19317d7cf0ad668519b4d
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sparkpost_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Kimball
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-10-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -124,37 +124,37 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '0'
|
|
126
126
|
requirements: []
|
|
127
|
-
rubygems_version: 3.
|
|
127
|
+
rubygems_version: 3.1.4
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
130
|
summary: SparkPost for Rails
|
|
131
131
|
test_files:
|
|
132
|
-
- spec/recipients_spec.rb
|
|
133
|
-
- spec/template_spec.rb
|
|
134
|
-
- spec/substitution_data_spec.rb
|
|
135
|
-
- spec/inline_content_spec.rb
|
|
136
|
-
- spec/campaign_id_spec.rb
|
|
137
|
-
- spec/from_spec.rb
|
|
138
|
-
- spec/ip_pool_spec.rb
|
|
139
|
-
- spec/recipients_list_spec.rb
|
|
140
132
|
- spec/reply_to_spec.rb
|
|
133
|
+
- spec/open_tracking_spec.rb
|
|
134
|
+
- spec/recipient_specific_data_spec.rb
|
|
135
|
+
- spec/response_spec.rb
|
|
141
136
|
- spec/click_tracking_spec.rb
|
|
142
|
-
- spec/
|
|
143
|
-
- spec/headers_spec.rb
|
|
137
|
+
- spec/substitution_data_spec.rb
|
|
144
138
|
- spec/spec_helper.rb
|
|
145
|
-
- spec/
|
|
139
|
+
- spec/from_spec.rb
|
|
140
|
+
- spec/ip_pool_spec.rb
|
|
146
141
|
- spec/metadata_spec.rb
|
|
147
|
-
- spec/
|
|
148
|
-
- spec/
|
|
142
|
+
- spec/subaccount_api_spec.rb
|
|
143
|
+
- spec/return_path_spec.rb
|
|
144
|
+
- spec/campaign_id_spec.rb
|
|
145
|
+
- spec/inline_content_spec.rb
|
|
146
|
+
- spec/skip_suppression_spec.rb
|
|
147
|
+
- spec/recipients_spec.rb
|
|
148
|
+
- spec/description_spec.rb
|
|
149
149
|
- spec/inline_css_spec.rb
|
|
150
|
-
- spec/
|
|
151
|
-
- spec/bcc_recipients_spec.rb
|
|
150
|
+
- spec/exceptions_spec.rb
|
|
152
151
|
- spec/delivery_schedule_spec.rb
|
|
153
|
-
- spec/sandbox_mode_spec.rb
|
|
154
|
-
- spec/cc_recipients_spec.rb
|
|
155
|
-
- spec/configuration_spec.rb
|
|
156
|
-
- spec/description_spec.rb
|
|
157
152
|
- spec/attachments_spec.rb
|
|
158
|
-
- spec/
|
|
159
|
-
- spec/
|
|
153
|
+
- spec/headers_spec.rb
|
|
154
|
+
- spec/bcc_recipients_spec.rb
|
|
155
|
+
- spec/recipients_list_spec.rb
|
|
160
156
|
- spec/transactional_spec.rb
|
|
157
|
+
- spec/cc_recipients_spec.rb
|
|
158
|
+
- spec/sandbox_mode_spec.rb
|
|
159
|
+
- spec/template_spec.rb
|
|
160
|
+
- spec/configuration_spec.rb
|