Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new version scheme; use bundler + git for releasesv1.0.0.800pre | Kornelius Kalnbach | 2011-07-09 | 1 | -39/+0 |
| | |||||
* | use Bundler to manage dependencies; just run "bundle" to install everything ↵ | murphy | 2011-07-08 | 1 | -40/+2 |
| | | | | that CodeRay needs to test and build. | ||||
* | issue #45: new command line interface! | murphy | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | Rake task cleanups and updates. Not living in the past any more. | murphy | 2011-06-12 | 1 | -11/+21 |
| | |||||
* | more task cleanups; speedup Rakefile loading | murphy | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | cleaning up gem tasks | murphy | 2011-06-12 | 1 | -71/+40 |
| | |||||
* | update tasks for recent Rake versions | murphy | 2011-06-11 | 1 | -2/+2 |
| | |||||
* | remove deprecated has_rdoc spec | murphy | 2011-04-12 | 1 | -1/+0 |
| | |||||
* | Added 191 task, added 191 and 187 to the list of test:all Ruby versions. | murphy | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | gem task: Make automatic beta recognition and pre switch play nice together. | murphy | 2010-04-02 | 1 | -4/+3 |
| | |||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 1 | -20/+30 |
| | |||||
* | Cleanup for gem.rake: more intelligent, removed obsolete code. | murphy | 2010-01-01 | 1 | -37/+8 |
| | |||||
* | Preparing for 0.9.1. | murphy | 2009-12-31 | 1 | -2/+4 |
| | |||||
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵ | murphy | 2009-12-28 | 1 | -0/+2 |
| | | | | trunk. | ||||
* | Updated version number (to 0.9.0) and gem information. | murphy | 2009-02-06 | 1 | -5/+5 |
| | |||||
* | Fixed gem task. | murphy | 2009-01-12 | 1 | -2/+2 |
| | |||||
* | Lib: | murphy | 2008-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Encoder: removed a warning - Encoders::HTML: don't shadow outer variable - Plugin: move require_plugin into class namespace - Ruby Scanner: - "alias" keyword recognition - better regexp/division distinction - recognize ~, !, !=, and !~ as method names (partly Ruby 1.9 only) - reordered states for speed Tests: - updated coderay-suite to use gem instead of require_gem - general improvements (more colors!, new parameter: new, new syntax lang.test for only and new) - fixed ruby suite - adjusted a lot of Ruby tests (alias uses methods now) - new tests: ruby/operators, ruby/regexp Samples: - fixed/updated ('bout time) Rake tasks: - updated to use new rubygems API | ||||
* | Renamed CodeRay::Version to CodeRay::VERSION. | murphy | 2006-10-17 | 1 | -1/+1 |
| | |||||
* | Workaround for YAML gem index generation (f*ck Zlib!) | murphy | 2006-07-11 | 1 | -2/+2 |
| | | | | Updated README version | ||||
* | Fixed Plaintext scanner (crashed on empty text - ouch!!) | murphy | 2006-07-11 | 1 | -1/+1 |
| | | | | Added coderay_stylesheet executable (should be "coderay stylesheet css" or just "coderay sty" some day.) | ||||
* | Ruby 1.8.2 is enough, so use >= instead of >. | murphy | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | Set gem requirement for Ruby 1.8.2+. | murphy | 2006-07-11 | 1 | -0/+1 |
| | |||||
* | Updated gem.rake for Rubygems 0.9.0. | murphy | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | Big re-indenting - no more tabs! | murphy | 2006-07-10 | 1 | -105/+105 |
| | |||||
* | Link to new website in gem. | murphy | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | new version: 0.7.1 | murphy | 2006-05-11 | 1 | -1/+12 |
| | | | | | | | improved bin/coderay and included it into package added gem:install task added Duo#highlight (alias for encode) fixed a Plugin bug | ||||
* | New Version: 0.7.0! | murphy | 2006-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | Adjusted gem.rake. HTML scanner fixed. Enhanced filetype.rb: .rake files, xml, yaml (preparing for YAML scanner.) Enhanced test/ruby/1.in.rb. Added XML scanner with example. plugin.rb: made all_plugin_names public. | ||||
* | test.rake: debug tags deleted (use rake test diff=+) | murphy | 2006-04-16 | 1 | -3/+3 |
| | | | | | | gem.rake: renamed up_gem to upload and fixed. Rakefile: added upload meta task. ftp.rb: do login only once. | ||||
* | Rake tasks completely redone. | murphy | 2006-04-16 | 1 | -0/+103 |
rdoctask2.rb deleted; issues were fixed as of Rake 0.7.0. |