Skip to content

Commit

Permalink
Merge branch 'master' into sass-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Jun 9, 2013
2 parents 485a3d0 + 880aa33 commit 36c2d89
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
rvm:
- 1.8.7
- 1.9.2
- ree
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
- ruby-head # test again later: RedCloth not compiling
- jruby-head
- ree
branches:
only:
- master
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
script: "rake test" # test:scanners"
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ group :development do
gem "bundler", ">= 1.0.0"
gem "rake"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor", '= 1.1.1'
gem "shoulda-context", "~> 1.0.0"
gem "term-ansicolor", '~> 1.2.2'
gem "shoulda-context", "~> 1.1.2"
gem "json" if RUBY_VERSION < '1.9'
gem "rdoc"
end
8 changes: 6 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CodeRay [![Build Status](https://travis-ci.org/rubychan/coderay.png)](https://travis-ci.org/rubychan/coderay) [![Gem Version](https://badge.fury.io/rb/coderay.png)](http://badge.fury.io/rb/coderay)
# CodeRay

[![Build Status](https://travis-ci.org/rubychan/coderay.png)](https://travis-ci.org/rubychan/coderay)
[![Gem Version](https://badge.fury.io/rb/coderay.png)](http://badge.fury.io/rb/coderay)
[![Dependency Status](https://gemnasium.com/rubychan/coderay.png)](https://gemnasium.com/rubychan/coderay)

## About

Expand All @@ -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

Expand Down

0 comments on commit 36c2d89

Please sign in to comment.