summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2008-06-12 12:19:20 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2008-06-12 12:19:20 +0000
commit57135ec28e3d7928e7650546f03c200e835355af (patch)
tree1c2ecc2614b9dcc8585351b08cd75313e228bcac
parent90927ecab519a4c83bff23d71a2b2eb9dec4755d (diff)
downloaderubis-57135ec28e3d7928e7650546f03c200e835355af.tar.gz
- [update] README.txt, users-guide, CHANGES.txt
-rw-r--r--CHANGES.txt13
-rw-r--r--ChangeLog.txt3
-rw-r--r--README.txt1
-rw-r--r--doc/users-guide.html1
-rw-r--r--doc/users-guide.txt1
5 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e6978e6..2176a61 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,20 @@
+# -*- coding: utf-8 -*-
# $Rev$
# $Release:$
# $Copyright$
+- release: 2.6.2
+ date: 2008-06-12
+ enhancements:
+
+ - |
+ Ruby 1.9 support.
+
+ bugfixes:
+
+ - |
+ Remove empty file ('lib/erubis/convert.rb:'). (Thanks to Tim Morgan)
+
- release: 2.6.1
date: 2008-06-06
diff --git a/ChangeLog.txt b/ChangeLog.txt
index c5a554d..b69becb 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -3,6 +3,9 @@
.?lastupdate: $Date$
.?version: $Rev$
+: Rev.116 (2008-06-12)
+ .- [update] README.txt, users-guide, CHANGES.txt
+
: Rev.115 (2008-06-12)
.- [enhance] test/testutil.rb: add TestCase::post_definition
.- [enhance] Ruby 1.9 support
diff --git a/README.txt b/README.txt
index 31cf282..f2053b5 100644
--- a/README.txt
+++ b/README.txt
@@ -20,6 +20,7 @@ Erubis is an implementation of eRuby. It has the following features.
* Ruby on Rails support
Erubis is implemented in pure Ruby. It requires Ruby 1.8 or higher.
+Erubis now supports Ruby 1.9.
See doc/users-guide.html for details.
diff --git a/doc/users-guide.html b/doc/users-guide.html
index 5ae28cb..d806e4e 100644
--- a/doc/users-guide.html
+++ b/doc/users-guide.html
@@ -51,6 +51,7 @@ It has the following features.
</li>
</ul>
<p>Erubis is implemented in pure Ruby. It requires Ruby 1.8 or higher.
+Erubis now supports Ruby 1.9.
</p>
<a name="toc"></a>
<h3 class="section2">Table of Contents</h3>
diff --git a/doc/users-guide.txt b/doc/users-guide.txt
index b5e3e60..bbd4b71 100644
--- a/doc/users-guide.txt
+++ b/doc/users-guide.txt
@@ -38,6 +38,7 @@ It has the following features.
.#.* {{<mod_ruby support|#topcs-modruby>}}
Erubis is implemented in pure Ruby. It requires Ruby 1.8 or higher.
+Erubis now supports Ruby 1.9.