summaryrefslogtreecommitdiff
path: root/erubis.gemspec
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2006-09-19 11:56:44 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2006-09-19 11:56:44 +0000
commitb8f6776aa5074f2f191e25e2460cd7b8be7bf320 (patch)
tree6bce3bbd1c0fd33e5d959af885db2e6cd6a11572 /erubis.gemspec
parent90482329dc45b6b93c0f4052cf44ab4612942fef (diff)
downloaderubis-b8f6776aa5074f2f191e25e2460cd7b8be7bf320.tar.gz
- [update] ReleaseNote.txt, README.txt, doc/users-guide.txt
- [change] 'examples/pi' is renamed to 'examples/pi-xhtml'
Diffstat (limited to 'erubis.gemspec')
-rw-r--r--erubis.gemspec14
1 files changed, 9 insertions, 5 deletions
diff --git a/erubis.gemspec b/erubis.gemspec
index 72b1899..cdb7d83 100644
--- a/erubis.gemspec
+++ b/erubis.gemspec
@@ -18,13 +18,17 @@ spec = Gem::Specification.new do |s|
s.summary = "a fast and extensible eRuby implementation which supports multi-language"
s.description = <<-'END'
Erubis is an implementation of eRuby and has the following features:
- * Very fast (about three times faster than ERB)
+
+ * Very fast, almost three times faster than ERB and even as fast as eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
+ * Auto escaping support
* Auto trimming spaces around '<% %>'
- * Auto sanitizing
- * Change embedded pattern (default '<% %>')
- * Context object available
- * Easy to expand in subclass
+ * Embedded pattern changeable (default '<% %>')
+ * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>')
+ * Context object available and easy to combine eRuby template with YAML datafile
+ * Print statement available
+ * Easy to extend and customize in subclass
+ * Ruby on Rails support
END
## files