File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,15 @@ me a nice email :)
4242Compatibility
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
5755Discussion
5856----------
You can’t perform that action at this time.
0 commit comments