vmail 1.3.7 → 1.3.8

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.
@@ -360,7 +360,7 @@ module Vmail
360
360
  res = fetch_row_text(new_ids, false, true)
361
361
  res
362
362
  else
363
- nil
363
+ ''
364
364
  end
365
365
  end
366
366
 
data/lib/vmail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.3.7"
2
+ VERSION = "1.3.8"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 7
9
- version: 1.3.7
8
+ - 8
9
+ version: 1.3.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi