Skip to content

Commit 46a35ec

Browse files
committed
Add 1.2-stable status to README
(cherry picked from commit fafb859)
1 parent f70eca8 commit 46a35ec

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# JRuby-Rack
22

3-
[![Gem Version](https://badge.fury.io/rb/jruby-rack.png)][5]
4-
[![Build Status](https://github.com/jruby/jruby-rack/actions/workflows/maven.yml/badge.svg)][6]
5-
3+
[![Gem Version](https://badge.fury.io/rb/jruby-rack.png)](http://badge.fury.io/rb/jruby-rack)
4+
[![master Build Status](https://github.com/jruby/jruby-rack/actions/workflows/maven.yml/badge.svg)](https://github.com/jruby/jruby-rack/actions/workflows/maven.yml?query=branch%3Amaster)
5+
[![1.2.x Build Status](https://github.com/jruby/jruby-rack/actions/workflows/maven.yml/badge.svg?branch=1,2-stable)](https://github.com/jruby/jruby-rack/actions/workflows/maven.yml?query=branch%3A1.2-stable)
6+
67
JRuby-Rack is a lightweight adapter for the Java Servlet environment that allows
78
any (Ruby) Rack-based application to run unmodified in a Java Servlet container.
89
JRuby-Rack supports Rails as well as any Rack-compatible Ruby web framework.
@@ -369,9 +370,6 @@ package and push the .jar every time a commit changes a source file).
369370
Please use [github][3] to file bugs, patches and/or pull requests.
370371
More information at the [wiki][4] or ask us at **#jruby**'s IRC channel.
371372

372-
[1]: https://github.com/jruby/warbler#warbler--
373373
[2]: https://central.sonatype.com/artifact/org.jruby.rack/jruby-rack
374374
[3]: https://github.com/jruby/jruby-rack/issues
375375
[4]: https://github.com/jruby/jruby-rack/wiki
376-
[5]: http://badge.fury.io/rb/jruby-rack
377-
[6]: https://github.com/jruby/jruby-rack/actions/workflows/maven.yml

0 commit comments

Comments
 (0)