Skip to content

Commit fafb859

Browse files
authored
Add 1.2-stable status to README
1 parent a6d28f1 commit fafb859

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.
@@ -356,9 +357,6 @@ package and push the .jar every time a commit changes a source file).
356357
Please use [github][3] to file bugs, patches and/or pull requests.
357358
More information at the [wiki][4] or ask us at **#jruby**'s IRC channel.
358359

359-
[1]: https://github.com/jruby/warbler#warbler--
360360
[2]: https://central.sonatype.com/artifact/org.jruby.rack/jruby-rack
361361
[3]: https://github.com/jruby/jruby-rack/issues
362362
[4]: https://github.com/jruby/jruby-rack/wiki
363-
[5]: http://badge.fury.io/rb/jruby-rack
364-
[6]: https://github.com/jruby/jruby-rack/actions/workflows/maven.yml

0 commit comments

Comments
 (0)