From d419b5f7bf6a71b988775040db9f75cb21b389a4 Mon Sep 17 00:00:00 2001 From: Chalupa Petr Date: Sat, 7 Jul 2018 21:02:17 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5ae9aafe6..9218d4875 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,6 @@ The design goals of this gem are: **This gem depends on contributions and we appreciate your help. Would you like to contribute? Great! Have a look at [issues with `looking-for-contributor` label](https://github.com/ruby-concurrency/concurrent-ruby/issues?q=is%3Aissue+is%3Aopen+label%3Alooking-for-contributor).** -### Supported Ruby versions - -MRI 1.9.3, 2.0 and above, JRuby 1.7x in 1.9 mode, JRuby 9000, and Rubinius 2.x are supported. -This gem should be fully compatible with any interpreter that is compliant with Ruby 1.9.3 or newer. -Java 8 is preferred for JRuby but every Java version on which JRuby 9000 runs is supported. - ## Thread Safety *Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency library, providing consistent behavior and guarantees on all three of the main Ruby interpreters (MRI/CRuby, JRuby, and Rubinius).* @@ -51,7 +45,7 @@ It is critical to remember, however, that Ruby is a language of mutable referenc ## Features & Documentation -The primary site for documentation is the automatically generated [API documentation](http://ruby-concurrency.github.io/concurrent-ruby/frames.html) +**The primary site for documentation is the automatically generated [API documentation](http://ruby-concurrency.github.io/concurrent-ruby/frames.html) which is up to date with latest relase.** This readme matches the master so may contain new stuff not yet released. We also have a [mailing list](http://groups.google.com/group/concurrent-ruby) and [IRC (gitter)](https://gitter.im/ruby-concurrency/concurrent-ruby). @@ -142,6 +136,12 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m * [LockFreeStack](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/LockFreeStack.html) Status: missing documentation and tests. +## Supported Ruby versions + +MRI 1.9.3, 2.0 and above, JRuby 1.7x in 1.9 mode, JRuby 9000, and Rubinius 2.x are supported. +This gem should be fully compatible with any interpreter that is compliant with Ruby 1.9.3 or newer. +Java 8 is preferred for JRuby but every Java version on which JRuby 9000 runs is supported. + ## Usage Everything within this gem can be loaded simply by requiring it: