summaryrefslogtreecommitdiff
path: root/rake_tasks
Commit message (Expand)AuthorAgeFilesLines
* Added 191 task, added 191 and 187 to the list of test:all Ruby versions.murphy2010-04-283-2/+6
* diff task now supports repositories which have a folder named "diff".murphy2010-04-281-7/+12
* gem task: Make automatic beta recognition and pre switch play nice together.murphy2010-04-021-4/+3
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-316-103/+91
* test:clean task removes debug.diff.html too.murphy2010-03-261-0/+3
* Documentation: Don't include protected and private methods, and handle codera...murphy2010-01-201-2/+2
* Cleanup *.debug.diff files in test:clean task.murphy2010-01-201-0/+3
* Cleanup for gem.rake: more intelligent, removed obsolete code.murphy2010-01-011-37/+8
* Cleaning up functional tests; test:functional scans without loading Rubygems ...murphy2010-01-011-1/+7
* Preparing for 0.9.1.murphy2009-12-311-2/+4
* Fixed example tests.murphy2009-12-311-1/+4
* Fixing rake task names.murphy2009-12-301-2/+2
* New rake tasks test:scanner:lang for every language.murphy2009-12-301-1/+12
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t...murphy2009-12-282-1/+4
* RubyEE no longer included in test:all.murphy2009-04-221-1/+1
* Fixed generate:scanner task; it now also sets the file_extension.murphy2009-04-141-2/+3
* Added a generate:scanner task for easy Scanner generation.murphy2009-04-141-0/+74
* Fixed highlighting in documentation (#86).murphy2009-02-201-1/+1
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-181-0/+16
* Fixed documentation of CodeRay module (was not included by doc task).murphy2009-02-071-0/+1
* Updated version number (to 0.9.0) and gem information.murphy2009-02-061-5/+5
* Added test:all rake task for testing CodeRay on all platforms.murphy2009-01-131-26/+43
* Fixed gem task.murphy2009-01-121-2/+2
* 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
* Less verbose rake output, but with Ruby version.murphy2008-12-251-0/+1
* Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'.murphy2008-08-281-10/+4
* Added diff task and a Redmine TODO.murphy2008-08-111-0/+86
* Trying to fix doc task for 1.9murphy2008-01-211-2/+6
* - fixed a bug in coderay_suite (break outside of loop?)murphy2008-01-122-4/+4
* Lib:murphy2008-01-071-2/+2
* Done:murphy2007-01-014-6/+6
* Don't run tests in debug mode per default.murphy2006-10-191-3/+3
* Added functional test task and renamed all test task descriptions.murphy2006-10-171-4/+9
* Renamed CodeRay::Version to CodeRay::VERSION.murphy2006-10-171-1/+1
* Declared Version 0.7.4!murphy2006-10-171-3/+4
* Moved demos to sample/.murphy2006-10-171-3/+3
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-171-0/+7
* Moved scanner tests into test/scanners.murphy2006-10-151-3/+3
* benchmark.rake: fixed pathname murphy2006-10-151-1/+1
* Tests:murphy2006-10-151-6/+6
* Added import task to get updates from rubyforge trunk.murphy2006-10-151-0/+14
* Workaround for YAML gem index generation (f*ck Zlib!)murphy2006-07-111-2/+2
* Fixed Plaintext scanner (crashed on empty text - ouch!!)murphy2006-07-111-1/+1
* Ruby 1.8.2 is enough, so use >= instead of >.murphy2006-07-111-1/+1
* Set gem requirement for Ruby 1.8.2+.murphy2006-07-111-0/+1
* Updated gem.rake for Rubygems 0.9.0.murphy2006-07-111-1/+1
* rake test now runs in debug mode.murphy2006-07-111-1/+1
* Big re-indenting - no more tabs!murphy2006-07-107-189/+189