msgraph-api 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: e56a5499aa07a0a467fe658f6ebf63488c9fa6755316645a573be84d5705dcbe
4
- data.tar.gz: 01de85bd8a5e68cf06d6ac76270f9b49f0f6763fabf1877c2933027435a653b3
3
+ metadata.gz: d5786361d7c59992ff1089f640e6937475433841dd4d589ba01665cddfb466e5
4
+ data.tar.gz: de7e281866c2ac3b5979473654cfddeb0ecce31772836abd753c38022be13f10
5
5
  SHA512:
6
- metadata.gz: f79c6ac66dc9d424912b82dfc80a6513977fa1b1f0ecd7eb60dc04b2ccb7d90dcb5ccb282b84f5d0abc600599294ef459cf93be35d509835516f5365e9d4c3eb
7
- data.tar.gz: 2eaeb497ef4e6fda9d7818b89232e366e1dd6894abff5f3ddb378597b496ef23590a5c6a106ed162dc162d1619e69a28094c9ee3bd902a0b9e6695680d8e1416
6
+ metadata.gz: cdd2ddcea759ff459f13c8a5ed6d501a5f0bba07a78eaea367a759c81dc29395f782abb62f86d11e8fc5623056826c80fbc7316a7b62be69eb2e6e017cacc87b
7
+ data.tar.gz: 179a2d27dd67e69d282ac6a33b5aab519a3723b4f3210c0fd69d01ff3f080a1ae17a337a7a09df13d50c96ee640c6f50df7419a79559b18016bfbfac3eed8aec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- msgraph-api (0.0.3)
4
+ msgraph-api (0.0.4)
5
5
  activesupport (>= 5.2)
6
6
  microsoft_graph_mailer (~> 0.1.0)
7
7
 
@@ -2,11 +2,10 @@ module Msgraph
2
2
  module Api
3
3
  class NonMultipartInterceptor
4
4
  def self.delivering_email(message)
5
- # it seems like exchange is guessing the encoding... and gets
6
- # it totally wrong. So we force UTF-8 for mail transport and
7
- # MS Graph API is happy with that.
8
- message.transport_encoding = Encoding::UTF_8
9
- end
5
+ # it seems like exchange is guessing the encoding... and gets
6
+ # it totally wrong. So we force UTF-8 for mail transport and
7
+ # MS Graph API is happy with that.
8
+ message.transport_encoding = Encoding::UTF_8
10
9
  end
11
10
  end
12
11
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Msgraph
4
4
  module Api
5
- VERSION = "0.0.3"
5
+ VERSION = "0.0.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msgraph-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobi Schmid