Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tcl scanner by Eric Thomastcl-scanner | Nathan Youngman | 2012-10-27 | 1 | -0/+137 |
| | | | | from Redmine | ||||
* | ruby-head does not work because of RedCloth, remove it from Travis configv1.0.8 | Kornelius Kalnbach | 2012-10-07 | 2 | -4/+4 |
| | |||||
* | testing more Ruby versions with Travis | Kornelius Kalnbach | 2012-10-07 | 1 | -4/+3 |
| | |||||
* | cleaning up RC release scriptv1.0.8.rc1 | Kornelius Kalnbach | 2012-10-07 | 1 | -4/+1 |
| | |||||
* | bump version to 1.0.8 | Kornelius Kalnbach | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | update changelog | Kornelius Kalnbach | 2012-10-07 | 1 | -0/+1 |
| | |||||
* | Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag. | Kornelius Kalnbach | 2012-10-07 | 2 | -1/+5 |
| | |||||
* | Merge pull request #32 from shurizzle/master | Kornelius Kalnbach | 2012-09-01 | 1 | -1/+1 |
|\ | | | | | Update html numbering | ||||
| * | Update lib/coderay/encoders/html/numbering.rb | shura | 2012-08-28 | 1 | -1/+1 |
|/ | |||||
* | changelog | Kornelius Kalnbach | 2012-07-23 | 1 | -0/+4 |
| | |||||
* | add :string.:char, remove :regexp.:function color from terminal encode (GH #29) | Kornelius Kalnbach | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | test with different Travis settings, again | Kornelius Kalnbach | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | test with different Travis settings | Kornelius Kalnbach | 2012-07-18 | 1 | -3/+3 |
| | |||||
* | remove etc folder | Kornelius Kalnbach | 2012-07-18 | 116 | -40244/+1 |
| | |||||
* | changelogv1.0.7 | Kornelius Kalnbach | 2012-06-21 | 1 | -0/+1 |
| | |||||
* | replace LGPL license with MIT [GH-25] | Kornelius Kalnbach | 2012-06-21 | 3 | -509/+22 |
| | |||||
* | prepare for rc2v1.0.7.rc2 | Kornelius Kalnbach | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | HTML scanner accepts boolean attributes; fixes issue #26 | Kornelius Kalnbach | 2012-06-19 | 2 | -4/+2 |
| | |||||
* | fix buggy indentation in documentation (issue #23) | Kornelius Kalnbach | 2012-05-04 | 1 | -5/+5 |
| | |||||
* | bump version to 1.0.7v1.0.7.rc1 | Kornelius Kalnbach | 2012-04-06 | 2 | -1/+5 |
| | |||||
* | Merge pull request #20 from TildeWill/master | Kornelius Kalnbach | 2012-04-05 | 1 | -1/+0 |
|\ | | | | | Removed redundant raise | ||||
| * | Removing redundant LoadError raise. File.exists? seems to have problems when ↵ | Will Read | 2012-04-01 | 1 | -1/+0 |
| | | | | | | | | included in other gems and returns false when files are indeed present. | ||||
* | | last changes before release of 1.0.6v1.0.6 | Kornelius Kalnbach | 2012-04-06 | 2 | -0/+2 |
|/ | |||||
* | update changelog, bump version to 1.0.6v1.0.6.rc1 | Kornelius Kalnbach | 2012-04-02 | 2 | -1/+3 |
| | |||||
* | Merge branch 'master' into independent-lines | Kornelius Kalnbach | 2012-04-02 | 1 | -0/+1 |
|\ | |||||
| * | ignore .DS_Store | Kornelius Kalnbach | 2012-04-02 | 1 | -0/+1 |
| | | |||||
* | | rename :independent_lines option to :break_lines | Kornelius Kalnbach | 2012-04-02 | 2 | -8/+9 |
| | | |||||
* | | here come the white-space nazis | Kornelius Kalnbach | 2012-04-01 | 3 | -32/+32 |
| | | |||||
* | | Merge remote-tracking branch 'emassip/master' into independent-lines | Kornelius Kalnbach | 2012-04-01 | 3 | -19/+134 |
|\ \ | |/ |/| | |||||
| * | Added a unit test for HTML encoder (with a test for :line_independent option) | Etienne Massip | 2012-03-29 | 1 | -0/+104 |
| | | |||||
| * | Fixed handling of eols inside token content. | Etienne Massip | 2012-03-29 | 1 | -6/+10 |
| | | |||||
| * | Extracted code making HTML lines independent from numbering code to a ↵ | Etienne Massip | 2012-01-26 | 2 | -18/+25 |
| | | | | | | | | specific option in encoder. | ||||
* | | specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set) | Kornelius Kalnbach | 2012-03-31 | 1 | -0/+1 |
| | | |||||
* | | fix tests for #16 | Kornelius Kalnbach | 2012-03-31 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'dslh/master' | Kornelius Kalnbach | 2012-03-31 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fixing automatic type selection for html files. | Doug Hammond | 2012-02-23 | 1 | -3/+3 |
| |/ | |||||
* | | remove rbx-19mode from travis for now | Kornelius Kalnbach | 2012-03-02 | 1 | -1/+1 |
| | | |||||
* | | replace weird regexp that confuses ruby-head | Kornelius Kalnbach | 2012-03-02 | 1 | -1/+1 |
| | | |||||
* | | update .travis.yml | Kornelius Kalnbach | 2012-03-02 | 1 | -3/+5 |
| | | |||||
* | | changelog | Kornelius Kalnbach | 2012-01-21 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #13 from noprompt/master | Kornelius Kalnbach | 2012-01-21 | 2 | -2/+3 |
|\ | | | | | Highlight CSS functions as :function | ||||
| * | fix whitespace changes | Joel Holdbrooks | 2012-01-20 | 1 | -38/+38 |
| | | |||||
| * | begin/end with group :function instead of :string | Joel Holdbrooks | 2012-01-13 | 1 | -40/+40 |
| | | |||||
| * | ignore vim swp files | Joel Holdbrooks | 2012-01-13 | 1 | -0/+1 |
|/ | |||||
* | also thank tvon for reposting the autoload issuev1.0.5 | Kornelius Kalnbach | 2011-12-27 | 1 | -1/+1 |
| | |||||
* | update changelogv1.0.5.rc1 | Kornelius Kalnbach | 2011-12-27 | 1 | -0/+7 |
| | |||||
* | prepare CodeRay 1.0.5.rc1 | Kornelius Kalnbach | 2011-12-27 | 2 | -3/+4 |
| | |||||
* | use coderay_path on all autoload calls | Kornelius Kalnbach | 2011-12-27 | 2 | -3/+3 |
| | |||||
* | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 2 | -4/+1 |
| | |||||
* | use coderay_path to load version.rb | Kornelius Kalnbach | 2011-12-27 | 1 | -2/+2 |
| |