vmail 2.7.3 → 2.7.4

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.
@@ -48,7 +48,7 @@ module Vmail
48
48
  @width = 100
49
49
 
50
50
  @date_formatter_this_year = config['date_format'] || '%b %d %I:%M%P'
51
- @date_formatter_prev_years = config['date_format_prevous_years'] || '%b %d %Y'
51
+ @date_formatter_prev_years = config['date_format_previous_years'] || '%b %d %Y'
52
52
  @date_width = DateTime.parse("12/12/2012 12:12:12").strftime(@date_formatter_this_year).length
53
53
  current_message = nil
54
54
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.7.3'
2
+ VERSION = '2.7.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.3
4
+ version: 2.7.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: