vmail 1.1.5 → 1.1.6

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.
Files changed (3) hide show
  1. data/lib/vmail.rb +0 -3
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +2 -2
data/lib/vmail.rb CHANGED
@@ -39,9 +39,6 @@ module Vmail
39
39
 
40
40
  server = DRbObject.new_with_uri drb_uri
41
41
 
42
- # TODO this is useless if we're using mvim
43
- server.window_width = `stty size`.strip.split(' ')[1]
44
-
45
42
  mailbox = if ARGV[0] =~ /^\d+/
46
43
  "INBOX"
47
44
  else
data/lib/vmail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 5
9
- version: 1.1.5
8
+ - 6
9
+ version: 1.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi