mandriller 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: 1e882d4b5fa17b6061dfc6ed90a471cf0c9dd195
4
- data.tar.gz: 9247bca77a75642a28bcfb36e606828513464383
3
+ metadata.gz: 7c351e2c133134f9ea0c40bf558e28bae8eda5cd
4
+ data.tar.gz: 9607f04622e8fc70d7a98728b85a569fd2903056
5
5
  SHA512:
6
- metadata.gz: 21a027cabad51bd466a5f75b994f96f03b1635d96ac05c46e332574d584096e5131ee0ac3a5cdc45c00ea10aa2da7f80f98ebabecbaa420173a7f53be7659089
7
- data.tar.gz: 6b9c6a4cc403f3230725490c6ca32dc495cecf7868059262a59cd797846f7dcacd1b44a0a756986fab4865577a7e9cf883eb7eb8c7fcd06933d3d07f17bb78d7
6
+ metadata.gz: 847fc944af9d6d500cd654c6e73958b9f2ea7b4a43f64df91ad07372590add7e8bfe521f8c50a6ceba9ae8e4cce6c3bc6a15ad38d3e0e4445f57ea82724e45b3
7
+ data.tar.gz: dd405529ef25b90f52d642ed2458f9da2eaad014efeb70c985b923b52c32549345ed1df5491cbab938769ee1901aa3d67ea7018eba42a9e7a8626034c6096adc
@@ -11,7 +11,6 @@ class Mandriller::Base < ActionMailer::Base
11
11
  url_strip_qs: 'X-MC-URLStripQS',
12
12
  preserve_recipients: 'X-MC-PreserveRecipients',
13
13
  inline_css: 'X-MC-InlineCSS',
14
- google_analytics_campaign: 'X-MC-GoogleAnalyticsCampaign',
15
14
  view_content_link: 'X-MC-ViewContentLink',
16
15
  import: 'X-MC-Important',
17
16
  }
@@ -21,6 +20,7 @@ class Mandriller::Base < ActionMailer::Base
21
20
  subaccount: 'X-MC-Subaccount',
22
21
  bcc_address: 'X-MC-BccAddress',
23
22
  ip_pool: 'X-MC-IpPool',
23
+ google_analytics_campaign: 'X-MC-GoogleAnalyticsCampaign',
24
24
  return_path_domain: 'X-MC-ReturnPathDomain',
25
25
  }
26
26
  JSON_SETTINGS = {
@@ -1,3 +1,3 @@
1
1
  module Mandriller
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
@@ -25,7 +25,6 @@ describe Mandriller::Base do
25
25
  url_strip_qs: 'X-MC-URLStripQS',
26
26
  preserve_recipients: 'X-MC-PreserveRecipients',
27
27
  inline_css: 'X-MC-InlineCSS',
28
- google_analytics_campaign: 'X-MC-GoogleAnalyticsCampaign',
29
28
  view_content_link: 'X-MC-ViewContentLink',
30
29
  import: 'X-MC-Important',
31
30
  }
@@ -87,6 +86,7 @@ describe Mandriller::Base do
87
86
  subaccount: 'X-MC-Subaccount',
88
87
  bcc_address: 'X-MC-BccAddress',
89
88
  ip_pool: 'X-MC-IpPool',
89
+ google_analytics_campaign: 'X-MC-GoogleAnalyticsCampaign',
90
90
  return_path_domain: 'X-MC-ReturnPathDomain',
91
91
  }
92
92
  STRING_SETTINGS.each do |key, header|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandriller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daisuke Taniwaki