From 611041343537ddfabd728b6e65731ad5c7d33005 Mon Sep 17 00:00:00 2001 From: Hisashi Kamezawa Date: Tue, 9 May 2017 15:52:20 +0900 Subject: [PATCH] Fix tested Ruby versions in README References #1100 --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8cbd6cce9..c0645efe4 100644 --- a/README.md +++ b/README.md @@ -42,17 +42,15 @@ me a nice email :) Compatibility ------------- -Every Mail commit is tested by Travis on the [following platforms](https://github.com/mikel/mail/blob/master/.travis.yml) - -* ruby-1.8.7 [ i686 ] -* ruby-1.9.2 [ x86_64 ] -* ruby-1.9.3 [ x86_64 ] -* ruby-2.0.0 [ x86_64 ] -* ruby-2.1.2 [ x86_64 ] -* ruby-head [ x86_64 ] -* jruby [ x86_64 ] -* jruby-head [ x86_64 ] -* rbx-2 [ x86_64 ] +Mail supports Ruby 1.8.7+, including JRuby and Rubinius. + +Every Mail commit is tested by Travis on [all supported Ruby versions](https://github.com/mikel/mail/blob/master/.travis.yml). + +Testing a specific version of mime-types (needed for Ruby 1.8.7, for example) can be done manually with: + +```sh +BUNDLE_GEMFILE=gemfiles/mime_types_1.16.gemfile bundle && rake +``` Discussion ----------