diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-10 23:50:03 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-10 23:50:03 +0200 |
commit | 4540eb3ceb8882e28908073b20657b239ff2f878 (patch) | |
tree | 4d5d4f3a0f3929dfb8df7d3f2a318b1cac066a85 /README.markdown | |
parent | 8ad02d8bde0515636a63247a74098b4d819b7950 (diff) | |
parent | a69d5d43b79a4f2cf5aaccc50b2275bf0dab4aba (diff) | |
download | coderay-4540eb3ceb8882e28908073b20657b239ff2f878.tar.gz |
Merge branch 'master' into javascript-keep-state
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 42bdab6..f333655 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,8 @@ -# CodeRay [](https://travis-ci.org/rubychan/coderay) +# CodeRay + +[](https://travis-ci.org/rubychan/coderay) +[](http://badge.fury.io/rb/coderay) +[](https://gemnasium.com/rubychan/coderay) ## About @@ -12,7 +16,7 @@ You put your code in, and you get it back colored; Keywords, strings, floats, co ### Dependencies -CodeRay needs Ruby 1.8.7+ or 1.9.2+. It also runs on Rubinius and JRuby. +CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0. It also runs on JRuby. ## Example Usage |