diff options
author | murphy <murphy@rubychan.de> | 2009-02-06 00:38:49 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-02-06 00:38:49 +0000 |
commit | b390954126e93c33321cfb546c2d43431ba0a4b3 (patch) | |
tree | fb61f9049934c53bf534065e774e4009fa709e13 /lib | |
parent | 30af7bfacf4b1774c4ea9b91652843b2e56ef0cd (diff) | |
download | coderay-b390954126e93c33321cfb546c2d43431ba0a4b3.tar.gz |
Updated version number (to 0.9.0) and gem information.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/README | 2 | ||||
-rw-r--r-- | lib/coderay.rb | 10 | ||||
-rw-r--r-- | lib/coderay/helpers/gzip_simple.rb | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -51,7 +51,7 @@ CodeRay needs Ruby 1.8.6 or later. It should also run with Ruby 1.9 and JRuby. See CodeRay. -Please report errors in this documentation to <coderay cycnus de>. +Please report errors in this documentation to <murphy rubychan de>. == Credits diff --git a/lib/coderay.rb b/lib/coderay.rb index 05c1d90..dfcfe59 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -130,11 +130,11 @@ module CodeRay # Version: Major.Minor.Teeny[.Revision] - # Major: 0 for pre-release - # Minor: odd for beta, even for stable - # Teeny: development state - # Revision: Subversion Revision number (generated on rake) - VERSION = '0.8' + # Major: 0 for pre-stable, 1 for stable + # Minor: feature milestone + # Teeny: development state, 0 for pre-release + # Revision: Subversion Revision number (generated on rake gem:make) + VERSION = '0.9.0' require 'coderay/tokens' require 'coderay/scanner' diff --git a/lib/coderay/helpers/gzip_simple.rb b/lib/coderay/helpers/gzip_simple.rb index 76aeb22..b979f66 100644 --- a/lib/coderay/helpers/gzip_simple.rb +++ b/lib/coderay/helpers/gzip_simple.rb @@ -2,7 +2,7 @@ # # A simplified interface to the gzip library +zlib+ (from the Ruby Standard Library.) # -# Author: murphy (mail to murphy cYcnus de) +# Author: murphy (mail to murphy rubychan de) # # Version: 0.2 (2005.may.28) # |