summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/README2
-rw-r--r--lib/coderay.rb10
-rw-r--r--lib/coderay/helpers/gzip_simple.rb2
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/README b/lib/README
index 73653b7..6426958 100644
--- a/lib/README
+++ b/lib/README
@@ -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)
#