File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ Some of the goals of RxJava are:
9
9
- Target the JVM not a language. The first languages supported (beyond Java itself) are
10
10
<a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-groovy " >Groovy</a >,
11
11
<a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-clojure " >Clojure</a >,
12
- <a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-scala " >Scala</a >
13
- and <a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-jruby " >JRuby</a >.
12
+ and <a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-scala " >Scala</a >.
14
13
New language adapters can be <a href =" https://github.com/Netflix/RxJava/wiki/How-to-Contribute " >contributed</a >.
15
14
- Support Java 5 (to include Android support) and higher with an eventual goal to target a build for Java 8 with its lambda support.
16
15
@@ -53,7 +52,6 @@ Once we hit 1.0 it will follow the normal major.minor.patch semantic versioning
53
52
- <a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-groovy " >Groovy Adaptor</a >
54
53
- <a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-clojure " >Clojure Adaptor</a >
55
54
- <a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-scala " >Scala Adaptor</a >
56
- - <a href =" https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-jruby " >JRuby Adaptor</a >
57
55
58
56
## Binaries
59
57
You can’t perform that action at this time.
0 commit comments