Skip to content

Commit 6110413

Browse files
hisasjeremy
authored andcommitted
Fix tested Ruby versions in README
References #1100
1 parent ddc85ed commit 6110413

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,15 @@ me a nice email :)
4242
Compatibility
4343
-------------
4444

45-
Every Mail commit is tested by Travis on the [following platforms](https://github.com/mikel/mail/blob/master/.travis.yml)
46-
47-
* ruby-1.8.7 [ i686 ]
48-
* ruby-1.9.2 [ x86_64 ]
49-
* ruby-1.9.3 [ x86_64 ]
50-
* ruby-2.0.0 [ x86_64 ]
51-
* ruby-2.1.2 [ x86_64 ]
52-
* ruby-head [ x86_64 ]
53-
* jruby [ x86_64 ]
54-
* jruby-head [ x86_64 ]
55-
* rbx-2 [ x86_64 ]
45+
Mail supports Ruby 1.8.7+, including JRuby and Rubinius.
46+
47+
Every Mail commit is tested by Travis on [all supported Ruby versions](https://github.com/mikel/mail/blob/master/.travis.yml).
48+
49+
Testing a specific version of mime-types (needed for Ruby 1.8.7, for example) can be done manually with:
50+
51+
```sh
52+
BUNDLE_GEMFILE=gemfiles/mime_types_1.16.gemfile bundle && rake
53+
```
5654

5755
Discussion
5856
----------

0 commit comments

Comments
 (0)