summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* add source :rubygems back to GemfileKornelius Kalnbach2013-03-111-0/+3
|
* remove rdoc from GemfileKornelius Kalnbach2013-03-111-2/+1
|
* remove activesupport from GemfileKornelius Kalnbach2013-03-111-1/+0
|
* cleanup GemfileKornelius Kalnbach2013-03-101-6/+5
|
* ruby-head does not work because of RedCloth, remove it from Travis configv1.0.8Kornelius Kalnbach2012-10-071-1/+1
|
* update to shoulda-context 1.0.0 after release!Kornelius Kalnbach2011-12-121-1/+1
|
* relax bundler gem version requirementv1.0.4Kornelius Kalnbach2011-11-021-1/+1
|
* fix RedCloth gem versionv1.0.0.835rc1Kornelius Kalnbach2011-08-291-1/+1
|
* fix some JRuby test problemsKornelius Kalnbach2011-08-271-1/+1
|
* add term-ansicolor to development dependencies, fix Ruby 1.8.6 warningKornelius Kalnbach2011-08-221-0/+1
|
* enabling 1.8.6 tests; do they work?Kornelius Kalnbach2011-08-211-3/+3
|
* trying to integrate Travis CIKornelius Kalnbach2011-08-191-0/+1
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-0/+1
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* use Bundler to manage dependencies; just run "bundle" to install everything ↵murphy2011-07-081-0/+13
that CodeRay needs to test and build.