fastlane-plugin-sendgrid 0.1.2 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93d2cf4a61850afa543824dfdf77b6ca1efebdc56a3ac9e495f0c420a1c411fa
4
- data.tar.gz: '08ba0a47c6ea222ad82cc196ca9a891f7047fc6a929bc6b6a81b79b4a965a722'
3
+ metadata.gz: 1296f804b449304ce9ecb464ddf95d1e85f1575276214a8b43ea770dd318a488
4
+ data.tar.gz: 825671017524e7c88079289fbf78a448dd380f2a5a62f292a0bf6d45b32e50f8
5
5
  SHA512:
6
- metadata.gz: 62f8c0a7438e1795f0169195597c820bc582bbaa26283cd6cd16883af4864a9c1baa727ce4f61e4a41215be066be24f6b54fce0ee2f07daf44917e30cbff1ccd
7
- data.tar.gz: 1ea319057d09cbb5e0df9848c10606868d552840a2653160f9e5df9b59a027083e95adafe4ceebdf9cf9f4854f8b95b4dba603fdca230d14c80cd374001ceaea
6
+ metadata.gz: e49259a2db86ea9df0bf00807c305db06c33ec09f335c0b4b61293ef832147be15c18b11b42f04de9b13dfa68939ceb088c2923c0773c03122c4130fb2750a62
7
+ data.tar.gz: eda3e1af4020a38b15b93ab34e807afa0b2ac418e1193611475e829d4de42a500836215dfa3df5e9ebc9d584bcbae6313040b69fd6488adb7be6d7de9935436c
@@ -33,7 +33,7 @@ module Fastlane
33
33
  mail.add_personalization(personalization)
34
34
  mail.subject = subject
35
35
  mail.from = from
36
- mail.contents = content
36
+ mail.add_content(content)
37
37
 
38
38
  sg = SendGrid::API.new(api_key: params[:apiKey])
39
39
  response = sg.client.mail._('send').post(request_body: mail.to_json)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Sendgrid
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-sendgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OTVENTURES\Tarek.Mohammed