Skip to content

Commit

Permalink
Require ruby >= 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktheory committed Jun 4, 2013
1 parent 38c5a62 commit 639fdb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,6 +1,5 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
only:
- master
2 changes: 2 additions & 0 deletions maildir.gemspec
Expand Up @@ -20,6 +20,8 @@ Gem::Specification.new do |s|
s.summary = %q{Read & write messages in the maildir format}
s.test_files = Dir.glob("test/**/*")

s.required_ruby_version = '>= 1.9.3'

s.add_development_dependency 'rake'
s.add_development_dependency 'shoulda'
s.add_development_dependency 'mail'
Expand Down

0 comments on commit 639fdb4

Please sign in to comment.