You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,6 @@ The design goals of this gem are:
35
35
**This gem depends on contributions and we appreciate your help. Would you like to contribute? Great!
36
36
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).**
37
37
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
-
44
38
## Thread Safety
45
39
46
40
*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
51
45
52
46
## Features & Documentation
53
47
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.
55
49
56
50
We also have a [mailing list](http://groups.google.com/group/concurrent-ruby) and [IRC (gitter)](https://gitter.im/ruby-concurrency/concurrent-ruby).
57
51
@@ -142,6 +136,12 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
0 commit comments