summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* use bundler rake tasksv1.1.0.rc1Kornelius Kalnbach2013-07-131-0/+2
|
* Please, Github, use README.textile.v1.0.0.815preKornelius Kalnbach2011-08-191-3/+3
|
* use Bundler to manage dependencies; just run "bundle" to install everything ↵murphy2011-07-081-1/+0
| | | | that CodeRay needs to test and build.
* Rake task cleanups and updates. Not living in the past any more.murphy2011-06-121-4/+5
|
* more task cleanups; speedup Rakefile loadingmurphy2011-06-121-2/+0
|
* update tasks for recent Rake versionsmurphy2011-06-111-1/+2
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-1/+1
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-64/+29
|
* Fix rake tasks for Ruby 1.9 (include . in load path)murphy2010-01-201-0/+1
|
* Support for JRuby Nailgun: Use rake jng to run Ruby tasks with jruby --ng.murphy2009-11-031-0/+5
|
* Default rake task uses default Ruby version again.murphy2009-10-191-1/+1
|
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-181-0/+2
| | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks.
* Fixed a Ruby 1.8 compatibility bug in Groovy Scanner.murphy2009-01-221-0/+4
| | | | | * Also added jruby19 task (jruby --1.9 mode).
* Fixed documentation, moved README into lib folder.murphy2009-01-051-1/+1
|
* Made plugin ids case-insensitive.murphy2009-01-011-1/+1
| | | | | With this change, upper case lang names are allowed like 'C'.
* Removed yarv task.murphy2009-01-011-4/+0
|
* Less verbose rake output, but with Ruby version.murphy2008-12-251-1/+3
|
* Fixes for Ruby 1.9.murphy2008-12-251-1/+1
|
* Added CodeRay.for_redcloth with test and documentation.murphy2008-08-281-0/+4
| | | | | | * Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee).
* [KK] Just a little code cleanup and new task 187.murphy2008-07-291-0/+4
|
* - fixed a bug in coderay_suite (break outside of loop?)murphy2008-01-121-9/+18
| | | | | | | | - made test and bench tasks run with all implementations - included term/ansicolor in lib (will need in some day anyway) as svn:external (this also means that tests will be colorful on all rubys) - incremented CodeRay version number (we're near...)
* - Ruby 1.9 fixesmurphy2007-11-221-0/+8
| | | | | | - rake commands for jruby and rubinius - absolutized CodeRay::Tokens::ClassOfKind
* Done:murphy2007-01-011-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General: - Declared version 0.7.6. - Moved WordList, CaseIgnoringWordList, Plugin, PluginHost and FileType into CodeRay namespace. CodeRay should be "clean" now, except for the String#to_unix helper function. - Fixed a bit of documentation. - CodeRay binary: Prepare for streaming switch. Scanners: - Added code= alias for string=. - Added streaming? method: Is this Scanner in streaming mode? - Enhanced error info a bit. - Ruby scanner: - Highlights Regexp heredocs now. They may be added to Ruby 1.9. - Speedups with better support for Ruby 1.9. - Change in whitespace handling (faster and cleaner now.) - Speed up some operator recognition (saving two string comparisons). - Declared C and Plaintext Scanners as Streamable. Tokens: - Changed Text/Block token recognition (#is_a? ::String for Ruby 1.9 support). - New method: Tokens#text yields the code string. - text_size fixed. - Token kind shortcuts (like r for reserved) are now defined in token_classes.rb (instead of encoders/html/classes.rb). Encoders: - Debug Scanner added. - Base encoder class adds to @out when encoding (if @out is set). - A little Tokens scanner speedup. - Text encoder uses text_token. - Statistic encoder counts block tokens. - Smaller changes in XML and HTML encoders. Styles: - cYcnus style defines a debug class now. Duo: - scanner and encoder are now methods. Scanner and Encoder are created (and cached) when needed, not earlier. - Documented. Tests: - Disabled encoder and scanner list check (breaks too often). - Added identity test, which checks if tokens#text matches the input. - Added nocolor switch. Developer tools: - Benchmark uses Encoder#file_extension for output now. - Rakefile: Support for 19, 18, yarv and ruby switches for easy comparing different Ruby versions. - Statistic: Demos are no longer tests.
* dos2unix.murphy2006-10-201-19/+19
|
* Big re-indenting - no more tabs!murphy2006-07-101-4/+4
|
* test.rake: debug tags deleted (use rake test diff=+)murphy2006-04-161-0/+2
| | | | | | gem.rake: renamed up_gem to upload and fixed. Rakefile: added upload meta task. ftp.rb: do login only once.
* Rake tasks completely redone.murphy2006-04-161-265/+5
| | | | rdoctask2.rb deleted; issues were fixed as of Rake 0.7.0.
* FOLDERS documentation added.murphy2006-04-151-6/+13
| | | | Rakefile updated.
* Added HTML scanner!murphy2006-04-041-1/+1
| | | | | | | Added test/html/suite.rb and tolkien.in.html test. Benchmark produces inline line numbers now. Minor changes to Ruby and C scanners. Rakefile: unit tests now in -d mode.
* HTML Encoder: inline numerization corrected.murphy2006-03-231-1/+1
| | | | | | | | New demo: demo/demo_html_list.rb. Some demos adjusted. C Scanner: error messages fixed. Rakefile: test_demos now in debug mode. test/suite.rb is using reusable Scanners now.
* Fixed HTML encoder again. (Run the test, baka!)murphy2006-03-161-1/+1
| | | | | | Added jarh.out.raydebug test output. Fixed a typo in Rakefile.
* Added export task.murphy2006-03-161-0/+13
|
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-2/+2
| | | | | Fixes in the coderay_rdoc_template.
* README: Version number updated, small changesmurphy2005-11-101-1/+1
| | | | Rakefile: up_gem now also calls make.
* Improved code statistics!murphy2005-11-051-3/+9
|
* bench/bench.rb: Added SilverCity benchmarkingmurphy2005-11-051-1/+1
| | | | | | | | | | | | | | | | | demo/demo_load_encoder.rb enhanced demo/demo_load_scanner.rb added .outs added plugin.rb: Fixed load_all encoder.rb, scanner.rb adjusted helpers/word_list.rb: Fixed a bug in CaseIgnoringWordList.new TODO: Updated new ROADMAP coderay.rb: increased Version number added Version System documentation
* Fixed highlight.rbmurphy2005-11-041-1/+1
| | | | Changed Rakefile:up_example to use :info hints
* Finally: Demo Tests!murphy2005-11-041-0/+15
| | | | | | | Added demo/suite.rb, demo/*.out files Rakefile adjusted TODO updated
* hidden/highlight.rb now supports :info hints.murphy2005-11-021-1/+1
| | | | | Rakefile uses this. changelog.txt updated.
* Version 0.4.6!murphy2005-10-291-1/+5
| | | | | | | | coderay.rb: Added highlight functions new demo/demo_highlight.rb encoders/helpers/html_output.rb: Improved stylesheet method Rakefile: smarter progress info on uploading
* Added the good old benchmark suite to the repository.murphy2005-10-291-1/+1
|
* Rakefile: added test, debug and benchmark tasks.murphy2005-10-291-0/+10
|
* Rakefile:murphy2005-09-291-6/+7
| | | | | | fixed file list for the gem package; demo/ included, rake_helpers/ not. upload_* tasks shortened to up_* older gems are now deleted locally before uploding.
* Rakefile: LICENSE deleted from RDoc.murphy2005-09-281-2/+1
|
* Still working on Documentation.murphy2005-09-281-1/+1
| | | | Rakefile: fixed a status message.
* Rakefile: fixed uploadsmurphy2005-09-281-9/+29
|
* enhanced CodeRay interfacemurphy2005-09-281-37/+45
| | | | | updated demo_css.rb Rakefile: rdoc_small task added
* Rakefile changed to get revision directly via `svn info`.murphy2005-09-271-1/+1
| | | | | Ruby is cool.
* Rakefile: leave build number control to Subversionmurphy2005-09-271-12/+2
|
* Rakefile: -a option set for rdoc in gemspec.murphy2005-09-271-2/+2
| | | | build: testing to get Revision from Subversion