<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -84,6 +84,9 @@ examples/app/chat/public/js/jquery.js
 examples/app/chat/start.rb
 examples/app/chat/view/chat.xhtml
 examples/app/chat/view/index.xhtml
+examples/app/localization/locale/de.yaml
+examples/app/localization/locale/en.yaml
+examples/app/localization/locale/ja.yaml
 examples/app/localization/start.rb
 examples/app/sourceview/public/coderay.css
 examples/app/sourceview/public/images/file.gif</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -29,7 +29,7 @@ GEMSPEC = Gem::Specification.new{|s|
   s.summary      = &quot;Ramaze is a simple and modular web framework&quot;
   s.description  = s.summary
   s.email        = 'm.fellinger@gmail.com'
-  s.homepage     = 'http://github.com/manveru/org'
+  s.homepage     = 'http://ramaze.net'
   s.platform     = Gem::Platform::RUBY
   s.version      = PROJECT_VERSION
   s.files        = `git ls-files`.split(&quot;\n&quot;).sort
@@ -38,25 +38,26 @@ GEMSPEC = Gem::Specification.new{|s|
   s.bindir       = &quot;bin&quot;
   s.executables  = [&quot;ramaze&quot;]
   s.rubyforge_project = &quot;ramaze&quot;
+  s.required_rubygems_version = '&gt;= 1.3.1'
 
-  s.add_dependency('innate', '= 2009.06')
+  s.add_dependency('innate', '= 2009.06.12')
 
   # rip those out if they cause you trouble
-  s.add_development_dependency('Remarkably',      '~&gt;0.5.2')
-  s.add_development_dependency('bacon',           '&gt;=1.1.0')
-  s.add_development_dependency('erubis',          '&gt;=2.6.4')
-  s.add_development_dependency('ezamar')
-  s.add_development_dependency('haml',            '~&gt;2.0.9')
-  s.add_development_dependency('hpricot',         '&gt;=0.8.1')
-  s.add_development_dependency('json',            '&gt;=1.1.6')
-  s.add_development_dependency('liquid',          '~&gt;2.0.0')
-  s.add_development_dependency('localmemcache',   '~&gt;0.4.0')
-  s.add_development_dependency('memcache-client', '~&gt;1.7.2')
-  s.add_development_dependency('nagoro',          '&gt;=2009.05')
-  s.add_development_dependency('rack-test',       '&gt;=0.3.0')
-  s.add_development_dependency('sequel',          '= 3.0.0')
-  s.add_development_dependency('tagz',            '&gt;=5.0.1')
-  s.add_development_dependency('tenjin',          '~&gt;0.6.1')
+  s.add_development_dependency('Remarkably',      '~&gt; 0.5.2')
+  s.add_development_dependency('bacon',           '&gt;= 1.1.0')
+  s.add_development_dependency('erubis',          '&gt;= 2.6.4')
+  s.add_development_dependency('ezamar',          '&gt;= 2009.06')
+  s.add_development_dependency('haml',            '~&gt; 2.0.9')
+  s.add_development_dependency('hpricot',         '&gt;= 0.8.1')
+  s.add_development_dependency('json',            '&gt;= 1.1.6')
+  s.add_development_dependency('liquid',          '~&gt; 2.0.0')
+  s.add_development_dependency('localmemcache',   '~&gt; 0.4.0')
+  s.add_development_dependency('memcache-client', '~&gt; 1.7.2')
+  s.add_development_dependency('nagoro',          '&gt;= 2009.05')
+  s.add_development_dependency('rack-test',       '&gt;= 0.3.0')
+  s.add_development_dependency('sequel',          '=  3.1.0')
+  s.add_development_dependency('tagz',            '&gt;= 5.0.1')
+  s.add_development_dependency('tenjin',          '~&gt; 0.6.1')
 
   s.post_install_message = &lt;&lt;MESSAGE.strip
 ============================================================</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Following persons have contributed to ramaze.
 (Sorted by number of submitted patches, then alphabetically)
 
-  2601 Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+  2604 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;
@@ -23,6 +23,7 @@ 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;
+     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;
      1 Cheah Chu Yeow &lt;chuyeow@gmail.com&gt;
@@ -33,6 +34,7 @@ Following persons have contributed to ramaze.
      1 Jean-Francois Chevrette &lt;jfchevrette@iweb.ca&gt;
      1 Jeremy Evans &lt;code@jeremyevans.net&gt;
      1 Martin Hilbig &lt;blueonyx@dev-area.net&gt;
+     1 Masahiro Nakagawa &lt;repeatedly@gmail.com&gt;
      1 Matt Rubens &lt;mrubens@goldencookie.localdomain&gt;
      1 Rob Lievaart &lt;rob@rebeltechnologies.nl&gt;
      1 sean &lt;sean@sean-t61p.(none)&gt;</diff>
      <filename>doc/AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,21 @@
+[d933aa5 | Tue Jun 09 17:28:14 UTC 2009] Aaron Mueller &lt;mail@aaron-mueller.de&gt;
+
+  * Update the identity helper with the new link helper.
+
+[dbf25ed | Mon Jun 08 12:29:08 UTC 2009] Masahiro Nakagawa &lt;repeatedly@gmail.com&gt;
+
+  * Rewrite localization example
+
+    Signed-off-by: Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+[e2c9414 | Mon Jun 08 00:12:04 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Make sure that the config.ru knows the correct location
+
+[5e92d92 | Thu Jun 04 14:41:23 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Fix the Sequel dependency, 3.1.0 isn't out yet
+
 [ea236c8 | Thu Jun 04 12:48:23 UTC 2009] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
 
   * Fix bug with localmemcache on 1.9</diff>
      <filename>doc/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module Ramaze
-  VERSION = &quot;2009.06.04&quot;
+  VERSION = &quot;2009.06.12&quot;
 end</diff>
      <filename>lib/ramaze/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,17 +2,17 @@
 
 Gem::Specification.new do |s|
   s.name = %q{ramaze}
-  s.version = &quot;2009.06.04&quot;
+  s.version = &quot;2009.06.12&quot;
 
-  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
+  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-06-04}
+  s.date = %q{2009-06-12}
   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/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/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/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/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/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/bin/ramaze.rb&quot;, &quot;spec/ramaze/cache/localmemcache.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/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/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/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://github.com/manveru/org}
+  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/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/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/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/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/bin/ramaze.rb&quot;, &quot;spec/ramaze/cache/localmemcache.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/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/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/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{============================================================
 
 Thank you for installing Ramaze!
@@ -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.3}
+  s.rubygems_version = %q{1.3.4}
   s.summary = %q{Ramaze is a simple and modular web framework}
 
   if s.respond_to? :specification_version then
@@ -30,11 +30,11 @@ 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.06&quot;])
+      s.add_runtime_dependency(%q&lt;innate&gt;, [&quot;= 2009.06.12&quot;])
       s.add_development_dependency(%q&lt;Remarkably&gt;, [&quot;~&gt; 0.5.2&quot;])
       s.add_development_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.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;= 0&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.0.9&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.6&quot;])
@@ -43,15 +43,15 @@ You can now do create a new project:
       s.add_development_dependency(%q&lt;memcache-client&gt;, [&quot;~&gt; 1.7.2&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.3.0&quot;])
-      s.add_development_dependency(%q&lt;sequel&gt;, [&quot;= 3.0.0&quot;])
+      s.add_development_dependency(%q&lt;sequel&gt;, [&quot;= 3.1.0&quot;])
       s.add_development_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 5.0.1&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.06&quot;])
+      s.add_dependency(%q&lt;innate&gt;, [&quot;= 2009.06.12&quot;])
       s.add_dependency(%q&lt;Remarkably&gt;, [&quot;~&gt; 0.5.2&quot;])
       s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
       s.add_dependency(%q&lt;erubis&gt;, [&quot;&gt;= 2.6.4&quot;])
-      s.add_dependency(%q&lt;ezamar&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency(%q&lt;ezamar&gt;, [&quot;&gt;= 2009.06&quot;])
       s.add_dependency(%q&lt;haml&gt;, [&quot;~&gt; 2.0.9&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.6&quot;])
@@ -60,16 +60,16 @@ You can now do create a new project:
       s.add_dependency(%q&lt;memcache-client&gt;, [&quot;~&gt; 1.7.2&quot;])
       s.add_dependency(%q&lt;nagoro&gt;, [&quot;&gt;= 2009.05&quot;])
       s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.3.0&quot;])
-      s.add_dependency(%q&lt;sequel&gt;, [&quot;= 3.0.0&quot;])
+      s.add_dependency(%q&lt;sequel&gt;, [&quot;= 3.1.0&quot;])
       s.add_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 5.0.1&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.06&quot;])
+    s.add_dependency(%q&lt;innate&gt;, [&quot;= 2009.06.12&quot;])
     s.add_dependency(%q&lt;Remarkably&gt;, [&quot;~&gt; 0.5.2&quot;])
     s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
     s.add_dependency(%q&lt;erubis&gt;, [&quot;&gt;= 2.6.4&quot;])
-    s.add_dependency(%q&lt;ezamar&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency(%q&lt;ezamar&gt;, [&quot;&gt;= 2009.06&quot;])
     s.add_dependency(%q&lt;haml&gt;, [&quot;~&gt; 2.0.9&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.6&quot;])
@@ -78,7 +78,7 @@ You can now do create a new project:
     s.add_dependency(%q&lt;memcache-client&gt;, [&quot;~&gt; 1.7.2&quot;])
     s.add_dependency(%q&lt;nagoro&gt;, [&quot;&gt;= 2009.05&quot;])
     s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.3.0&quot;])
-    s.add_dependency(%q&lt;sequel&gt;, [&quot;= 3.0.0&quot;])
+    s.add_dependency(%q&lt;sequel&gt;, [&quot;= 3.1.0&quot;])
     s.add_dependency(%q&lt;tagz&gt;, [&quot;&gt;= 5.0.1&quot;])
     s.add_dependency(%q&lt;tenjin&gt;, [&quot;~&gt; 0.6.1&quot;])
   end</diff>
      <filename>ramaze.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>940411385f062e0be5784f0d2129a4167cb34931</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/3aa5bfb56d8153bd04ae50a3687887804dc093ac</url>
  <id>3aa5bfb56d8153bd04ae50a3687887804dc093ac</id>
  <committed-date>2009-06-12T05:54:51-07:00</committed-date>
  <authored-date>2009-06-12T05:54:51-07:00</authored-date>
  <message>Version 2009.06.12</message>
  <tree>686f403100927ee57e1ffac6aceefc3f325e64af</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
