Skip to content

Commit d419b5f

Browse files
authored
Update README.md
1 parent c01a275 commit d419b5f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ The design goals of this gem are:
3535
**This gem depends on contributions and we appreciate your help. Would you like to contribute? Great!
3636
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).**
3737

38-
### Supported Ruby versions
39-
40-
MRI 1.9.3, 2.0 and above, JRuby 1.7x in 1.9 mode, JRuby 9000, and Rubinius 2.x are supported.
41-
This gem should be fully compatible with any interpreter that is compliant with Ruby 1.9.3 or newer.
42-
Java 8 is preferred for JRuby but every Java version on which JRuby 9000 runs is supported.
43-
4438
## Thread Safety
4539

4640
*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
5145

5246
## Features & Documentation
5347

54-
The primary site for documentation is the automatically generated [API documentation](http://ruby-concurrency.github.io/concurrent-ruby/frames.html)
48+
**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.
5549

5650
We also have a [mailing list](http://groups.google.com/group/concurrent-ruby) and [IRC (gitter)](https://gitter.im/ruby-concurrency/concurrent-ruby).
5751

@@ -142,6 +136,12 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
142136
* [LockFreeStack](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/LockFreeStack.html)
143137
Status: missing documentation and tests.
144138

139+
## Supported Ruby versions
140+
141+
MRI 1.9.3, 2.0 and above, JRuby 1.7x in 1.9 mode, JRuby 9000, and Rubinius 2.x are supported.
142+
This gem should be fully compatible with any interpreter that is compliant with Ruby 1.9.3 or newer.
143+
Java 8 is preferred for JRuby but every Java version on which JRuby 9000 runs is supported.
144+
145145
## Usage
146146

147147
Everything within this gem can be loaded simply by requiring it:

0 commit comments

Comments
 (0)