imasei 0.2.1 → 0.2.2

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: 6a2097bd88a6c6331415cbccd4c343f37c2c6d13
4
- data.tar.gz: 7e5873458c257a0ad3c10042f8c8bc83e8290be4
3
+ metadata.gz: d8cf8f12bae4d021bd3f06d3bf36c1d2e5e7d5f8
4
+ data.tar.gz: 876a5333238997a732c60cee4f2645d08a23a1b2
5
5
  SHA512:
6
- metadata.gz: 693d4da5e344e3f4a2afac84eb522ea19a43809e3f4be42f99d5e0db0973c511248a79db0d746dd171edf421014c2b3b50d31da6acdc30446e2f8a47d4c2f1c9
7
- data.tar.gz: c63f56a1ef68bdc6cedf4646b01326bf5f1ddc77e18dae85ab0149f7669bd287e9f7a714b27f26075c0cc32712554d93c4aa99eaf98c9d78b1370008b650b6b1
6
+ metadata.gz: c4d11c72ac79700fcfc2099e84f599ca198508effe4ee3b1db1f2d8db45ca7e86f92ce6771473e66671b12ae192009727ebe0539b3ce691e63eee10a690a75e6
7
+ data.tar.gz: 6548b427ec693fb20079c5abfa1d1ad9b2daf957e52f35442beaa0c68fd539cca4cfdb81ae1485b9844e68dcc72e9948e2db9aebf2231184afa19880eeda0f45
@@ -85,6 +85,9 @@ module Imasei
85
85
  end
86
86
 
87
87
  def conteudo_mtom(conteudo_mtom)
88
+ if conteudo_mtom.nil?
89
+ conteudo_mtom = ''
90
+ end
88
91
  @conteudo_mtom = Base64.strict_encode64(File.read(conteudo_mtom))
89
92
  self
90
93
  end
@@ -1,3 +1,3 @@
1
1
  module Imasei
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imasei
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Soares feat Leandro Telles