index
:
delta/ruby-gems/coderay.git
applescript-scanner
autoload
avrasm-scanner
bash-scanner
cleanup-output
dsl
escape-utils
extend-specs
fix-javascript-regexp
fortran-scanner
io-scanner
latex-encoder
lisp-scanner
lua-scanner
master
paint-integration
possible-speedups
remove-dump
ruby-2.3
ruby-skip
tcl-scanner
test-code-climate
vhdl-scanner
github.com: rubychan/coderay.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
lint fixes
applescript-scanner
Nathan Youngman
2012-10-27
1
-36
/
+36
*
Sebastian's AppleScript scanner
Nathan Youngman
2012-10-27
1
-0
/
+219
*
bump version to 1.0.8
Kornelius Kalnbach
2012-10-07
1
-1
/
+1
*
Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.
Kornelius Kalnbach
2012-10-07
1
-1
/
+4
*
Update lib/coderay/encoders/html/numbering.rb
shura
2012-08-28
1
-1
/
+1
*
add :string.:char, remove :regexp.:function color from terminal encode (GH #29)
Kornelius Kalnbach
2012-07-23
1
-1
/
+1
*
replace LGPL license with MIT [GH-25]
Kornelius Kalnbach
2012-06-21
1
-5
/
+0
*
HTML scanner accepts boolean attributes; fixes issue #26
Kornelius Kalnbach
2012-06-19
1
-4
/
+1
*
fix buggy indentation in documentation (issue #23)
Kornelius Kalnbach
2012-05-04
1
-5
/
+5
*
bump version to 1.0.7
v1.0.7.rc1
Kornelius Kalnbach
2012-04-06
1
-1
/
+1
*
Removing redundant LoadError raise. File.exists? seems to have problems when ...
Will Read
2012-04-01
1
-1
/
+0
*
update changelog, bump version to 1.0.6
v1.0.6.rc1
Kornelius Kalnbach
2012-04-02
1
-1
/
+1
*
rename :independent_lines option to :break_lines
Kornelius Kalnbach
2012-04-02
1
-5
/
+6
*
here come the white-space nazis
Kornelius Kalnbach
2012-04-01
2
-12
/
+13
*
Merge remote-tracking branch 'emassip/master' into independent-lines
Kornelius Kalnbach
2012-04-01
2
-19
/
+30
|
\
|
*
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 specifi...
Etienne Massip
2012-01-26
2
-18
/
+25
*
|
specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set)
Kornelius Kalnbach
2012-03-31
1
-0
/
+1
*
|
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
|
|
/
*
|
replace weird regexp that confuses ruby-head
Kornelius Kalnbach
2012-03-02
1
-1
/
+1
|
/
*
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
*
prepare CodeRay 1.0.5.rc1
Kornelius Kalnbach
2011-12-27
1
-1
/
+1
*
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
1
-3
/
+1
*
use coderay_path to load version.rb
Kornelius Kalnbach
2011-12-27
1
-2
/
+2
*
Bug #6: merge ConradIrwin's approach with korny's
Kornelius Kalnbach
2011-12-27
4
-28
/
+24
*
Remove assumption about a stable $:
Conrad Irwin
2011-12-23
5
-8
/
+19
*
use bright blue because dark blue is hard to see on black terminal
Kornelius Kalnbach
2011-12-15
1
-6
/
+6
*
css scanner fixes; preparing 1.0.4
Kornelius Kalnbach
2011-11-02
2
-8
/
+15
*
minor fix in diff scanner, .tmproj filetype: 1.0.3
v1.0.3
Kornelius Kalnbach
2011-10-26
3
-2
/
+3
*
fix .erb file type recognition; prepare 1.0.2
v1.0.2
Kornelius Kalnbach
2011-10-26
2
-1
/
+2
*
simplify HTML page layout (no border)
Kornelius Kalnbach
2011-10-19
1
-1
/
+9
*
version bumped to 1.0.1
Kornelius Kalnbach
2011-10-17
1
-1
/
+1
*
fix additional scrollbar
Kornelius Kalnbach
2011-10-15
1
-1
/
+0
*
allow - and / in YAML keys
Kornelius Kalnbach
2011-10-13
1
-1
/
+1
*
cleanups, documentation for TokensProxy
Kornelius Kalnbach
2011-09-21
4
-98
/
+26
*
TokensProxy cleanup; #each returns self
Kornelius Kalnbach
2011-09-19
1
-12
/
+13
*
Merge branch 'master' into tokens-proxy
Kornelius Kalnbach
2011-09-19
1
-2
/
+2
|
\
|
*
cleanup JSON encoder gem loading
Kornelius Kalnbach
2011-09-19
1
-2
/
+2
*
|
TokensProxy: wrap up
Kornelius Kalnbach
2011-09-19
2
-13
/
+14
*
|
Merge branch 'master' into tokens-proxy
Kornelius Kalnbach
2011-09-18
1
-1
/
+1
|
\
\
|
|
/
|
*
don't ignore options in CodeRay.scan_file
Kornelius Kalnbach
2011-09-18
1
-1
/
+1
*
|
#352 CodeRay.scan returns TokensProxy
Kornelius Kalnbach
2011-09-18
2
-1
/
+29
|
/
*
testing CIJoe
Kornelius Kalnbach
2011-09-18
1
-1
/
+1
*
testing CIJoe
Kornelius Kalnbach
2011-09-18
1
-1
/
+1
*
backgroun-color fine tuning (alpha)
Kornelius Kalnbach
2011-09-18
1
-7
/
+7
*
less spaces mean more code on 13" screens
Kornelius Kalnbach
2011-09-09
1
-3
/
+3
*
remove obsolete workaround for old Rubinius incompatibility
Kornelius Kalnbach
2011-09-09
1
-25
/
+5
[next]