summaryrefslogtreecommitdiff
path: root/rake_tasks/documentation.rake
Commit message (Collapse)AuthorAgeFilesLines
* cleanup rake tasksKornelius Kalnbach2013-06-131-9/+0
|
* fixing rdoc taskKornelius Kalnbach2012-10-071-5/+6
|
* Please, Github, use README.textile.v1.0.0.815preKornelius Kalnbach2011-08-191-1/+1
|
* trying to integrate Travis CIKornelius Kalnbach2011-08-191-1/+1
|
* cleanup rake tasks: allow running without bundler or rdocKornelius Kalnbach2011-07-261-6/+10
|
* use Bundler to manage dependencies; just run "bundle" to install everything ↵murphy2011-07-081-1/+1
| | | | that CodeRay needs to test and build.
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-2/+6
|
* more task cleanups; speedup Rakefile loadingmurphy2011-06-121-0/+3
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-17/+9
|
* Documentation: Don't include protected and private methods, and handle ↵murphy2010-01-201-2/+2
| | | | coderay.rb last (fixes some issues).
* Fixed highlighting in documentation (#86).murphy2009-02-201-1/+1
|
* Fixed documentation of CodeRay module (was not included by doc task).murphy2009-02-071-0/+1
|
* Added rake task to copy the generated documentation over to the CodeRay website.murphy2009-01-121-0/+5
|
* Fixed documentation links.murphy2009-01-121-1/+1
|
* Fixed documentation, moved README into lib folder.murphy2009-01-051-25/+5
|
* Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'.murphy2008-08-281-10/+4
| | | | | * Cleanup in documentation.rake.
* Trying to fix doc task for 1.9murphy2008-01-211-2/+6
|
* Big re-indenting - no more tabs!murphy2006-07-101-31/+31
|
* Fixed another bug in the Ruby scanner, this time it was unfinished heredocs ↵murphy2006-07-091-1/+1
| | | | | | with empty delimiter. Fixed documentation uploading.
* Rake tasks completely redone.murphy2006-04-161-0/+44
rdoctask2.rb deleted; issues were fixed as of Rake 0.7.0.