summaryrefslogtreecommitdiff
path: root/rake_tasks
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed another bug in the Ruby scanner, this time it was unfinished heredocs w...murphy2006-07-091-1/+1
* Link to new website in gem.murphy2006-07-051-1/+1
* Fix:murphy2006-06-281-2/+3
* new version: 0.7.1murphy2006-05-111-1/+12
* New Version: 0.7.0!murphy2006-04-191-1/+1
* test.rake: debug tags deleted (use rake test diff=+)murphy2006-04-162-9/+4
* Rake tasks completely redone.murphy2006-04-167-0/+230