vmail 1.5.3 → 1.5.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.
Files changed (3) hide show
  1. data/lib/vmail/version.rb +1 -1
  2. data/vmail.gemspec +2 -0
  3. metadata +5 -3
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.5.3"
2
+ VERSION = "1.5.4"
3
3
  end
@@ -6,6 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.name = "vmail"
7
7
  s.version = Vmail::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
+ s.required_ruby_version = '>= 1.9.0'
10
+
9
11
  s.authors = ["Daniel Choi"]
10
12
  s.email = ["dhchoi@gmail.com"]
11
13
  s.homepage = "http://danielchoi.com/software/vmail.html"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 3
9
- version: 1.5.3
8
+ - 4
9
+ version: 1.5.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -145,8 +145,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
147
  segments:
148
+ - 1
149
+ - 9
148
150
  - 0
149
- version: "0"
151
+ version: 1.9.0
150
152
  required_rubygems_version: !ruby/object:Gem::Requirement
151
153
  none: false
152
154
  requirements: