Make sure rubygem requires ruby > 1.9.3

This commit is contained in:
Samuel Cochran 2015-12-14 13:59:27 +11:00
parent d32b8465ba
commit 134a99c9c1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
require File.expand_path('../lib/mail_catcher/version', __FILE__)
require File.expand_path("../lib/mail_catcher/version", __FILE__)
Gem::Specification.new do |s|
s.name = "mailcatcher"
@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.executables = ["mailcatcher", "catchmail"]
s.extra_rdoc_files = ["README.md", "LICENSE"]
s.required_ruby_version = '>= 1.8.7'
s.required_ruby_version = ">= 1.9.3"
s.add_dependency "activesupport", ">= 4.0.0", "< 5"
s.add_dependency "eventmachine", "1.0.8"