<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/coderay.git/lib/coderay/styles/_map.rb, branch test-code-climate</title>
<subtitle>github.com: rubychan/coderay.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/'/>
<entry>
<title>Code cleanup.</title>
<updated>2010-11-21T09:29:49+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2010-11-21T09:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=fa8b580bfcf1082ac671acde60c4205681dec1dd'/>
<id>fa8b580bfcf1082ac671acde60c4205681dec1dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new :alpha style be default. This means IE will have problems with the colors.</title>
<updated>2010-03-31T20:08:18+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2010-03-31T20:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=dcf160f17b548de3360728376f1bf8efe2dfe09d'/>
<id>dcf160f17b548de3360728376f1bf8efe2dfe09d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests:</title>
<updated>2006-10-15T09:08:50+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2006-10-15T09:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=e5088ab940621155554a2e9455b57614c6ff015b'/>
<id>e5088ab940621155554a2e9455b57614c6ff015b</id>
<content type='text'>
- improved coderay_suite.rb (random and shuffled tests, max parameter, scannerlang-&gt;lang, sorted test cases...)
- changed html output extension to .actual.html to svn:ignore them
- fixed some tests (deleted $Id$ etc.)
- made XHTML testcase work

Scanners:
- fixed HTML, Delphi and Nitro scanners thanks to new tests

Engine:
- Tokens#fix and #fix! added (yet to be tested)
- improved Scanner#raise_inspect a bit

Converted more files to UNIX format (go away, stinkin' \r!)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- improved coderay_suite.rb (random and shuffled tests, max parameter, scannerlang-&gt;lang, sorted test cases...)
- changed html output extension to .actual.html to svn:ignore them
- fixed some tests (deleted $Id$ etc.)
- made XHTML testcase work

Scanners:
- fixed HTML, Delphi and Nitro scanners thanks to new tests

Engine:
- Tokens#fix and #fix! added (yet to be tested)
- improved Scanner#raise_inspect a bit

Converted more files to UNIX format (go away, stinkin' \r!)
</pre>
</div>
</content>
</entry>
<entry>
<title>Big re-indenting - no more tabs!</title>
<updated>2006-07-10T00:32:57+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2006-07-10T00:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d'/>
<id>9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-indented everything. Sorry to break the blame chain.</title>
<updated>2006-04-16T03:20:37+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2006-04-16T03:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189'/>
<id>0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.</title>
<updated>2006-04-15T03:48:36+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2006-04-15T03:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=d7f0a0011dd8f2629c4071b8d3cb0004bb9e2a99'/>
<id>d7f0a0011dd8f2629c4071b8d3cb0004bb9e2a99</id>
<content type='text'>
ROADMAP and TODO updated.

Ruby scanner:
Fixed a bug: Fancy strings don't allow \w delimiters.
They _do_ also allow whitespace delimiters, but adding this would cause
many scan errors. So I leave this bug unfixed.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ROADMAP and TODO updated.

Ruby scanner:
Fixed a bug: Fancy strings don't allow \w delimiters.
They _do_ also allow whitespace delimiters, but adding this would cause
many scan errors. So I leave this bug unfixed.

</pre>
</div>
</content>
</entry>
</feed>
