<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -240,6 +240,7 @@ lib/ramaze/helper/bench.rb
 lib/ramaze/helper/blue_form.rb
 lib/ramaze/helper/cache.rb
 lib/ramaze/helper/disqus.rb
+lib/ramaze/helper/erector.rb
 lib/ramaze/helper/flash.rb
 lib/ramaze/helper/form.rb
 lib/ramaze/helper/formatting.rb
@@ -327,6 +328,7 @@ lib/ramaze/tool/create.rb
 lib/ramaze/tool/project_creator.rb
 lib/ramaze/version.rb
 lib/ramaze/view.rb
+lib/ramaze/view/erector.rb
 lib/ramaze/view/erubis.rb
 lib/ramaze/view/ezamar.rb
 lib/ramaze/view/gestalt.rb
@@ -339,6 +341,7 @@ lib/ramaze/view/nagoro/render_partial.rb
 lib/ramaze/view/redcloth.rb
 lib/ramaze/view/remarkably.rb
 lib/ramaze/view/sass.rb
+lib/ramaze/view/slippers.rb
 lib/ramaze/view/tagz.rb
 lib/ramaze/view/tenjin.rb
 lib/vendor/etag.rb
@@ -445,6 +448,12 @@ spec/ramaze/session/memcache.rb
 spec/ramaze/struct.rb
 spec/ramaze/template/ramaze/external.test
 spec/ramaze/view.rb
+spec/ramaze/view/erector.rb
+spec/ramaze/view/erector/external.erector
+spec/ramaze/view/erector/invoke_helper_method.erector
+spec/ramaze/view/erector/layout.erector
+spec/ramaze/view/erector/strict_xhtml.erector
+spec/ramaze/view/erector/sum.erector
 spec/ramaze/view/erubis.rb
 spec/ramaze/view/erubis/external.rhtml
 spec/ramaze/view/erubis/sum.rhtml
@@ -471,6 +480,9 @@ spec/ramaze/view/remarkably/external.rem
 spec/ramaze/view/remarkably/sum.rem
 spec/ramaze/view/sass.rb
 spec/ramaze/view/sass/file.css.sass
+spec/ramaze/view/slippers.rb
+spec/ramaze/view/slippers/external.st
+spec/ramaze/view/slippers/sum.st
 spec/ramaze/view/tagz.rb
 spec/ramaze/view/tagz/external.tagz
 spec/ramaze/view/tagz/sum.tagz</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,16 @@
 Following persons have contributed to ramaze.
 (Sorted by number of submitted patches, then alphabetically)
 
-  2641 Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+  2654 Michael Fellinger &lt;m.fellinger@gmail.com&gt;
    216 Aman Gupta &lt;aman@ramaze.net&gt;
     87 Jonathan Buch &lt;john@oxyliquit.de&gt;
-    75 Pistos &lt;gitsomegrace.5.pistos@geoshell.com&gt;
+    77 Pistos &lt;gitsomegrace.5.pistos@geoshell.com&gt;
     63 Clive Crous &lt;clive@crous.co.za&gt;
     27 Keita Yamaguchi &lt;keita.yamaguchi@gmail.com&gt;
     20 Ryan Grove &lt;ryan@wonko.com&gt;
     11 TJ Vanderpoel &lt;bougy.man@gmail.com&gt;
     11 Wang, Jinjing &lt;nfjinjing@gmail.com&gt;
+     8 Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
      7 Tadahiko Uehara &lt;kikofx@gmail.com&gt;
      6 Aki Reijonen &lt;aki.reijonen@gmail.com&gt;
      6 Sam Carr &lt;samcarr@gmail.com&gt;
@@ -23,6 +24,8 @@ Following persons have contributed to ramaze.
      2 Andrew Farmer &lt;xichekolas@gmail.com&gt;
      2 Jonathan Buch &lt;jonathan.buch@gmail.com&gt;
      2 Lars Olsson &lt;lasso@lassoweb.se&gt;
+     2 starapor &lt;me@sarahtaraporewalla.com&gt;
+     2 Yutaka HARA &lt;yutaka.hara+github@gmail.com&gt;
      1 Aaron Mueller &lt;mail@aaron-mueller.de&gt;
      1 Ara T. Howard &lt;ara.t.howard@gmail.com&gt;
      1 Carlo Zottmann &lt;carlo@zottmann.org&gt;</diff>
      <filename>doc/AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,117 @@
+[ba23aa6 | Fri Oct 02 15:09:32 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * dependency against latest innate
+
+[e4c63be | Fri Oct 02 15:06:41 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Improve release tasks
+
+[6d758f3 | Thu Oct 01 14:39:03 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * Add missing erector spec template
+
+[84587e5 | Thu Oct 01 14:38:04 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * Call helper methods from external erector template
+
+[a95384c | Thu Oct 01 12:24:32 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * moved erector helper methods from engine into helper
+
+[6c10e2a | Tue Sep 29 14:03:07 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Fix slippers spec
+
+[4b31204 | Tue Sep 29 13:55:31 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Adding slippers as dev dependency
+
+[9561d90 | Tue Sep 29 13:46:23 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Update dependencies
+
+[d7d368b | Mon Sep 28 13:14:55 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * Added strict_xhtml Erector method
+
+[23ffbd0 | Mon Sep 28 08:01:11 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * Updated Erector dependencies
+
+[e70a358 | Sun Sep 27 14:23:03 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * added erector specs
+
+[72684cb | Sun Sep 27 07:39:33 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * adding erector engine convenience methods
+
+[18501a7 | Sun Sep 27 06:12:25 UTC 2009] Mario Gutierrez &lt;mgutz@mgutz-mbp.local&gt;
+
+  * adding Erector view engine
+
+[98e41a6 | Sat Sep 26 00:53:20 UTC 2009] starapor &lt;me@sarahtaraporewalla.com&gt;
+
+  * the view_root now uses all the view directories available in teh attribute
+
+[b4f6f0e | Sat Sep 26 00:19:12 UTC 2009] starapor &lt;me@sarahtaraporewalla.com&gt;
+
+  * Adding a view engine for slippers
+
+[5dda528 | Sun Aug 16 12:58:31 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Remove shared mock, fix webrat
+
+[f545a47 | Tue Aug 11 03:01:33 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Fix wrong constant reference
+
+[e7732d1 | Tue Aug 11 02:39:37 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Only try to get win32console on ruby &lt; 1.9, fix logger
+
+[8d79efe | Wed Aug 05 12:58:10 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Provide support for :haml_options trait again
+
+[1d21bad | Sat Aug 01 04:07:45 UTC 2009] Pistos &lt;gitsomegrace.5.pistos@geoshell.com&gt;
+
+  * Don't use system temp dir;
+
+    ('openid-store' in our case).
+    
+    Signed-off-by: Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+[e417109 | Mon Jul 27 05:00:18 UTC 2009] Pistos &lt;gitsomegrace.5.pistos@geoshell.com&gt;
+
+  * Fixed error in rdocs of Ramaze::Request#to_instance_variables.
+
+    Signed-off-by: Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+[3713845 | Sat Aug 01 08:39:25 UTC 2009] Yutaka HARA &lt;yutaka.hara+github@gmail.com&gt;
+
+  * Added DataMapperPager (does not load all the rows)
+
+    Signed-off-by: Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+[802c0d9 | Fri Jul 31 09:03:27 UTC 2009] Yutaka HARA &lt;yutaka.hara+github@gmail.com&gt;
+
+  * paginate helper supports DataMapper
+
+    Signed-off-by: Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+[c098591 | Wed Jul 29 13:39:33 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Require snippets using Find::find instead of Dir::glob
+
+[37470de | Sat Jul 25 14:30:04 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Fixing the auth example by mapping it to /
+
+[e95e5f1 | Fri Jul 24 19:04:21 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Update announcement
+
 [d0267ff | Fri Jul 24 18:56:44 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
 
   * Version 2009.07</diff>
      <filename>doc/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module Ramaze
-  VERSION = &quot;2009.07&quot;
+  VERSION = &quot;2009.10&quot;
 end</diff>
      <filename>lib/ramaze/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,16 +2,16 @@
 
 Gem::Specification.new do |s|
   s.name = %q{ramaze}
-  s.version = &quot;2009.07&quot;
+  s.version = &quot;2009.10&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.3.1&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Michael 'manveru' Fellinger&quot;]
-  s.date = %q{2009-07-25}
+  s.date = %q{2009-10-03}
   s.default_executable = %q{ramaze}
   s.description = %q{Ramaze is a simple and modular web framework}
   s.email = %q{m.fellinger@gmail.com}
   s.executables = [&quot;ramaze&quot;]
-  s.files = [&quot;.gitignore&quot;, &quot;.mailmap&quot;, &quot;MANIFEST&quot;, &quot;README.md&quot;, &quot;Rakefile&quot;, &quot;benchmark/bench_templates/bench.rb&quot;, &quot;benchmark/bench_templates/view/large.erb&quot;, &quot;benchmark/bench_templates/view/large.haml&quot;, &quot;benchmark/bench_templates/view/large.xhtml&quot;, &quot;benchmark/bench_templates/view/small.erb&quot;, &quot;benchmark/bench_templates/view/small.haml&quot;, &quot;benchmark/bench_templates/view/small.xhtml&quot;, &quot;benchmark/results.txt&quot;, &quot;benchmark/run.rb&quot;, &quot;benchmark/suite/minimal.rb&quot;, &quot;benchmark/suite/no_informer.rb&quot;, &quot;benchmark/suite/no_sessions.rb&quot;, &quot;benchmark/suite/no_template.rb&quot;, &quot;benchmark/suite/simple.rb&quot;, &quot;benchmark/suite/template_erubis.rb&quot;, &quot;benchmark/suite/template_etanni.rb&quot;, &quot;benchmark/suite/template_ezamar.rb&quot;, &quot;benchmark/suite/template_haml.rb&quot;, &quot;benchmark/suite/template_liquid.rb&quot;, &quot;benchmark/suite/template_markaby.rb&quot;, &quot;benchmark/suite/template_nagoro.rb&quot;, &quot;benchmark/suite/template_redcloth.rb&quot;, &quot;benchmark/suite/template_tenjin.rb&quot;, &quot;benchmark/test.rb&quot;, &quot;bin/ramaze&quot;, &quot;doc/AUTHORS&quot;, &quot;doc/CHANGELOG&quot;, &quot;doc/COPYING&quot;, &quot;doc/FAQ&quot;, &quot;doc/GPL&quot;, &quot;doc/INSTALL&quot;, &quot;doc/LEGAL&quot;, &quot;doc/TODO&quot;, &quot;doc/meta/announcement.txt&quot;, &quot;doc/meta/configuration.txt&quot;, &quot;doc/meta/internals.txt&quot;, &quot;doc/meta/users.kml&quot;, &quot;doc/tutorial/todolist.html&quot;, &quot;doc/tutorial/todolist.txt&quot;, &quot;examples/app/auth/layout/auth.xhtml&quot;, &quot;examples/app/auth/start.rb&quot;, &quot;examples/app/auth/view/index.xhtml&quot;, &quot;examples/app/auth/view/login.xhtml&quot;, &quot;examples/app/auth/view/secret.xhtml&quot;, &quot;examples/app/blog/README&quot;, &quot;examples/app/blog/app.rb&quot;, &quot;examples/app/blog/config.ru&quot;, &quot;examples/app/blog/controller/comment.rb&quot;, &quot;examples/app/blog/controller/entry.rb&quot;, &quot;examples/app/blog/controller/init.rb&quot;, &quot;examples/app/blog/controller/main.rb&quot;, &quot;examples/app/blog/controller/tag.rb&quot;, &quot;examples/app/blog/layout/default.nag&quot;, &quot;examples/app/blog/model/comment.rb&quot;, &quot;examples/app/blog/model/entry.rb&quot;, &quot;examples/app/blog/model/init.rb&quot;, &quot;examples/app/blog/model/tag.rb&quot;, &quot;examples/app/blog/public/css/screen.css&quot;, &quot;examples/app/blog/spec/blog.rb&quot;, &quot;examples/app/blog/start.rb&quot;, &quot;examples/app/blog/view/comment/form.nag&quot;, &quot;examples/app/blog/view/comment/show.nag&quot;, &quot;examples/app/blog/view/entry/edit.nag&quot;, &quot;examples/app/blog/view/entry/feed.atom.nag&quot;, &quot;examples/app/blog/view/entry/feed.rss.nag&quot;, &quot;examples/app/blog/view/entry/index.nag&quot;, &quot;examples/app/blog/view/entry/new.nag&quot;, &quot;examples/app/blog/view/entry/show.nag&quot;, &quot;examples/app/blog/view/feed.atom.nag&quot;, &quot;examples/app/blog/view/feed.rss.nag&quot;, &quot;examples/app/blog/view/index.nag&quot;, &quot;examples/app/blog/view/tag/index.nag&quot;, &quot;examples/app/chat/layout/default.xhtml&quot;, &quot;examples/app/chat/model/history.rb&quot;, &quot;examples/app/chat/model/message.rb&quot;, &quot;examples/app/chat/public/css/chat.css&quot;, &quot;examples/app/chat/public/js/chat.js&quot;, &quot;examples/app/chat/public/js/jquery.js&quot;, &quot;examples/app/chat/start.rb&quot;, &quot;examples/app/chat/view/chat.xhtml&quot;, &quot;examples/app/chat/view/index.xhtml&quot;, &quot;examples/app/localization/locale/de.yaml&quot;, &quot;examples/app/localization/locale/en.yaml&quot;, &quot;examples/app/localization/locale/ja.yaml&quot;, &quot;examples/app/localization/start.rb&quot;, &quot;examples/app/sourceview/public/coderay.css&quot;, &quot;examples/app/sourceview/public/images/file.gif&quot;, &quot;examples/app/sourceview/public/images/folder.gif&quot;, &quot;examples/app/sourceview/public/images/tv-collapsable-last.gif&quot;, &quot;examples/app/sourceview/public/images/tv-collapsable.gif&quot;, &quot;examples/app/sourceview/public/images/tv-expandable-last.gif&quot;, &quot;examples/app/sourceview/public/images/tv-expandable.gif&quot;, &quot;examples/app/sourceview/public/images/tv-item-last.gif&quot;, &quot;examples/app/sourceview/public/images/tv-item.gif&quot;, &quot;examples/app/sourceview/public/jquery.js&quot;, &quot;examples/app/sourceview/public/jquery.treeview.css&quot;, &quot;examples/app/sourceview/public/jquery.treeview.js&quot;, &quot;examples/app/sourceview/public/sourceview.js&quot;, &quot;examples/app/sourceview/start.rb&quot;, &quot;examples/app/sourceview/view/index.haml&quot;, &quot;examples/app/todolist/controller/init.rb&quot;, &quot;examples/app/todolist/controller/task.rb&quot;, &quot;examples/app/todolist/layout/default.xhtml&quot;, &quot;examples/app/todolist/model/init.rb&quot;, &quot;examples/app/todolist/model/task.rb&quot;, &quot;examples/app/todolist/public/css/screen.css&quot;, &quot;examples/app/todolist/public/favicon.ico&quot;, &quot;examples/app/todolist/start.rb&quot;, &quot;examples/app/todolist/view/index.xhtml&quot;, &quot;examples/app/upload/start.rb&quot;, &quot;examples/app/upload/view/index.xhtml&quot;, &quot;examples/app/whywiki/spec/whywiki.rb&quot;, &quot;examples/app/whywiki/start.rb&quot;, &quot;examples/app/whywiki/template/edit.xhtml&quot;, &quot;examples/app/whywiki/template/show.xhtml&quot;, &quot;examples/app/wikore/spec/wikore.rb&quot;, &quot;examples/app/wikore/src/controller.rb&quot;, &quot;examples/app/wikore/src/model.rb&quot;, &quot;examples/app/wikore/start.rb&quot;, &quot;examples/app/wikore/view/index.xhtml&quot;, &quot;examples/app/wiktacular/README&quot;, &quot;examples/app/wiktacular/mkd/link/2007-07-20_19-45-51.mkd&quot;, &quot;examples/app/wiktacular/mkd/link/current.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_16-31-33.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_19-21-12.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_19-23-10.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_19-45-07.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/current.mkd&quot;, &quot;examples/app/wiktacular/mkd/markdown/current.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-20_16-43-46.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-20_19-43-50.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-46-01.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-46-32.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-47-08.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-47-54.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/current.mkd&quot;, &quot;examples/app/wiktacular/public/favicon.ico&quot;, &quot;examples/app/wiktacular/public/screen.css&quot;, &quot;examples/app/wiktacular/spec/wiktacular.rb&quot;, &quot;examples/app/wiktacular/src/controller.rb&quot;, &quot;examples/app/wiktacular/src/model.rb&quot;, &quot;examples/app/wiktacular/start.rb&quot;, &quot;examples/app/wiktacular/template/edit.xhtml&quot;, &quot;examples/app/wiktacular/template/html_layout.xhtml&quot;, &quot;examples/app/wiktacular/template/index.xhtml&quot;, &quot;examples/app/wiktacular/template/new.xhtml&quot;, &quot;examples/basic/element.rb&quot;, &quot;examples/basic/gestalt.rb&quot;, &quot;examples/basic/hello.rb&quot;, &quot;examples/basic/layout.rb&quot;, &quot;examples/basic/linking.rb&quot;, &quot;examples/basic/partial.rb&quot;, &quot;examples/basic/simple.rb&quot;, &quot;examples/helpers/cache.rb&quot;, &quot;examples/helpers/form_with_sequel.rb&quot;, &quot;examples/helpers/httpdigest.rb&quot;, &quot;examples/helpers/identity.rb&quot;, &quot;examples/helpers/nitro_form.rb&quot;, &quot;examples/helpers/paginate.rb&quot;, &quot;examples/helpers/rest.rb&quot;, &quot;examples/helpers/simple_captcha.rb&quot;, &quot;examples/misc/css.rb&quot;, &quot;examples/misc/facebook.rb&quot;, &quot;examples/misc/memleak_detector.rb&quot;, &quot;examples/misc/nagoro_element.rb&quot;, &quot;examples/misc/ramaise.rb&quot;, &quot;examples/misc/rapp.rb&quot;, &quot;examples/misc/sequel_scaffolding.rb&quot;, &quot;examples/misc/serve_directory.rb&quot;, &quot;examples/templates/template_erubis.rb&quot;, &quot;examples/templates/template_ezamar.rb&quot;, &quot;examples/templates/template_haml.rb&quot;, &quot;examples/templates/template_liquid.rb&quot;, &quot;examples/templates/template_markaby.rb&quot;, &quot;examples/templates/template_nagoro.rb&quot;, &quot;examples/templates/template_redcloth.rb&quot;, &quot;examples/templates/template_remarkably.rb&quot;, &quot;examples/templates/template_tenjin.rb&quot;, &quot;examples/templates/view/external.haml&quot;, &quot;examples/templates/view/external.liquid&quot;, &quot;examples/templates/view/external.mab&quot;, &quot;examples/templates/view/external.nag&quot;, &quot;examples/templates/view/external.redcloth&quot;, &quot;examples/templates/view/external.rem&quot;, &quot;examples/templates/view/external.rhtml&quot;, &quot;examples/templates/view/external.tenjin&quot;, &quot;examples/templates/view/external.zmr&quot;, &quot;lib/proto/app.rb&quot;, &quot;lib/proto/config.ru&quot;, &quot;lib/proto/controller/init.rb&quot;, &quot;lib/proto/controller/main.rb&quot;, &quot;lib/proto/layout/default.xhtml&quot;, &quot;lib/proto/model/init.rb&quot;, &quot;lib/proto/public/.htaccess&quot;, &quot;lib/proto/public/css/screen.css&quot;, &quot;lib/proto/public/dispatch.fcgi&quot;, &quot;lib/proto/public/favicon.ico&quot;, &quot;lib/proto/public/js/jquery.js&quot;, &quot;lib/proto/public/ramaze.png&quot;, &quot;lib/proto/spec/main.rb&quot;, &quot;lib/proto/start.rb&quot;, &quot;lib/proto/view/index.xhtml&quot;, &quot;lib/ramaze.rb&quot;, &quot;lib/ramaze/app.rb&quot;, &quot;lib/ramaze/cache.rb&quot;, &quot;lib/ramaze/cache/localmemcache.rb&quot;, &quot;lib/ramaze/cache/lru.rb&quot;, &quot;lib/ramaze/cache/memcache.rb&quot;, &quot;lib/ramaze/cache/sequel.rb&quot;, &quot;lib/ramaze/contrib/addressable_route.rb&quot;, &quot;lib/ramaze/contrib/app_graph.rb&quot;, &quot;lib/ramaze/contrib/email.rb&quot;, &quot;lib/ramaze/contrib/facebook.rb&quot;, &quot;lib/ramaze/contrib/facebook/facebook.rb&quot;, &quot;lib/ramaze/contrib/gettext.rb&quot;, &quot;lib/ramaze/contrib/gettext/mo.rb&quot;, &quot;lib/ramaze/contrib/gettext/parser.rb&quot;, &quot;lib/ramaze/contrib/gettext/po.rb&quot;, &quot;lib/ramaze/contrib/gzip_filter.rb&quot;, &quot;lib/ramaze/contrib/maruku_uv.rb&quot;, &quot;lib/ramaze/contrib/profiling.rb&quot;, &quot;lib/ramaze/contrib/rest.rb&quot;, &quot;lib/ramaze/contrib/sequel/create_join.rb&quot;, &quot;lib/ramaze/contrib/sequel/form_field.rb&quot;, &quot;lib/ramaze/contrib/sequel/image.rb&quot;, &quot;lib/ramaze/contrib/sequel/relation.rb&quot;, &quot;lib/ramaze/controller.rb&quot;, &quot;lib/ramaze/controller/default.rb&quot;, &quot;lib/ramaze/current.rb&quot;, &quot;lib/ramaze/files.rb&quot;, &quot;lib/ramaze/gestalt.rb&quot;, &quot;lib/ramaze/helper.rb&quot;, &quot;lib/ramaze/helper/auth.rb&quot;, &quot;lib/ramaze/helper/bench.rb&quot;, &quot;lib/ramaze/helper/blue_form.rb&quot;, &quot;lib/ramaze/helper/cache.rb&quot;, &quot;lib/ramaze/helper/disqus.rb&quot;, &quot;lib/ramaze/helper/flash.rb&quot;, &quot;lib/ramaze/helper/form.rb&quot;, &quot;lib/ramaze/helper/formatting.rb&quot;, &quot;lib/ramaze/helper/gestalt.rb&quot;, &quot;lib/ramaze/helper/gravatar.rb&quot;, &quot;lib/ramaze/helper/httpdigest.rb&quot;, &quot;lib/ramaze/helper/identity.rb&quot;, &quot;lib/ramaze/helper/layout.rb&quot;, &quot;lib/ramaze/helper/link.rb&quot;, &quot;lib/ramaze/helper/localize.rb&quot;, &quot;lib/ramaze/helper/markaby.rb&quot;, &quot;lib/ramaze/helper/maruku.rb&quot;, &quot;lib/ramaze/helper/nitroform.rb&quot;, &quot;lib/ramaze/helper/pager.rb&quot;, &quot;lib/ramaze/helper/paginate.rb&quot;, &quot;lib/ramaze/helper/partial.rb&quot;, &quot;lib/ramaze/helper/remarkably.rb&quot;, &quot;lib/ramaze/helper/request_accessor.rb&quot;, &quot;lib/ramaze/helper/sequel.rb&quot;, &quot;lib/ramaze/helper/sequel_form.rb&quot;, &quot;lib/ramaze/helper/simple_captcha.rb&quot;, &quot;lib/ramaze/helper/stack.rb&quot;, &quot;lib/ramaze/helper/tagz.rb&quot;, &quot;lib/ramaze/helper/thread.rb&quot;, &quot;lib/ramaze/helper/ultraviolet.rb&quot;, &quot;lib/ramaze/helper/user.rb&quot;, &quot;lib/ramaze/helper/xhtml.rb&quot;, &quot;lib/ramaze/log.rb&quot;, &quot;lib/ramaze/log/analogger.rb&quot;, &quot;lib/ramaze/log/growl.rb&quot;, &quot;lib/ramaze/log/hub.rb&quot;, &quot;lib/ramaze/log/informer.rb&quot;, &quot;lib/ramaze/log/knotify.rb&quot;, &quot;lib/ramaze/log/logger.rb&quot;, &quot;lib/ramaze/log/logging.rb&quot;, &quot;lib/ramaze/log/rotatinginformer.rb&quot;, &quot;lib/ramaze/log/syslog.rb&quot;, &quot;lib/ramaze/log/xosd.rb&quot;, &quot;lib/ramaze/middleware_compiler.rb&quot;, &quot;lib/ramaze/plugin.rb&quot;, &quot;lib/ramaze/reloader.rb&quot;, &quot;lib/ramaze/reloader/watch_inotify.rb&quot;, &quot;lib/ramaze/reloader/watch_stat.rb&quot;, &quot;lib/ramaze/request.rb&quot;, &quot;lib/ramaze/response.rb&quot;, &quot;lib/ramaze/setup.rb&quot;, &quot;lib/ramaze/snippets.rb&quot;, &quot;lib/ramaze/snippets/array/put_within.rb&quot;, &quot;lib/ramaze/snippets/binding/locals.rb&quot;, &quot;lib/ramaze/snippets/blankslate.rb&quot;, &quot;lib/ramaze/snippets/fiber.rb&quot;, &quot;lib/ramaze/snippets/kernel/pretty_inspect.rb&quot;, &quot;lib/ramaze/snippets/metaid.rb&quot;, &quot;lib/ramaze/snippets/numeric/filesize_format.rb&quot;, &quot;lib/ramaze/snippets/numeric/time.rb&quot;, &quot;lib/ramaze/snippets/object/__dir__.rb&quot;, &quot;lib/ramaze/snippets/object/instance_variable_defined.rb&quot;, &quot;lib/ramaze/snippets/object/pretty.rb&quot;, &quot;lib/ramaze/snippets/object/scope.rb&quot;, &quot;lib/ramaze/snippets/ordered_set.rb&quot;, &quot;lib/ramaze/snippets/proc/locals.rb&quot;, &quot;lib/ramaze/snippets/ramaze/acquire.rb&quot;, &quot;lib/ramaze/snippets/ramaze/deprecated.rb&quot;, &quot;lib/ramaze/snippets/ramaze/dictionary.rb&quot;, &quot;lib/ramaze/snippets/ramaze/fiber.rb&quot;, &quot;lib/ramaze/snippets/ramaze/lru_hash.rb&quot;, &quot;lib/ramaze/snippets/ramaze/struct.rb&quot;, &quot;lib/ramaze/snippets/string/camel_case.rb&quot;, &quot;lib/ramaze/snippets/string/color.rb&quot;, &quot;lib/ramaze/snippets/string/end_with.rb&quot;, &quot;lib/ramaze/snippets/string/esc.rb&quot;, &quot;lib/ramaze/snippets/string/ord.rb&quot;, &quot;lib/ramaze/snippets/string/snake_case.rb&quot;, &quot;lib/ramaze/snippets/string/start_with.rb&quot;, &quot;lib/ramaze/snippets/string/unindent.rb&quot;, &quot;lib/ramaze/snippets/thread/into.rb&quot;, &quot;lib/ramaze/spec.rb&quot;, &quot;lib/ramaze/spec/bacon.rb&quot;, &quot;lib/ramaze/spec/helper/bacon.rb&quot;, &quot;lib/ramaze/spec/helper/pretty_output.rb&quot;, &quot;lib/ramaze/spec/helper/snippets.rb&quot;, &quot;lib/ramaze/spec/helper/template_examples.rb&quot;, &quot;lib/ramaze/tool/bin.rb&quot;, &quot;lib/ramaze/tool/create.rb&quot;, &quot;lib/ramaze/tool/project_creator.rb&quot;, &quot;lib/ramaze/version.rb&quot;, &quot;lib/ramaze/view.rb&quot;, &quot;lib/ramaze/view/erubis.rb&quot;, &quot;lib/ramaze/view/ezamar.rb&quot;, &quot;lib/ramaze/view/gestalt.rb&quot;, &quot;lib/ramaze/view/haml.rb&quot;, &quot;lib/ramaze/view/less.rb&quot;, &quot;lib/ramaze/view/liquid.rb&quot;, &quot;lib/ramaze/view/maruku.rb&quot;, &quot;lib/ramaze/view/nagoro.rb&quot;, &quot;lib/ramaze/view/nagoro/render_partial.rb&quot;, &quot;lib/ramaze/view/redcloth.rb&quot;, &quot;lib/ramaze/view/remarkably.rb&quot;, &quot;lib/ramaze/view/sass.rb&quot;, &quot;lib/ramaze/view/tagz.rb&quot;, &quot;lib/ramaze/view/tenjin.rb&quot;, &quot;lib/vendor/etag.rb&quot;, &quot;lib/vendor/route_exceptions.rb&quot;, &quot;ramaze.gemspec&quot;, &quot;spec/contrib/addressable_route.rb&quot;, &quot;spec/contrib/rest.rb&quot;, &quot;spec/examples/caching.rb&quot;, &quot;spec/examples/css.rb&quot;, &quot;spec/examples/element.rb&quot;, &quot;spec/examples/hello.rb&quot;, &quot;spec/examples/helpers/httpdigest.rb&quot;, &quot;spec/examples/linking.rb&quot;, &quot;spec/examples/simple.rb&quot;, &quot;spec/examples/templates/template_erubis.rb&quot;, &quot;spec/examples/templates/template_ezamar.rb&quot;, &quot;spec/examples/templates/template_haml.rb&quot;, &quot;spec/examples/templates/template_liquid.rb&quot;, &quot;spec/examples/templates/template_markaby.rb&quot;, &quot;spec/examples/templates/template_nagoro.rb&quot;, &quot;spec/examples/templates/template_redcloth.rb&quot;, &quot;spec/examples/templates/template_remarkably.rb&quot;, &quot;spec/examples/templates/template_tenjin.rb&quot;, &quot;spec/helper.rb&quot;, &quot;spec/ramaze/action/render.rb&quot;, &quot;spec/ramaze/action/view/bar.xhtml&quot;, &quot;spec/ramaze/action/view/instancevars/layout.xhtml&quot;, &quot;spec/ramaze/action/view/other_wrapper.erb&quot;, &quot;spec/ramaze/action/view/other_wrapper.xhtml&quot;, &quot;spec/ramaze/action/view/single_wrapper.xhtml&quot;, &quot;spec/ramaze/action/view/sub/sub_wrapper.erb&quot;, &quot;spec/ramaze/action/view/sub/sub_wrapper.xhtml&quot;, &quot;spec/ramaze/app.rb&quot;, &quot;spec/ramaze/app/location.rb&quot;, &quot;spec/ramaze/bin/ramaze.rb&quot;, &quot;spec/ramaze/cache/localmemcache.rb&quot;, &quot;spec/ramaze/cache/lru.rb&quot;, &quot;spec/ramaze/cache/memcache.rb&quot;, &quot;spec/ramaze/cache/sequel.rb&quot;, &quot;spec/ramaze/controller/actionless_templates.rb&quot;, &quot;spec/ramaze/controller/lonely_mapping.rb&quot;, &quot;spec/ramaze/controller/mapping.rb&quot;, &quot;spec/ramaze/controller/provide_inheritance.rb&quot;, &quot;spec/ramaze/controller/resolve.rb&quot;, &quot;spec/ramaze/controller/subclass.rb&quot;, &quot;spec/ramaze/controller/template_resolving.rb&quot;, &quot;spec/ramaze/controller/view/bar.xhtml&quot;, &quot;spec/ramaze/controller/view/base/another.xhtml&quot;, &quot;spec/ramaze/controller/view/greet.xhtml&quot;, &quot;spec/ramaze/controller/view/list.xhtml&quot;, &quot;spec/ramaze/controller/view/other/greet/other.xhtml&quot;, &quot;spec/ramaze/controller/view/other_wrapper.xhtml&quot;, &quot;spec/ramaze/dispatcher/directory.rb&quot;, &quot;spec/ramaze/dispatcher/file.rb&quot;, &quot;spec/ramaze/dispatcher/public/favicon.ico&quot;, &quot;spec/ramaze/dispatcher/public/file name.txt&quot;, &quot;spec/ramaze/dispatcher/public/test_download.css&quot;, &quot;spec/ramaze/error.rb&quot;, &quot;spec/ramaze/files.rb&quot;, &quot;spec/ramaze/files/public_1/plain.txt&quot;, &quot;spec/ramaze/files/public_2/rich.txt&quot;, &quot;spec/ramaze/gestalt.rb&quot;, &quot;spec/ramaze/helper/auth.rb&quot;, &quot;spec/ramaze/helper/bench.rb&quot;, &quot;spec/ramaze/helper/blue_form.rb&quot;, &quot;spec/ramaze/helper/cache.rb&quot;, &quot;spec/ramaze/helper/flash.rb&quot;, &quot;spec/ramaze/helper/form.rb&quot;, &quot;spec/ramaze/helper/formatting.rb&quot;, &quot;spec/ramaze/helper/gestalt.rb&quot;, &quot;spec/ramaze/helper/gravatar.rb&quot;, &quot;spec/ramaze/helper/httpdigest.rb&quot;, &quot;spec/ramaze/helper/layout.rb&quot;, &quot;spec/ramaze/helper/layout/default.xhtml&quot;, &quot;spec/ramaze/helper/link.rb&quot;, &quot;spec/ramaze/helper/localize.rb&quot;, &quot;spec/ramaze/helper/maruku.rb&quot;, &quot;spec/ramaze/helper/pager.rb&quot;, &quot;spec/ramaze/helper/paginate.rb&quot;, &quot;spec/ramaze/helper/request_accessor.rb&quot;, &quot;spec/ramaze/helper/sequel_form.rb&quot;, &quot;spec/ramaze/helper/simple_captcha.rb&quot;, &quot;spec/ramaze/helper/stack.rb&quot;, &quot;spec/ramaze/helper/user.rb&quot;, &quot;spec/ramaze/helper/view/locals.xhtml&quot;, &quot;spec/ramaze/helper/view/loop.xhtml&quot;, &quot;spec/ramaze/helper/view/num.xhtml&quot;, &quot;spec/ramaze/helper/view/partial.xhtml&quot;, &quot;spec/ramaze/helper/view/recursive.xhtml&quot;, &quot;spec/ramaze/helper/view/recursive_local_ivars.xhtml&quot;, &quot;spec/ramaze/helper/view/recursive_locals.xhtml&quot;, &quot;spec/ramaze/helper/view/test_template.xhtml&quot;, &quot;spec/ramaze/helper/xhtml.rb&quot;, &quot;spec/ramaze/log/informer.rb&quot;, &quot;spec/ramaze/log/logging.rb&quot;, &quot;spec/ramaze/log/syslog.rb&quot;, &quot;spec/ramaze/params.rb&quot;, &quot;spec/ramaze/public/favicon.ico&quot;, &quot;spec/ramaze/public/ramaze.png&quot;, &quot;spec/ramaze/public/test_download.css&quot;, &quot;spec/ramaze/request.rb&quot;, &quot;spec/ramaze/rewrite/file.css&quot;, &quot;spec/ramaze/session/memcache.rb&quot;, &quot;spec/ramaze/struct.rb&quot;, &quot;spec/ramaze/template/ramaze/external.test&quot;, &quot;spec/ramaze/view.rb&quot;, &quot;spec/ramaze/view/erubis.rb&quot;, &quot;spec/ramaze/view/erubis/external.rhtml&quot;, &quot;spec/ramaze/view/erubis/sum.rhtml&quot;, &quot;spec/ramaze/view/ezamar.rb&quot;, &quot;spec/ramaze/view/ezamar/external.zmr&quot;, &quot;spec/ramaze/view/ezamar/sum.zmr&quot;, &quot;spec/ramaze/view/gestalt.rb&quot;, &quot;spec/ramaze/view/gestalt/external.ges&quot;, &quot;spec/ramaze/view/haml.rb&quot;, &quot;spec/ramaze/view/haml/external.haml&quot;, &quot;spec/ramaze/view/haml/sum.haml&quot;, &quot;spec/ramaze/view/less.rb&quot;, &quot;spec/ramaze/view/less/file.css.less&quot;, &quot;spec/ramaze/view/liquid.rb&quot;, &quot;spec/ramaze/view/liquid/external.liquid&quot;, &quot;spec/ramaze/view/liquid/sum.liquid&quot;, &quot;spec/ramaze/view/nagoro.rb&quot;, &quot;spec/ramaze/view/nagoro/external.nag&quot;, &quot;spec/ramaze/view/nagoro/sum.nag&quot;, &quot;spec/ramaze/view/redcloth.rb&quot;, &quot;spec/ramaze/view/redcloth/external.redcloth&quot;, &quot;spec/ramaze/view/remarkably.rb&quot;, &quot;spec/ramaze/view/remarkably/external.rem&quot;, &quot;spec/ramaze/view/remarkably/sum.rem&quot;, &quot;spec/ramaze/view/sass.rb&quot;, &quot;spec/ramaze/view/sass/file.css.sass&quot;, &quot;spec/ramaze/view/tagz.rb&quot;, &quot;spec/ramaze/view/tagz/external.tagz&quot;, &quot;spec/ramaze/view/tagz/sum.tagz&quot;, &quot;spec/ramaze/view/tenjin.rb&quot;, &quot;spec/ramaze/view/tenjin/external.rbhtml&quot;, &quot;spec/ramaze/view/tenjin/sum.rbhtml&quot;, &quot;spec/snippets/array/put_within.rb&quot;, &quot;spec/snippets/binding/locals.rb&quot;, &quot;spec/snippets/numeric/filesize_format.rb&quot;, &quot;spec/snippets/numeric/time.rb&quot;, &quot;spec/snippets/object/__dir__.rb&quot;, &quot;spec/snippets/ordered_set.rb&quot;, &quot;spec/snippets/ramaze/acquire.rb&quot;, &quot;spec/snippets/ramaze/dictionary.rb&quot;, &quot;spec/snippets/ramaze/lru_hash.rb&quot;, &quot;spec/snippets/ramaze/struct.rb&quot;, &quot;spec/snippets/string/camel_case.rb&quot;, &quot;spec/snippets/string/color.rb&quot;, &quot;spec/snippets/string/snake_case.rb&quot;, &quot;spec/snippets/string/unindent.rb&quot;, &quot;spec/snippets/thread/into.rb&quot;, &quot;tasks/authors.rake&quot;, &quot;tasks/bacon.rake&quot;, &quot;tasks/changelog.rake&quot;, &quot;tasks/copyright.rake&quot;, &quot;tasks/gem.rake&quot;, &quot;tasks/gem_setup.rake&quot;, &quot;tasks/git.rake&quot;, &quot;tasks/grancher.rake&quot;, &quot;tasks/jquery.rake&quot;, &quot;tasks/manifest.rake&quot;, &quot;tasks/metric_changes.rake&quot;, &quot;tasks/rcov.rake&quot;, &quot;tasks/release.rake&quot;, &quot;tasks/reversion.rake&quot;, &quot;tasks/setup.rake&quot;, &quot;tasks/todo.rake&quot;, &quot;tasks/traits.rake&quot;, &quot;tasks/yard.rake&quot;]
+  s.files = [&quot;.gitignore&quot;, &quot;.mailmap&quot;, &quot;MANIFEST&quot;, &quot;README.md&quot;, &quot;Rakefile&quot;, &quot;benchmark/bench_templates/bench.rb&quot;, &quot;benchmark/bench_templates/view/large.erb&quot;, &quot;benchmark/bench_templates/view/large.haml&quot;, &quot;benchmark/bench_templates/view/large.xhtml&quot;, &quot;benchmark/bench_templates/view/small.erb&quot;, &quot;benchmark/bench_templates/view/small.haml&quot;, &quot;benchmark/bench_templates/view/small.xhtml&quot;, &quot;benchmark/results.txt&quot;, &quot;benchmark/run.rb&quot;, &quot;benchmark/suite/minimal.rb&quot;, &quot;benchmark/suite/no_informer.rb&quot;, &quot;benchmark/suite/no_sessions.rb&quot;, &quot;benchmark/suite/no_template.rb&quot;, &quot;benchmark/suite/simple.rb&quot;, &quot;benchmark/suite/template_erubis.rb&quot;, &quot;benchmark/suite/template_etanni.rb&quot;, &quot;benchmark/suite/template_ezamar.rb&quot;, &quot;benchmark/suite/template_haml.rb&quot;, &quot;benchmark/suite/template_liquid.rb&quot;, &quot;benchmark/suite/template_markaby.rb&quot;, &quot;benchmark/suite/template_nagoro.rb&quot;, &quot;benchmark/suite/template_redcloth.rb&quot;, &quot;benchmark/suite/template_tenjin.rb&quot;, &quot;benchmark/test.rb&quot;, &quot;bin/ramaze&quot;, &quot;doc/AUTHORS&quot;, &quot;doc/CHANGELOG&quot;, &quot;doc/COPYING&quot;, &quot;doc/FAQ&quot;, &quot;doc/GPL&quot;, &quot;doc/INSTALL&quot;, &quot;doc/LEGAL&quot;, &quot;doc/TODO&quot;, &quot;doc/meta/announcement.txt&quot;, &quot;doc/meta/configuration.txt&quot;, &quot;doc/meta/internals.txt&quot;, &quot;doc/meta/users.kml&quot;, &quot;doc/tutorial/todolist.html&quot;, &quot;doc/tutorial/todolist.txt&quot;, &quot;examples/app/auth/layout/auth.xhtml&quot;, &quot;examples/app/auth/start.rb&quot;, &quot;examples/app/auth/view/index.xhtml&quot;, &quot;examples/app/auth/view/login.xhtml&quot;, &quot;examples/app/auth/view/secret.xhtml&quot;, &quot;examples/app/blog/README&quot;, &quot;examples/app/blog/app.rb&quot;, &quot;examples/app/blog/config.ru&quot;, &quot;examples/app/blog/controller/comment.rb&quot;, &quot;examples/app/blog/controller/entry.rb&quot;, &quot;examples/app/blog/controller/init.rb&quot;, &quot;examples/app/blog/controller/main.rb&quot;, &quot;examples/app/blog/controller/tag.rb&quot;, &quot;examples/app/blog/layout/default.nag&quot;, &quot;examples/app/blog/model/comment.rb&quot;, &quot;examples/app/blog/model/entry.rb&quot;, &quot;examples/app/blog/model/init.rb&quot;, &quot;examples/app/blog/model/tag.rb&quot;, &quot;examples/app/blog/public/css/screen.css&quot;, &quot;examples/app/blog/spec/blog.rb&quot;, &quot;examples/app/blog/start.rb&quot;, &quot;examples/app/blog/view/comment/form.nag&quot;, &quot;examples/app/blog/view/comment/show.nag&quot;, &quot;examples/app/blog/view/entry/edit.nag&quot;, &quot;examples/app/blog/view/entry/feed.atom.nag&quot;, &quot;examples/app/blog/view/entry/feed.rss.nag&quot;, &quot;examples/app/blog/view/entry/index.nag&quot;, &quot;examples/app/blog/view/entry/new.nag&quot;, &quot;examples/app/blog/view/entry/show.nag&quot;, &quot;examples/app/blog/view/feed.atom.nag&quot;, &quot;examples/app/blog/view/feed.rss.nag&quot;, &quot;examples/app/blog/view/index.nag&quot;, &quot;examples/app/blog/view/tag/index.nag&quot;, &quot;examples/app/chat/layout/default.xhtml&quot;, &quot;examples/app/chat/model/history.rb&quot;, &quot;examples/app/chat/model/message.rb&quot;, &quot;examples/app/chat/public/css/chat.css&quot;, &quot;examples/app/chat/public/js/chat.js&quot;, &quot;examples/app/chat/public/js/jquery.js&quot;, &quot;examples/app/chat/start.rb&quot;, &quot;examples/app/chat/view/chat.xhtml&quot;, &quot;examples/app/chat/view/index.xhtml&quot;, &quot;examples/app/localization/locale/de.yaml&quot;, &quot;examples/app/localization/locale/en.yaml&quot;, &quot;examples/app/localization/locale/ja.yaml&quot;, &quot;examples/app/localization/start.rb&quot;, &quot;examples/app/sourceview/public/coderay.css&quot;, &quot;examples/app/sourceview/public/images/file.gif&quot;, &quot;examples/app/sourceview/public/images/folder.gif&quot;, &quot;examples/app/sourceview/public/images/tv-collapsable-last.gif&quot;, &quot;examples/app/sourceview/public/images/tv-collapsable.gif&quot;, &quot;examples/app/sourceview/public/images/tv-expandable-last.gif&quot;, &quot;examples/app/sourceview/public/images/tv-expandable.gif&quot;, &quot;examples/app/sourceview/public/images/tv-item-last.gif&quot;, &quot;examples/app/sourceview/public/images/tv-item.gif&quot;, &quot;examples/app/sourceview/public/jquery.js&quot;, &quot;examples/app/sourceview/public/jquery.treeview.css&quot;, &quot;examples/app/sourceview/public/jquery.treeview.js&quot;, &quot;examples/app/sourceview/public/sourceview.js&quot;, &quot;examples/app/sourceview/start.rb&quot;, &quot;examples/app/sourceview/view/index.haml&quot;, &quot;examples/app/todolist/controller/init.rb&quot;, &quot;examples/app/todolist/controller/task.rb&quot;, &quot;examples/app/todolist/layout/default.xhtml&quot;, &quot;examples/app/todolist/model/init.rb&quot;, &quot;examples/app/todolist/model/task.rb&quot;, &quot;examples/app/todolist/public/css/screen.css&quot;, &quot;examples/app/todolist/public/favicon.ico&quot;, &quot;examples/app/todolist/start.rb&quot;, &quot;examples/app/todolist/view/index.xhtml&quot;, &quot;examples/app/upload/start.rb&quot;, &quot;examples/app/upload/view/index.xhtml&quot;, &quot;examples/app/whywiki/spec/whywiki.rb&quot;, &quot;examples/app/whywiki/start.rb&quot;, &quot;examples/app/whywiki/template/edit.xhtml&quot;, &quot;examples/app/whywiki/template/show.xhtml&quot;, &quot;examples/app/wikore/spec/wikore.rb&quot;, &quot;examples/app/wikore/src/controller.rb&quot;, &quot;examples/app/wikore/src/model.rb&quot;, &quot;examples/app/wikore/start.rb&quot;, &quot;examples/app/wikore/view/index.xhtml&quot;, &quot;examples/app/wiktacular/README&quot;, &quot;examples/app/wiktacular/mkd/link/2007-07-20_19-45-51.mkd&quot;, &quot;examples/app/wiktacular/mkd/link/current.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_16-31-33.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_19-21-12.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_19-23-10.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/2007-07-20_19-45-07.mkd&quot;, &quot;examples/app/wiktacular/mkd/main/current.mkd&quot;, &quot;examples/app/wiktacular/mkd/markdown/current.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-20_16-43-46.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-20_19-43-50.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-46-01.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-46-32.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-47-08.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/2007-07-21_18-47-54.mkd&quot;, &quot;examples/app/wiktacular/mkd/testing/current.mkd&quot;, &quot;examples/app/wiktacular/public/favicon.ico&quot;, &quot;examples/app/wiktacular/public/screen.css&quot;, &quot;examples/app/wiktacular/spec/wiktacular.rb&quot;, &quot;examples/app/wiktacular/src/controller.rb&quot;, &quot;examples/app/wiktacular/src/model.rb&quot;, &quot;examples/app/wiktacular/start.rb&quot;, &quot;examples/app/wiktacular/template/edit.xhtml&quot;, &quot;examples/app/wiktacular/template/html_layout.xhtml&quot;, &quot;examples/app/wiktacular/template/index.xhtml&quot;, &quot;examples/app/wiktacular/template/new.xhtml&quot;, &quot;examples/basic/element.rb&quot;, &quot;examples/basic/gestalt.rb&quot;, &quot;examples/basic/hello.rb&quot;, &quot;examples/basic/layout.rb&quot;, &quot;examples/basic/linking.rb&quot;, &quot;examples/basic/partial.rb&quot;, &quot;examples/basic/simple.rb&quot;, &quot;examples/helpers/cache.rb&quot;, &quot;examples/helpers/form_with_sequel.rb&quot;, &quot;examples/helpers/httpdigest.rb&quot;, &quot;examples/helpers/identity.rb&quot;, &quot;examples/helpers/nitro_form.rb&quot;, &quot;examples/helpers/paginate.rb&quot;, &quot;examples/helpers/rest.rb&quot;, &quot;examples/helpers/simple_captcha.rb&quot;, &quot;examples/misc/css.rb&quot;, &quot;examples/misc/facebook.rb&quot;, &quot;examples/misc/memleak_detector.rb&quot;, &quot;examples/misc/nagoro_element.rb&quot;, &quot;examples/misc/ramaise.rb&quot;, &quot;examples/misc/rapp.rb&quot;, &quot;examples/misc/sequel_scaffolding.rb&quot;, &quot;examples/misc/serve_directory.rb&quot;, &quot;examples/templates/template_erubis.rb&quot;, &quot;examples/templates/template_ezamar.rb&quot;, &quot;examples/templates/template_haml.rb&quot;, &quot;examples/templates/template_liquid.rb&quot;, &quot;examples/templates/template_markaby.rb&quot;, &quot;examples/templates/template_nagoro.rb&quot;, &quot;examples/templates/template_redcloth.rb&quot;, &quot;examples/templates/template_remarkably.rb&quot;, &quot;examples/templates/template_tenjin.rb&quot;, &quot;examples/templates/view/external.haml&quot;, &quot;examples/templates/view/external.liquid&quot;, &quot;examples/templates/view/external.mab&quot;, &quot;examples/templates/view/external.nag&quot;, &quot;examples/templates/view/external.redcloth&quot;, &quot;examples/templates/view/external.rem&quot;, &quot;examples/templates/view/external.rhtml&quot;, &quot;examples/templates/view/external.tenjin&quot;, &quot;examples/templates/view/external.zmr&quot;, &quot;lib/proto/app.rb&quot;, &quot;lib/proto/config.ru&quot;, &quot;lib/proto/controller/init.rb&quot;, &quot;lib/proto/controller/main.rb&quot;, &quot;lib/proto/layout/default.xhtml&quot;, &quot;lib/proto/model/init.rb&quot;, &quot;lib/proto/public/.htaccess&quot;, &quot;lib/proto/public/css/screen.css&quot;, &quot;lib/proto/public/dispatch.fcgi&quot;, &quot;lib/proto/public/favicon.ico&quot;, &quot;lib/proto/public/js/jquery.js&quot;, &quot;lib/proto/public/ramaze.png&quot;, &quot;lib/proto/spec/main.rb&quot;, &quot;lib/proto/start.rb&quot;, &quot;lib/proto/view/index.xhtml&quot;, &quot;lib/ramaze.rb&quot;, &quot;lib/ramaze/app.rb&quot;, &quot;lib/ramaze/cache.rb&quot;, &quot;lib/ramaze/cache/localmemcache.rb&quot;, &quot;lib/ramaze/cache/lru.rb&quot;, &quot;lib/ramaze/cache/memcache.rb&quot;, &quot;lib/ramaze/cache/sequel.rb&quot;, &quot;lib/ramaze/contrib/addressable_route.rb&quot;, &quot;lib/ramaze/contrib/app_graph.rb&quot;, &quot;lib/ramaze/contrib/email.rb&quot;, &quot;lib/ramaze/contrib/facebook.rb&quot;, &quot;lib/ramaze/contrib/facebook/facebook.rb&quot;, &quot;lib/ramaze/contrib/gettext.rb&quot;, &quot;lib/ramaze/contrib/gettext/mo.rb&quot;, &quot;lib/ramaze/contrib/gettext/parser.rb&quot;, &quot;lib/ramaze/contrib/gettext/po.rb&quot;, &quot;lib/ramaze/contrib/gzip_filter.rb&quot;, &quot;lib/ramaze/contrib/maruku_uv.rb&quot;, &quot;lib/ramaze/contrib/profiling.rb&quot;, &quot;lib/ramaze/contrib/rest.rb&quot;, &quot;lib/ramaze/contrib/sequel/create_join.rb&quot;, &quot;lib/ramaze/contrib/sequel/form_field.rb&quot;, &quot;lib/ramaze/contrib/sequel/image.rb&quot;, &quot;lib/ramaze/contrib/sequel/relation.rb&quot;, &quot;lib/ramaze/controller.rb&quot;, &quot;lib/ramaze/controller/default.rb&quot;, &quot;lib/ramaze/current.rb&quot;, &quot;lib/ramaze/files.rb&quot;, &quot;lib/ramaze/gestalt.rb&quot;, &quot;lib/ramaze/helper.rb&quot;, &quot;lib/ramaze/helper/auth.rb&quot;, &quot;lib/ramaze/helper/bench.rb&quot;, &quot;lib/ramaze/helper/blue_form.rb&quot;, &quot;lib/ramaze/helper/cache.rb&quot;, &quot;lib/ramaze/helper/disqus.rb&quot;, &quot;lib/ramaze/helper/erector.rb&quot;, &quot;lib/ramaze/helper/flash.rb&quot;, &quot;lib/ramaze/helper/form.rb&quot;, &quot;lib/ramaze/helper/formatting.rb&quot;, &quot;lib/ramaze/helper/gestalt.rb&quot;, &quot;lib/ramaze/helper/gravatar.rb&quot;, &quot;lib/ramaze/helper/httpdigest.rb&quot;, &quot;lib/ramaze/helper/identity.rb&quot;, &quot;lib/ramaze/helper/layout.rb&quot;, &quot;lib/ramaze/helper/link.rb&quot;, &quot;lib/ramaze/helper/localize.rb&quot;, &quot;lib/ramaze/helper/markaby.rb&quot;, &quot;lib/ramaze/helper/maruku.rb&quot;, &quot;lib/ramaze/helper/nitroform.rb&quot;, &quot;lib/ramaze/helper/pager.rb&quot;, &quot;lib/ramaze/helper/paginate.rb&quot;, &quot;lib/ramaze/helper/partial.rb&quot;, &quot;lib/ramaze/helper/remarkably.rb&quot;, &quot;lib/ramaze/helper/request_accessor.rb&quot;, &quot;lib/ramaze/helper/sequel.rb&quot;, &quot;lib/ramaze/helper/sequel_form.rb&quot;, &quot;lib/ramaze/helper/simple_captcha.rb&quot;, &quot;lib/ramaze/helper/stack.rb&quot;, &quot;lib/ramaze/helper/tagz.rb&quot;, &quot;lib/ramaze/helper/thread.rb&quot;, &quot;lib/ramaze/helper/ultraviolet.rb&quot;, &quot;lib/ramaze/helper/user.rb&quot;, &quot;lib/ramaze/helper/xhtml.rb&quot;, &quot;lib/ramaze/log.rb&quot;, &quot;lib/ramaze/log/analogger.rb&quot;, &quot;lib/ramaze/log/growl.rb&quot;, &quot;lib/ramaze/log/hub.rb&quot;, &quot;lib/ramaze/log/informer.rb&quot;, &quot;lib/ramaze/log/knotify.rb&quot;, &quot;lib/ramaze/log/logger.rb&quot;, &quot;lib/ramaze/log/logging.rb&quot;, &quot;lib/ramaze/log/rotatinginformer.rb&quot;, &quot;lib/ramaze/log/syslog.rb&quot;, &quot;lib/ramaze/log/xosd.rb&quot;, &quot;lib/ramaze/middleware_compiler.rb&quot;, &quot;lib/ramaze/plugin.rb&quot;, &quot;lib/ramaze/reloader.rb&quot;, &quot;lib/ramaze/reloader/watch_inotify.rb&quot;, &quot;lib/ramaze/reloader/watch_stat.rb&quot;, &quot;lib/ramaze/request.rb&quot;, &quot;lib/ramaze/response.rb&quot;, &quot;lib/ramaze/setup.rb&quot;, &quot;lib/ramaze/snippets.rb&quot;, &quot;lib/ramaze/snippets/array/put_within.rb&quot;, &quot;lib/ramaze/snippets/binding/locals.rb&quot;, &quot;lib/ramaze/snippets/blankslate.rb&quot;, &quot;lib/ramaze/snippets/fiber.rb&quot;, &quot;lib/ramaze/snippets/kernel/pretty_inspect.rb&quot;, &quot;lib/ramaze/snippets/metaid.rb&quot;, &quot;lib/ramaze/snippets/numeric/filesize_format.rb&quot;, &quot;lib/ramaze/snippets/numeric/time.rb&quot;, &quot;lib/ramaze/snippets/object/__dir__.rb&quot;, &quot;lib/ramaze/snippets/object/instance_variable_defined.rb&quot;, &quot;lib/ramaze/snippets/object/pretty.rb&quot;, &quot;lib/ramaze/snippets/object/scope.rb&quot;, &quot;lib/ramaze/snippets/ordered_set.rb&quot;, &quot;lib/ramaze/snippets/proc/locals.rb&quot;, &quot;lib/ramaze/snippets/ramaze/acquire.rb&quot;, &quot;lib/ramaze/snippets/ramaze/deprecated.rb&quot;, &quot;lib/ramaze/snippets/ramaze/dictionary.rb&quot;, &quot;lib/ramaze/snippets/ramaze/fiber.rb&quot;, &quot;lib/ramaze/snippets/ramaze/lru_hash.rb&quot;, &quot;lib/ramaze/snippets/ramaze/struct.rb&quot;, &quot;lib/ramaze/snippets/string/camel_case.rb&quot;, &quot;lib/ramaze/snippets/string/color.rb&quot;, &quot;lib/ramaze/snippets/string/end_with.rb&quot;, &quot;lib/ramaze/snippets/string/esc.rb&quot;, &quot;lib/ramaze/snippets/string/ord.rb&quot;, &quot;lib/ramaze/snippets/string/snake_case.rb&quot;, &quot;lib/ramaze/snippets/string/start_with.rb&quot;, &quot;lib/ramaze/snippets/string/unindent.rb&quot;, &quot;lib/ramaze/snippets/thread/into.rb&quot;, &quot;lib/ramaze/spec.rb&quot;, &quot;lib/ramaze/spec/bacon.rb&quot;, &quot;lib/ramaze/spec/helper/bacon.rb&quot;, &quot;lib/ramaze/spec/helper/pretty_output.rb&quot;, &quot;lib/ramaze/spec/helper/snippets.rb&quot;, &quot;lib/ramaze/spec/helper/template_examples.rb&quot;, &quot;lib/ramaze/tool/bin.rb&quot;, &quot;lib/ramaze/tool/create.rb&quot;, &quot;lib/ramaze/tool/project_creator.rb&quot;, &quot;lib/ramaze/version.rb&quot;, &quot;lib/ramaze/view.rb&quot;, &quot;lib/ramaze/view/erector.rb&quot;, &quot;lib/ramaze/view/erubis.rb&quot;, &quot;lib/ramaze/view/ezamar.rb&quot;, &quot;lib/ramaze/view/gestalt.rb&quot;, &quot;lib/ramaze/view/haml.rb&quot;, &quot;lib/ramaze/view/less.rb&quot;, &quot;lib/ramaze/view/liquid.rb&quot;, &quot;lib/ramaze/view/maruku.rb&quot;, &quot;lib/ramaze/view/nagoro.rb&quot;, &quot;lib/ramaze/view/nagoro/render_partial.rb&quot;, &quot;lib/ramaze/view/redcloth.rb&quot;, &quot;lib/ramaze/view/remarkably.rb&quot;, &quot;lib/ramaze/view/sass.rb&quot;, &quot;lib/ramaze/view/slippers.rb&quot;, &quot;lib/ramaze/view/tagz.rb&quot;, &quot;lib/ramaze/view/tenjin.rb&quot;, &quot;lib/vendor/etag.rb&quot;, &quot;lib/vendor/route_exceptions.rb&quot;, &quot;ramaze.gemspec&quot;, &quot;spec/contrib/addressable_route.rb&quot;, &quot;spec/contrib/rest.rb&quot;, &quot;spec/examples/caching.rb&quot;, &quot;spec/examples/css.rb&quot;, &quot;spec/examples/element.rb&quot;, &quot;spec/examples/hello.rb&quot;, &quot;spec/examples/helpers/httpdigest.rb&quot;, &quot;spec/examples/linking.rb&quot;, &quot;spec/examples/simple.rb&quot;, &quot;spec/examples/templates/template_erubis.rb&quot;, &quot;spec/examples/templates/template_ezamar.rb&quot;, &quot;spec/examples/templates/template_haml.rb&quot;, &quot;spec/examples/templates/template_liquid.rb&quot;, &quot;spec/examples/templates/template_markaby.rb&quot;, &quot;spec/examples/templates/template_nagoro.rb&quot;, &quot;spec/examples/templates/template_redcloth.rb&quot;, &quot;spec/examples/templates/template_remarkably.rb&quot;, &quot;spec/examples/templates/template_tenjin.rb&quot;, &quot;spec/helper.rb&quot;, &quot;spec/ramaze/action/render.rb&quot;, &quot;spec/ramaze/action/view/bar.xhtml&quot;, &quot;spec/ramaze/action/view/instancevars/layout.xhtml&quot;, &quot;spec/ramaze/action/view/other_wrapper.erb&quot;, &quot;spec/ramaze/action/view/other_wrapper.xhtml&quot;, &quot;spec/ramaze/action/view/single_wrapper.xhtml&quot;, &quot;spec/ramaze/action/view/sub/sub_wrapper.erb&quot;, &quot;spec/ramaze/action/view/sub/sub_wrapper.xhtml&quot;, &quot;spec/ramaze/app.rb&quot;, &quot;spec/ramaze/app/location.rb&quot;, &quot;spec/ramaze/bin/ramaze.rb&quot;, &quot;spec/ramaze/cache/localmemcache.rb&quot;, &quot;spec/ramaze/cache/lru.rb&quot;, &quot;spec/ramaze/cache/memcache.rb&quot;, &quot;spec/ramaze/cache/sequel.rb&quot;, &quot;spec/ramaze/controller/actionless_templates.rb&quot;, &quot;spec/ramaze/controller/lonely_mapping.rb&quot;, &quot;spec/ramaze/controller/mapping.rb&quot;, &quot;spec/ramaze/controller/provide_inheritance.rb&quot;, &quot;spec/ramaze/controller/resolve.rb&quot;, &quot;spec/ramaze/controller/subclass.rb&quot;, &quot;spec/ramaze/controller/template_resolving.rb&quot;, &quot;spec/ramaze/controller/view/bar.xhtml&quot;, &quot;spec/ramaze/controller/view/base/another.xhtml&quot;, &quot;spec/ramaze/controller/view/greet.xhtml&quot;, &quot;spec/ramaze/controller/view/list.xhtml&quot;, &quot;spec/ramaze/controller/view/other/greet/other.xhtml&quot;, &quot;spec/ramaze/controller/view/other_wrapper.xhtml&quot;, &quot;spec/ramaze/dispatcher/directory.rb&quot;, &quot;spec/ramaze/dispatcher/file.rb&quot;, &quot;spec/ramaze/dispatcher/public/favicon.ico&quot;, &quot;spec/ramaze/dispatcher/public/file name.txt&quot;, &quot;spec/ramaze/dispatcher/public/test_download.css&quot;, &quot;spec/ramaze/error.rb&quot;, &quot;spec/ramaze/files.rb&quot;, &quot;spec/ramaze/files/public_1/plain.txt&quot;, &quot;spec/ramaze/files/public_2/rich.txt&quot;, &quot;spec/ramaze/gestalt.rb&quot;, &quot;spec/ramaze/helper/auth.rb&quot;, &quot;spec/ramaze/helper/bench.rb&quot;, &quot;spec/ramaze/helper/blue_form.rb&quot;, &quot;spec/ramaze/helper/cache.rb&quot;, &quot;spec/ramaze/helper/flash.rb&quot;, &quot;spec/ramaze/helper/form.rb&quot;, &quot;spec/ramaze/helper/formatting.rb&quot;, &quot;spec/ramaze/helper/gestalt.rb&quot;, &quot;spec/ramaze/helper/gravatar.rb&quot;, &quot;spec/ramaze/helper/httpdigest.rb&quot;, &quot;spec/ramaze/helper/layout.rb&quot;, &quot;spec/ramaze/helper/layout/default.xhtml&quot;, &quot;spec/ramaze/helper/link.rb&quot;, &quot;spec/ramaze/helper/localize.rb&quot;, &quot;spec/ramaze/helper/maruku.rb&quot;, &quot;spec/ramaze/helper/pager.rb&quot;, &quot;spec/ramaze/helper/paginate.rb&quot;, &quot;spec/ramaze/helper/request_accessor.rb&quot;, &quot;spec/ramaze/helper/sequel_form.rb&quot;, &quot;spec/ramaze/helper/simple_captcha.rb&quot;, &quot;spec/ramaze/helper/stack.rb&quot;, &quot;spec/ramaze/helper/user.rb&quot;, &quot;spec/ramaze/helper/view/locals.xhtml&quot;, &quot;spec/ramaze/helper/view/loop.xhtml&quot;, &quot;spec/ramaze/helper/view/num.xhtml&quot;, &quot;spec/ramaze/helper/view/partial.xhtml&quot;, &quot;spec/ramaze/helper/view/recursive.xhtml&quot;, &quot;spec/ramaze/helper/view/recursive_local_ivars.xhtml&quot;, &quot;spec/ramaze/helper/view/recursive_locals.xhtml&quot;, &quot;spec/ramaze/helper/view/test_template.xhtml&quot;, &quot;spec/ramaze/helper/xhtml.rb&quot;, &quot;spec/ramaze/log/informer.rb&quot;, &quot;spec/ramaze/log/logging.rb&quot;, &quot;spec/ramaze/log/syslog.rb&quot;, &quot;spec/ramaze/params.rb&quot;, &quot;spec/ramaze/public/favicon.ico&quot;, &quot;spec/ramaze/public/ramaze.png&quot;, &quot;spec/ramaze/public/test_download.css&quot;, &quot;spec/ramaze/request.rb&quot;, &quot;spec/ramaze/rewrite/file.css&quot;, &quot;spec/ramaze/session/memcache.rb&quot;, &quot;spec/ramaze/struct.rb&quot;, &quot;spec/ramaze/template/ramaze/external.test&quot;, &quot;spec/ramaze/view.rb&quot;, &quot;spec/ramaze/view/erector.rb&quot;, &quot;spec/ramaze/view/erector/external.erector&quot;, &quot;spec/ramaze/view/erector/invoke_helper_method.erector&quot;, &quot;spec/ramaze/view/erector/layout.erector&quot;, &quot;spec/ramaze/view/erector/strict_xhtml.erector&quot;, &quot;spec/ramaze/view/erector/sum.erector&quot;, &quot;spec/ramaze/view/erubis.rb&quot;, &quot;spec/ramaze/view/erubis/external.rhtml&quot;, &quot;spec/ramaze/view/erubis/sum.rhtml&quot;, &quot;spec/ramaze/view/ezamar.rb&quot;, &quot;spec/ramaze/view/ezamar/external.zmr&quot;, &quot;spec/ramaze/view/ezamar/sum.zmr&quot;, &quot;spec/ramaze/view/gestalt.rb&quot;, &quot;spec/ramaze/view/gestalt/external.ges&quot;, &quot;spec/ramaze/view/haml.rb&quot;, &quot;spec/ramaze/view/haml/external.haml&quot;, &quot;spec/ramaze/view/haml/sum.haml&quot;, &quot;spec/ramaze/view/less.rb&quot;, &quot;spec/ramaze/view/less/file.css.less&quot;, &quot;spec/ramaze/view/liquid.rb&quot;, &quot;spec/ramaze/view/liquid/external.liquid&quot;, &quot;spec/ramaze/view/liquid/sum.liquid&quot;, &quot;spec/ramaze/view/nagoro.rb&quot;, &quot;spec/ramaze/view/nagoro/external.nag&quot;, &quot;spec/ramaze/view/nagoro/sum.nag&quot;, &quot;spec/ramaze/view/redcloth.rb&quot;, &quot;spec/ramaze/view/redcloth/external.redcloth&quot;, &quot;spec/ramaze/view/remarkably.rb&quot;, &quot;spec/ramaze/view/remarkably/external.rem&quot;, &quot;spec/ramaze/view/remarkably/sum.rem&quot;, &quot;spec/ramaze/view/sass.rb&quot;, &quot;spec/ramaze/view/sass/file.css.sass&quot;, &quot;spec/ramaze/view/slippers.rb&quot;, &quot;spec/ramaze/view/slippers/external.st&quot;, &quot;spec/ramaze/view/slippers/sum.st&quot;, &quot;spec/ramaze/view/tagz.rb&quot;, &quot;spec/ramaze/view/tagz/external.tagz&quot;, &quot;spec/ramaze/view/tagz/sum.tagz&quot;, &quot;spec/ramaze/view/tenjin.rb&quot;, &quot;spec/ramaze/view/tenjin/external.rbhtml&quot;, &quot;spec/ramaze/view/tenjin/sum.rbhtml&quot;, &quot;spec/snippets/array/put_within.rb&quot;, &quot;spec/snippets/binding/locals.rb&quot;, &quot;spec/snippets/numeric/filesize_format.rb&quot;, &quot;spec/snippets/numeric/time.rb&quot;, &quot;spec/snippets/object/__dir__.rb&quot;, &quot;spec/snippets/ordered_set.rb&quot;, &quot;spec/snippets/ramaze/acquire.rb&quot;, &quot;spec/snippets/ramaze/dictionary.rb&quot;, &quot;spec/snippets/ramaze/lru_hash.rb&quot;, &quot;spec/snippets/ramaze/struct.rb&quot;, &quot;spec/snippets/string/camel_case.rb&quot;, &quot;spec/snippets/string/color.rb&quot;, &quot;spec/snippets/string/snake_case.rb&quot;, &quot;spec/snippets/string/unindent.rb&quot;, &quot;spec/snippets/thread/into.rb&quot;, &quot;tasks/authors.rake&quot;, &quot;tasks/bacon.rake&quot;, &quot;tasks/changelog.rake&quot;, &quot;tasks/copyright.rake&quot;, &quot;tasks/gem.rake&quot;, &quot;tasks/gem_setup.rake&quot;, &quot;tasks/git.rake&quot;, &quot;tasks/grancher.rake&quot;, &quot;tasks/jquery.rake&quot;, &quot;tasks/manifest.rake&quot;, &quot;tasks/metric_changes.rake&quot;, &quot;tasks/rcov.rake&quot;, &quot;tasks/release.rake&quot;, &quot;tasks/reversion.rake&quot;, &quot;tasks/setup.rake&quot;, &quot;tasks/todo.rake&quot;, &quot;tasks/traits.rake&quot;, &quot;tasks/yard.rake&quot;]
   s.homepage = %q{http://ramaze.net}
   s.post_install_message = %q{============================================================
 
@@ -22,7 +22,7 @@ You can now do create a new project:
 ============================================================}
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{ramaze}
-  s.rubygems_version = %q{1.3.4}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{Ramaze is a simple and modular web framework}
 
   if s.respond_to? :specification_version then
@@ -30,62 +30,86 @@ You can now do create a new project:
     s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
-      s.add_runtime_dependency(%q&lt;innate&gt;, [&quot;= 2009.07&quot;])
+      s.add_runtime_dependency(%q&lt;innate&gt;, [&quot;= 2009.10&quot;])
+      s.add_development_dependency(%q&lt;RedCloth&gt;, [&quot;~&gt; 4.2.2&quot;])
       s.add_development_dependency(%q&lt;Remarkably&gt;, [&quot;~&gt; 0.5.2&quot;])
+      s.add_development_dependency(%q&lt;activesupport&gt;, [&quot;~&gt; 2.3.4&quot;])
+      s.add_development_dependency(%q&lt;addressable&gt;, [&quot;~&gt; 2.1.0&quot;])
       s.add_development_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
-      s.add_development_dependency(%q&lt;erector&gt;, [&quot;&gt;= 0.7.0&quot;])
+      s.add_development_dependency(%q&lt;erector&gt;, [&quot;~&gt; 0.7.0&quot;])
       s.add_development_dependency(%q&lt;erubis&gt;, [&quot;&gt;= 2.6.4&quot;])
       s.add_development_dependency(%q&lt;ezamar&gt;, [&quot;&gt;= 2009.06&quot;])
       s.add_development_dependency(%q&lt;haml&gt;, [&quot;~&gt; 2.2.1&quot;])
       s.add_development_dependency(%q&lt;hpricot&gt;, [&quot;&gt;= 0.8.1&quot;])
       s.add_development_dependency(%q&lt;json&gt;, [&quot;&gt;= 1.1.7&quot;])
+      s.add_development_dependency(%q&lt;less&gt;, [&quot;~&gt; 1.1.13&quot;])
       s.add_development_dependency(%q&lt;liquid&gt;, [&quot;~&gt; 2.0.0&quot;])
+      s.add_development_dependency(%q&lt;locale&gt;, [&quot;~&gt; 2.0.4&quot;])
       s.add_development_dependency(%q&lt;localmemcache&gt;, [&quot;~&gt; 0.4.1&quot;])
+      s.add_development_dependency(%q&lt;maruku&gt;, [&quot;~&gt; 0.6.0&quot;])
       s.add_development_dependency(%q&lt;memcache-client&gt;, [&quot;~&gt; 1.7.4&quot;])
       s.add_development_dependency(%q&lt;nagoro&gt;, [&quot;&gt;= 2009.05&quot;])
-      s.add_development_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
       s.add_development_dependency(%q&lt;rack-contrib&gt;, [&quot;&gt;= 0.9.2&quot;])
+      s.add_development_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
       s.add_development_dependency(%q&lt;sequel&gt;, [&quot;= 3.2.0&quot;])
-      s.add_development_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 5.0.1&quot;])
+      s.add_development_dependency(%q&lt;slippers&gt;, [&quot;~&gt; 0.0.10&quot;])
+      s.add_development_dependency(%q&lt;sqlite3-ruby&gt;, [&quot;~&gt; 1.2.5&quot;])
+      s.add_development_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 7.1.0&quot;])
       s.add_development_dependency(%q&lt;tenjin&gt;, [&quot;~&gt; 0.6.1&quot;])
     else
-      s.add_dependency(%q&lt;innate&gt;, [&quot;= 2009.07&quot;])
+      s.add_dependency(%q&lt;innate&gt;, [&quot;= 2009.10&quot;])
+      s.add_dependency(%q&lt;RedCloth&gt;, [&quot;~&gt; 4.2.2&quot;])
       s.add_dependency(%q&lt;Remarkably&gt;, [&quot;~&gt; 0.5.2&quot;])
+      s.add_dependency(%q&lt;activesupport&gt;, [&quot;~&gt; 2.3.4&quot;])
+      s.add_dependency(%q&lt;addressable&gt;, [&quot;~&gt; 2.1.0&quot;])
       s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
-      s.add_dependency(%q&lt;erector&gt;, [&quot;&gt;= 0.7.0&quot;])
+      s.add_dependency(%q&lt;erector&gt;, [&quot;~&gt; 0.7.0&quot;])
       s.add_dependency(%q&lt;erubis&gt;, [&quot;&gt;= 2.6.4&quot;])
       s.add_dependency(%q&lt;ezamar&gt;, [&quot;&gt;= 2009.06&quot;])
       s.add_dependency(%q&lt;haml&gt;, [&quot;~&gt; 2.2.1&quot;])
       s.add_dependency(%q&lt;hpricot&gt;, [&quot;&gt;= 0.8.1&quot;])
       s.add_dependency(%q&lt;json&gt;, [&quot;&gt;= 1.1.7&quot;])
+      s.add_dependency(%q&lt;less&gt;, [&quot;~&gt; 1.1.13&quot;])
       s.add_dependency(%q&lt;liquid&gt;, [&quot;~&gt; 2.0.0&quot;])
+      s.add_dependency(%q&lt;locale&gt;, [&quot;~&gt; 2.0.4&quot;])
       s.add_dependency(%q&lt;localmemcache&gt;, [&quot;~&gt; 0.4.1&quot;])
+      s.add_dependency(%q&lt;maruku&gt;, [&quot;~&gt; 0.6.0&quot;])
       s.add_dependency(%q&lt;memcache-client&gt;, [&quot;~&gt; 1.7.4&quot;])
       s.add_dependency(%q&lt;nagoro&gt;, [&quot;&gt;= 2009.05&quot;])
-      s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
       s.add_dependency(%q&lt;rack-contrib&gt;, [&quot;&gt;= 0.9.2&quot;])
+      s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
       s.add_dependency(%q&lt;sequel&gt;, [&quot;= 3.2.0&quot;])
-      s.add_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 5.0.1&quot;])
+      s.add_dependency(%q&lt;slippers&gt;, [&quot;~&gt; 0.0.10&quot;])
+      s.add_dependency(%q&lt;sqlite3-ruby&gt;, [&quot;~&gt; 1.2.5&quot;])
+      s.add_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 7.1.0&quot;])
       s.add_dependency(%q&lt;tenjin&gt;, [&quot;~&gt; 0.6.1&quot;])
     end
   else
-    s.add_dependency(%q&lt;innate&gt;, [&quot;= 2009.07&quot;])
+    s.add_dependency(%q&lt;innate&gt;, [&quot;= 2009.10&quot;])
+    s.add_dependency(%q&lt;RedCloth&gt;, [&quot;~&gt; 4.2.2&quot;])
     s.add_dependency(%q&lt;Remarkably&gt;, [&quot;~&gt; 0.5.2&quot;])
+    s.add_dependency(%q&lt;activesupport&gt;, [&quot;~&gt; 2.3.4&quot;])
+    s.add_dependency(%q&lt;addressable&gt;, [&quot;~&gt; 2.1.0&quot;])
     s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
-    s.add_dependency(%q&lt;erector&gt;, [&quot;&gt;= 0.7.0&quot;])
+    s.add_dependency(%q&lt;erector&gt;, [&quot;~&gt; 0.7.0&quot;])
     s.add_dependency(%q&lt;erubis&gt;, [&quot;&gt;= 2.6.4&quot;])
     s.add_dependency(%q&lt;ezamar&gt;, [&quot;&gt;= 2009.06&quot;])
     s.add_dependency(%q&lt;haml&gt;, [&quot;~&gt; 2.2.1&quot;])
     s.add_dependency(%q&lt;hpricot&gt;, [&quot;&gt;= 0.8.1&quot;])
     s.add_dependency(%q&lt;json&gt;, [&quot;&gt;= 1.1.7&quot;])
+    s.add_dependency(%q&lt;less&gt;, [&quot;~&gt; 1.1.13&quot;])
     s.add_dependency(%q&lt;liquid&gt;, [&quot;~&gt; 2.0.0&quot;])
+    s.add_dependency(%q&lt;locale&gt;, [&quot;~&gt; 2.0.4&quot;])
     s.add_dependency(%q&lt;localmemcache&gt;, [&quot;~&gt; 0.4.1&quot;])
+    s.add_dependency(%q&lt;maruku&gt;, [&quot;~&gt; 0.6.0&quot;])
     s.add_dependency(%q&lt;memcache-client&gt;, [&quot;~&gt; 1.7.4&quot;])
     s.add_dependency(%q&lt;nagoro&gt;, [&quot;&gt;= 2009.05&quot;])
-    s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
     s.add_dependency(%q&lt;rack-contrib&gt;, [&quot;&gt;= 0.9.2&quot;])
+    s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
     s.add_dependency(%q&lt;sequel&gt;, [&quot;= 3.2.0&quot;])
-    s.add_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 5.0.1&quot;])
+    s.add_dependency(%q&lt;slippers&gt;, [&quot;~&gt; 0.0.10&quot;])
+    s.add_dependency(%q&lt;sqlite3-ruby&gt;, [&quot;~&gt; 1.2.5&quot;])
+    s.add_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 7.1.0&quot;])
     s.add_dependency(%q&lt;tenjin&gt;, [&quot;~&gt; 0.6.1&quot;])
   end
 end</diff>
      <filename>ramaze.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba23aa6d3642328af692a862d7903297b1a5e817</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/842d47f62ef7f21f48299f08c8700206eaabc889</url>
  <id>842d47f62ef7f21f48299f08c8700206eaabc889</id>
  <committed-date>2009-10-02T08:09:43-07:00</committed-date>
  <authored-date>2009-10-02T08:09:43-07:00</authored-date>
  <message>Version 2009.10</message>
  <tree>327e6aff76dbf2423ca3a1841a2bfd9da1be628b</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
