<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Following persons have contributed to innate.
 (Sorted by number of submitted patches, then alphabetically)
 
-   715 Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+   721 Michael Fellinger &lt;m.fellinger@gmail.com&gt;
     31 Tadahiko Uehara &lt;kikofx@gmail.com&gt;
      8 Pistos &lt;gitsomegrace.5.pistos@geoshell.com&gt;
      5 Ryan Grove &lt;ryan@wonko.com&gt;</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,30 @@
+[3ed8553 | 2009-07-19 03:01:48 UTC] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Update dependencies
+
+[4e09c15 | 2009-07-06 10:12:43 UTC] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Implement an OpenSSL fallback for Session IDs
+
+    Comes into play in case SecureRandom cannot be found.
+    This should cover 99% of all &lt; 1.8.7 installs.
+
+[cf9cdce | 2009-07-02 08:05:45 UTC] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * More intelligent gem_setup to handle cases where a library can be found via require but ain't a gem
+
+[337f092 | 2009-07-02 08:05:02 UTC] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Use absolute paths for spec requires
+
+[7a475b9 | 2009-06-14 14:14:47 UTC] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Require rubygems &gt;= 1.3.1
+
+[7f41b89 | 2009-06-12 12:54:32 UTC] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
+
+  * Version 2009.06.12
+
 [e92a8b3 | 2009-06-11 15:41:35 UTC] Michael Fellinger &lt;m.fellinger@gmail.com&gt;
 
   * Make sure that instance-variables set in the view template can be used in the layout</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,40 +2,39 @@
 
 Gem::Specification.new do |s|
   s.name = %q{innate}
-  s.version = &quot;2009.06.12&quot;
+  s.version = &quot;2009.07&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-12}
+  s.date = %q{2009-07-19}
   s.description = %q{Simple, straight-forward base for web-frameworks.}
   s.email = %q{m.fellinger@gmail.com}
   s.files = [&quot;AUTHORS&quot;, &quot;CHANGELOG&quot;, &quot;COPYING&quot;, &quot;MANIFEST&quot;, &quot;README.md&quot;, &quot;Rakefile&quot;, &quot;example/app/retro_games.rb&quot;, &quot;example/app/todo/layout/default.xhtml&quot;, &quot;example/app/todo/spec/todo.rb&quot;, &quot;example/app/todo/start.rb&quot;, &quot;example/app/todo/view/index.xhtml&quot;, &quot;example/app/whywiki_erb/layout/wiki.html.erb&quot;, &quot;example/app/whywiki_erb/spec/wiki.rb&quot;, &quot;example/app/whywiki_erb/start.rb&quot;, &quot;example/app/whywiki_erb/view/edit.erb&quot;, &quot;example/app/whywiki_erb/view/index.erb&quot;, &quot;example/custom_middleware.rb&quot;, &quot;example/hello.rb&quot;, &quot;example/howto_spec.rb&quot;, &quot;example/link.rb&quot;, &quot;example/provides.rb&quot;, &quot;example/session.rb&quot;, &quot;innate.gemspec&quot;, &quot;lib/innate.rb&quot;, &quot;lib/innate/action.rb&quot;, &quot;lib/innate/adapter.rb&quot;, &quot;lib/innate/cache.rb&quot;, &quot;lib/innate/cache/api.rb&quot;, &quot;lib/innate/cache/drb.rb&quot;, &quot;lib/innate/cache/file_based.rb&quot;, &quot;lib/innate/cache/marshal.rb&quot;, &quot;lib/innate/cache/memory.rb&quot;, &quot;lib/innate/cache/yaml.rb&quot;, &quot;lib/innate/current.rb&quot;, &quot;lib/innate/dynamap.rb&quot;, &quot;lib/innate/helper.rb&quot;, &quot;lib/innate/helper/aspect.rb&quot;, &quot;lib/innate/helper/cgi.rb&quot;, &quot;lib/innate/helper/flash.rb&quot;, &quot;lib/innate/helper/link.rb&quot;, &quot;lib/innate/helper/redirect.rb&quot;, &quot;lib/innate/helper/render.rb&quot;, &quot;lib/innate/helper/send_file.rb&quot;, &quot;lib/innate/log.rb&quot;, &quot;lib/innate/log/color_formatter.rb&quot;, &quot;lib/innate/log/hub.rb&quot;, &quot;lib/innate/middleware_compiler.rb&quot;, &quot;lib/innate/mock.rb&quot;, &quot;lib/innate/node.rb&quot;, &quot;lib/innate/options.rb&quot;, &quot;lib/innate/options/dsl.rb&quot;, &quot;lib/innate/options/stub.rb&quot;, &quot;lib/innate/request.rb&quot;, &quot;lib/innate/response.rb&quot;, &quot;lib/innate/route.rb&quot;, &quot;lib/innate/session.rb&quot;, &quot;lib/innate/session/flash.rb&quot;, &quot;lib/innate/spec.rb&quot;, &quot;lib/innate/spec/bacon.rb&quot;, &quot;lib/innate/state.rb&quot;, &quot;lib/innate/state/accessor.rb&quot;, &quot;lib/innate/traited.rb&quot;, &quot;lib/innate/trinity.rb&quot;, &quot;lib/innate/version.rb&quot;, &quot;lib/innate/view.rb&quot;, &quot;lib/innate/view/erb.rb&quot;, &quot;lib/innate/view/etanni.rb&quot;, &quot;lib/innate/view/none.rb&quot;, &quot;spec/example/app/retro_games.rb&quot;, &quot;spec/example/hello.rb&quot;, &quot;spec/example/link.rb&quot;, &quot;spec/example/provides.rb&quot;, &quot;spec/example/session.rb&quot;, &quot;spec/helper.rb&quot;, &quot;spec/innate/action/layout.rb&quot;, &quot;spec/innate/action/layout/file_layout.xhtml&quot;, &quot;spec/innate/cache/common.rb&quot;, &quot;spec/innate/cache/marshal.rb&quot;, &quot;spec/innate/cache/memory.rb&quot;, &quot;spec/innate/cache/yaml.rb&quot;, &quot;spec/innate/dynamap.rb&quot;, &quot;spec/innate/helper.rb&quot;, &quot;spec/innate/helper/aspect.rb&quot;, &quot;spec/innate/helper/cgi.rb&quot;, &quot;spec/innate/helper/flash.rb&quot;, &quot;spec/innate/helper/link.rb&quot;, &quot;spec/innate/helper/redirect.rb&quot;, &quot;spec/innate/helper/render.rb&quot;, &quot;spec/innate/helper/send_file.rb&quot;, &quot;spec/innate/helper/view/aspect_hello.xhtml&quot;, &quot;spec/innate/helper/view/locals.xhtml&quot;, &quot;spec/innate/helper/view/loop.xhtml&quot;, &quot;spec/innate/helper/view/num.xhtml&quot;, &quot;spec/innate/helper/view/partial.xhtml&quot;, &quot;spec/innate/helper/view/recursive.xhtml&quot;, &quot;spec/innate/mock.rb&quot;, &quot;spec/innate/modes.rb&quot;, &quot;spec/innate/node/mapping.rb&quot;, &quot;spec/innate/node/node.rb&quot;, &quot;spec/innate/node/resolve.rb&quot;, &quot;spec/innate/node/view/another_layout/another_layout.xhtml&quot;, &quot;spec/innate/node/view/bar.xhtml&quot;, &quot;spec/innate/node/view/foo.html.xhtml&quot;, &quot;spec/innate/node/view/only_view.xhtml&quot;, &quot;spec/innate/node/view/with_layout.xhtml&quot;, &quot;spec/innate/node/wrap_action_call.rb&quot;, &quot;spec/innate/options.rb&quot;, &quot;spec/innate/parameter.rb&quot;, &quot;spec/innate/provides.rb&quot;, &quot;spec/innate/provides/list.html.xhtml&quot;, &quot;spec/innate/provides/list.txt.xhtml&quot;, &quot;spec/innate/request.rb&quot;, &quot;spec/innate/route.rb&quot;, &quot;spec/innate/session.rb&quot;, &quot;spec/innate/traited.rb&quot;, &quot;tasks/authors.rake&quot;, &quot;tasks/bacon.rake&quot;, &quot;tasks/changelog.rake&quot;, &quot;tasks/gem.rake&quot;, &quot;tasks/gem_setup.rake&quot;, &quot;tasks/grancher.rake&quot;, &quot;tasks/manifest.rake&quot;, &quot;tasks/rcov.rake&quot;, &quot;tasks/release.rake&quot;, &quot;tasks/reversion.rake&quot;, &quot;tasks/setup.rake&quot;, &quot;tasks/ycov.rake&quot;]
-  s.has_rdoc = true
   s.homepage = %q{http://github.com/manveru/innate}
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{innate}
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.4}
   s.summary = %q{Powerful web-framework wrapper for Rack.}
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;rack&gt;, [&quot;~&gt; 1.0.0&quot;])
       s.add_development_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
-      s.add_development_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.1.6&quot;])
-      s.add_development_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.3.0&quot;])
+      s.add_development_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.1.7&quot;])
+      s.add_development_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
     else
       s.add_dependency(%q&lt;rack&gt;, [&quot;~&gt; 1.0.0&quot;])
       s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
-      s.add_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.1.6&quot;])
-      s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.3.0&quot;])
+      s.add_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.1.7&quot;])
+      s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
     end
   else
     s.add_dependency(%q&lt;rack&gt;, [&quot;~&gt; 1.0.0&quot;])
     s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
-    s.add_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.1.6&quot;])
-    s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.3.0&quot;])
+    s.add_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.1.7&quot;])
+    s.add_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.4.0&quot;])
   end
 end</diff>
      <filename>innate.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module Innate
-  VERSION = &quot;2009.06.12&quot;
+  VERSION = &quot;2009.07&quot;
 end</diff>
      <filename>lib/innate/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ed8553297f91cf9e5ff5e4a341f52ce4052e556</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/jeremyz/innate/commit/03274f3d9a67f33a92250e5e24d63932be06809b</url>
  <id>03274f3d9a67f33a92250e5e24d63932be06809b</id>
  <committed-date>2009-07-18T20:02:21-07:00</committed-date>
  <authored-date>2009-07-18T20:02:21-07:00</authored-date>
  <message>Version 2009.07</message>
  <tree>19ffad7cf267d4375445a4a64f195bfe8b11d341</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
