Skip to content

Commit a60888c

Browse files
committed
README revisited
1 parent 48505a2 commit a60888c

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# JRuby-Rack
22

33
JRuby-Rack is a lightweight adapter for the Java Servlet environment that allows
4-
any Rack-based application to run unmodified in a Java Servlet container.
4+
any (Ruby) Rack-based application to run unmodified in a Java Servlet container.
55
JRuby-Rack supports Rails as well as any Rack-compatible Ruby web framework.
66

7-
For more information on Rack, visit http://rack.rubyforge.org.
7+
For more information on Rack, visit http://rack.github.io/.
88

9-
**NOTE:** JRuby-Rack 1.1.x aims to be compatible with JRuby 1.6/1.7, the next
10-
major version of ours (likely 1.2.x) will be compatible with JRuby 1.7+ only.
9+
**This README (master) targets JRuby-Rack 1.2 (unreleased) please use the
10+
[1.1-stable](https://github.com/jruby/jruby-rack/tree/1.1-stable) branch for
11+
current stable 1.1.x releases.**
1112

12-
[![Build Status][0]](http://travis-ci.org/jruby/jruby-rack)
13+
[![Gem Version](https://badge.fury.io/rb/jruby-rack.png)][8]
14+
[![Build Status][9]](http://travis-ci.org/jruby/jruby-rack)
1315

1416
## Compatibility
1517

16-
JRuby-Rack 1.1.x aims to be compatible with JRuby 1.6 as well as 1.7 (we do
17-
recommend 1.7), Generally, any container that supports Java Servlet >= 2.5
18-
(JavaEE 5) specification is supported.
18+
JRuby-Rack 1.1.x aims to be compatible with JRuby >= 1.6.4 (we recommend 1.7.x),
19+
Generally, any container that supports Java Servlet >= 2.5 (JEE 5) is supported.
20+
21+
JRuby-Rack 1.2.x is expected to officially support JRuby >= 1.7.10 and will be
22+
compiled against the Java Servlet 3.0 API.
1923

2024
## Getting Started
2125

@@ -330,17 +334,12 @@ package and push the .jar every time a commit changes a source file).
330334
## Support
331335

332336
Please use [github][4] to file bugs, patches and/or pull requests.
333-
More information at the [wiki][5] or ask us at the #jruby IRC channel.
334-
335-
<<<<<<< HEAD
336-
If you need more in-depth help (e.g. migrating/resolving application specific
337-
JRuby/JRuby-Rack issues) feel free to contact [kares](https://github.com/kares).
337+
More information at the [wiki][5] or ask us at **#jruby**'s IRC channel.
338338

339-
=======
340-
>>>>>>> 1.1-stable
341-
[0]: https://secure.travis-ci.org/jruby/jruby-rack.png?branch=master
342-
[1]: http://caldersphere.rubyforge.org/warbler
343-
[2]: http://repository.codehaus.org/org/jruby/rack/jruby-rack/
339+
[1]: https://github.com/jruby/warbler#warbler--
340+
[2]: https://oss.sonatype.org/content/repositories/releases/org/jruby/rack/jruby-rack/
344341
[3]: https://github.com/trinidad/trinidad
345342
[4]: https://github.com/jruby/jruby-rack/issues
346343
[5]: https://wiki.github.com/jruby/jruby-rack
344+
[8]: http://badge.fury.io/rb/jruby-rack
345+
[9]: https://secure.travis-ci.org/jruby/jruby-rack.png?branch=master

0 commit comments

Comments
 (0)