<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/fixtures/app/lib/tasks/.gitignore</filename>
    </added>
    <added>
      <filename>spec/fixtures/app/public/stylesheets/.gitignore</filename>
    </added>
    <added>
      <filename>spec/fixtures/app/test/fixtures/.gitignore</filename>
    </added>
    <added>
      <filename>spec/fixtures/app/test/functional/.gitignore</filename>
    </added>
    <added>
      <filename>spec/fixtures/app/test/integration/.gitignore</filename>
    </added>
    <added>
      <filename>spec/fixtures/app/test/unit/.gitignore</filename>
    </added>
    <added>
      <filename>spec/fixtures/app/tmp/.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
   s.date = %q{2009-05-25}
   s.description = %q{Rails plugin that provides an allow/deny DSL for controlling access}
   s.email = %q{jeremy.burks@gmail.com}
-  s.files = [&quot;LICENSE&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;rails/init.rb&quot;, &quot;lib/rails_doorman&quot;, &quot;lib/rails_doorman/helpers.rb&quot;, &quot;lib/rails_doorman/rule.rb&quot;, &quot;lib/rails_doorman.rb&quot;, &quot;spec/fixtures&quot;, &quot;spec/fixtures/app&quot;, &quot;spec/fixtures/app/app&quot;, &quot;spec/fixtures/app/app/controllers&quot;, &quot;spec/fixtures/app/app/controllers/access_control_by_host_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/access_control_by_user_agent_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allow_all_by_default_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_and_denied_roles_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_and_denied_users_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_role_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_role_with_only_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_user_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/application_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/denied_role_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/denied_user_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/deny_all_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/explicitly_allow_all_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/test_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/view_helpers_controller.rb&quot;, &quot;spec/fixtures/app/app/helpers&quot;, &quot;spec/fixtures/app/app/helpers/application_helper.rb&quot;, &quot;spec/fixtures/app/app/models&quot;, &quot;spec/fixtures/app/app/models/user.rb&quot;, &quot;spec/fixtures/app/app/views&quot;, &quot;spec/fixtures/app/app/views/layouts&quot;, &quot;spec/fixtures/app/app/views/layouts/application.html.erb&quot;, &quot;spec/fixtures/app/app/views/view_helpers&quot;, &quot;spec/fixtures/app/app/views/view_helpers/allow_via_role.html.erb&quot;, &quot;spec/fixtures/app/app/views/view_helpers/deny_via_role.html.erb&quot;, &quot;spec/fixtures/app/config&quot;, &quot;spec/fixtures/app/config/boot.rb&quot;, &quot;spec/fixtures/app/config/environment.rb&quot;, &quot;spec/fixtures/app/config/environments&quot;, &quot;spec/fixtures/app/config/environments/development.rb&quot;, &quot;spec/fixtures/app/config/environments/production.rb&quot;, &quot;spec/fixtures/app/config/environments/test.rb&quot;, &quot;spec/fixtures/app/config/initializers&quot;, &quot;spec/fixtures/app/config/initializers/backtrace_silencers.rb&quot;, &quot;spec/fixtures/app/config/initializers/inflections.rb&quot;, &quot;spec/fixtures/app/config/initializers/mime_types.rb&quot;, &quot;spec/fixtures/app/config/initializers/new_rails_defaults.rb&quot;, &quot;spec/fixtures/app/config/initializers/session_store.rb&quot;, &quot;spec/fixtures/app/config/locales&quot;, &quot;spec/fixtures/app/config/locales/en.yml&quot;, &quot;spec/fixtures/app/config/routes.rb&quot;, &quot;spec/fixtures/app/db&quot;, &quot;spec/fixtures/app/db/foo.txt&quot;, &quot;spec/fixtures/app/doc&quot;, &quot;spec/fixtures/app/doc/README_FOR_APP&quot;, &quot;spec/fixtures/app/lib&quot;, &quot;spec/fixtures/app/lib/foo.txt&quot;, &quot;spec/fixtures/app/lib/tasks&quot;, &quot;spec/fixtures/app/log&quot;, &quot;spec/fixtures/app/log/test.log&quot;, &quot;spec/fixtures/app/public&quot;, &quot;spec/fixtures/app/public/404.html&quot;, &quot;spec/fixtures/app/public/422.html&quot;, &quot;spec/fixtures/app/public/500.html&quot;, &quot;spec/fixtures/app/public/favicon.ico&quot;, &quot;spec/fixtures/app/public/images&quot;, &quot;spec/fixtures/app/public/images/rails.png&quot;, &quot;spec/fixtures/app/public/javascripts&quot;, &quot;spec/fixtures/app/public/javascripts/application.js&quot;, &quot;spec/fixtures/app/public/javascripts/controls.js&quot;, &quot;spec/fixtures/app/public/javascripts/dragdrop.js&quot;, &quot;spec/fixtures/app/public/javascripts/effects.js&quot;, &quot;spec/fixtures/app/public/javascripts/prototype.js&quot;, &quot;spec/fixtures/app/public/robots.txt&quot;, &quot;spec/fixtures/app/public/stylesheets&quot;, &quot;spec/fixtures/app/Rakefile&quot;, &quot;spec/fixtures/app/README&quot;, &quot;spec/fixtures/app/script&quot;, &quot;spec/fixtures/app/script/about&quot;, &quot;spec/fixtures/app/script/console&quot;, &quot;spec/fixtures/app/script/dbconsole&quot;, &quot;spec/fixtures/app/script/destroy&quot;, &quot;spec/fixtures/app/script/generate&quot;, &quot;spec/fixtures/app/script/performance&quot;, &quot;spec/fixtures/app/script/performance/benchmarker&quot;, &quot;spec/fixtures/app/script/performance/profiler&quot;, &quot;spec/fixtures/app/script/plugin&quot;, &quot;spec/fixtures/app/script/runner&quot;, &quot;spec/fixtures/app/script/server&quot;, &quot;spec/fixtures/app/test&quot;, &quot;spec/fixtures/app/test/fixtures&quot;, &quot;spec/fixtures/app/test/functional&quot;, &quot;spec/fixtures/app/test/integration&quot;, &quot;spec/fixtures/app/test/performance&quot;, &quot;spec/fixtures/app/test/performance/browsing_test.rb&quot;, &quot;spec/fixtures/app/test/test_helper.rb&quot;, &quot;spec/fixtures/app/test/unit&quot;, &quot;spec/fixtures/app/tmp&quot;, &quot;spec/fixtures/app/vendor&quot;, &quot;spec/fixtures/app/vendor/plugins&quot;, &quot;spec/fixtures/app/vendor/plugins/doorman&quot;, &quot;spec/fixtures/app/vendor/plugins/doorman/init.rb&quot;, &quot;spec/rails_doorman&quot;, &quot;spec/rails_doorman/class_methods_spec.rb&quot;, &quot;spec/rails_doorman/rule_spec.rb&quot;, &quot;spec/spec_helper.rb&quot;, &quot;features/doorman.feature&quot;, &quot;features/step_definitions&quot;, &quot;features/step_definitions/common_steps.rb&quot;, &quot;features/step_definitions/webrat_steps.rb&quot;, &quot;features/support&quot;, &quot;features/support/authorized_matcher.rb&quot;, &quot;features/support/env.rb&quot;, &quot;features/support/paths.rb&quot;, &quot;features/support/unauthorized_matcher.rb&quot;]
+  s.files = [&quot;LICENSE&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;rails/init.rb&quot;, &quot;lib/rails_doorman&quot;, &quot;lib/rails_doorman/helpers.rb&quot;, &quot;lib/rails_doorman/rule.rb&quot;, &quot;lib/rails_doorman.rb&quot;, &quot;spec/fixtures&quot;, &quot;spec/fixtures/app&quot;, &quot;spec/fixtures/app/app&quot;, &quot;spec/fixtures/app/app/controllers&quot;, &quot;spec/fixtures/app/app/controllers/access_control_by_host_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/access_control_by_user_agent_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allow_all_by_default_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_and_denied_roles_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_and_denied_users_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_role_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_role_with_only_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/allowed_user_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/application_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/denied_role_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/denied_user_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/deny_all_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/explicitly_allow_all_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/test_controller.rb&quot;, &quot;spec/fixtures/app/app/controllers/view_helpers_controller.rb&quot;, &quot;spec/fixtures/app/app/helpers&quot;, &quot;spec/fixtures/app/app/helpers/application_helper.rb&quot;, &quot;spec/fixtures/app/app/models&quot;, &quot;spec/fixtures/app/app/models/user.rb&quot;, &quot;spec/fixtures/app/app/views&quot;, &quot;spec/fixtures/app/app/views/layouts&quot;, &quot;spec/fixtures/app/app/views/layouts/application.html.erb&quot;, &quot;spec/fixtures/app/app/views/view_helpers&quot;, &quot;spec/fixtures/app/app/views/view_helpers/allow_via_role.html.erb&quot;, &quot;spec/fixtures/app/app/views/view_helpers/deny_via_role.html.erb&quot;, &quot;spec/fixtures/app/config&quot;, &quot;spec/fixtures/app/config/boot.rb&quot;, &quot;spec/fixtures/app/config/environment.rb&quot;, &quot;spec/fixtures/app/config/environments&quot;, &quot;spec/fixtures/app/config/environments/development.rb&quot;, &quot;spec/fixtures/app/config/environments/production.rb&quot;, &quot;spec/fixtures/app/config/environments/test.rb&quot;, &quot;spec/fixtures/app/config/initializers&quot;, &quot;spec/fixtures/app/config/initializers/backtrace_silencers.rb&quot;, &quot;spec/fixtures/app/config/initializers/inflections.rb&quot;, &quot;spec/fixtures/app/config/initializers/mime_types.rb&quot;, &quot;spec/fixtures/app/config/initializers/new_rails_defaults.rb&quot;, &quot;spec/fixtures/app/config/initializers/session_store.rb&quot;, &quot;spec/fixtures/app/config/locales&quot;, &quot;spec/fixtures/app/config/locales/en.yml&quot;, &quot;spec/fixtures/app/config/routes.rb&quot;, &quot;spec/fixtures/app/db&quot;, &quot;spec/fixtures/app/db/foo.txt&quot;, &quot;spec/fixtures/app/doc&quot;, &quot;spec/fixtures/app/doc/README_FOR_APP&quot;, &quot;spec/fixtures/app/lib&quot;, &quot;spec/fixtures/app/lib/tasks&quot;, &quot;spec/fixtures/app/log&quot;, &quot;spec/fixtures/app/log/test.log&quot;, &quot;spec/fixtures/app/public&quot;, &quot;spec/fixtures/app/public/404.html&quot;, &quot;spec/fixtures/app/public/422.html&quot;, &quot;spec/fixtures/app/public/500.html&quot;, &quot;spec/fixtures/app/public/favicon.ico&quot;, &quot;spec/fixtures/app/public/images&quot;, &quot;spec/fixtures/app/public/images/rails.png&quot;, &quot;spec/fixtures/app/public/javascripts&quot;, &quot;spec/fixtures/app/public/javascripts/application.js&quot;, &quot;spec/fixtures/app/public/javascripts/controls.js&quot;, &quot;spec/fixtures/app/public/javascripts/dragdrop.js&quot;, &quot;spec/fixtures/app/public/javascripts/effects.js&quot;, &quot;spec/fixtures/app/public/javascripts/prototype.js&quot;, &quot;spec/fixtures/app/public/robots.txt&quot;, &quot;spec/fixtures/app/public/stylesheets&quot;, &quot;spec/fixtures/app/Rakefile&quot;, &quot;spec/fixtures/app/README&quot;, &quot;spec/fixtures/app/script&quot;, &quot;spec/fixtures/app/script/about&quot;, &quot;spec/fixtures/app/script/console&quot;, &quot;spec/fixtures/app/script/dbconsole&quot;, &quot;spec/fixtures/app/script/destroy&quot;, &quot;spec/fixtures/app/script/generate&quot;, &quot;spec/fixtures/app/script/performance&quot;, &quot;spec/fixtures/app/script/performance/benchmarker&quot;, &quot;spec/fixtures/app/script/performance/profiler&quot;, &quot;spec/fixtures/app/script/plugin&quot;, &quot;spec/fixtures/app/script/runner&quot;, &quot;spec/fixtures/app/script/server&quot;, &quot;spec/fixtures/app/test&quot;, &quot;spec/fixtures/app/test/fixtures&quot;, &quot;spec/fixtures/app/test/functional&quot;, &quot;spec/fixtures/app/test/integration&quot;, &quot;spec/fixtures/app/test/performance&quot;, &quot;spec/fixtures/app/test/performance/browsing_test.rb&quot;, &quot;spec/fixtures/app/test/test_helper.rb&quot;, &quot;spec/fixtures/app/test/unit&quot;, &quot;spec/fixtures/app/tmp&quot;, &quot;spec/fixtures/app/vendor&quot;, &quot;spec/fixtures/app/vendor/plugins&quot;, &quot;spec/fixtures/app/vendor/plugins/doorman&quot;, &quot;spec/fixtures/app/vendor/plugins/doorman/init.rb&quot;, &quot;spec/rails_doorman&quot;, &quot;spec/rails_doorman/class_methods_spec.rb&quot;, &quot;spec/rails_doorman/rule_spec.rb&quot;, &quot;spec/spec_helper.rb&quot;, &quot;features/doorman.feature&quot;, &quot;features/step_definitions&quot;, &quot;features/step_definitions/common_steps.rb&quot;, &quot;features/step_definitions/webrat_steps.rb&quot;, &quot;features/support&quot;, &quot;features/support/authorized_matcher.rb&quot;, &quot;features/support/env.rb&quot;, &quot;features/support/paths.rb&quot;, &quot;features/support/unauthorized_matcher.rb&quot;]
   s.homepage = %q{http://github.com/jrun/rails_doorman/}
   s.require_paths = [&quot;lib&quot;]
   s.rubygems_version = %q{1.3.3}</diff>
      <filename>rails_doorman.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>spec/fixtures/app/lib/foo.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>80afb6a176f90911ce7c3705c20f30c640344247</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Burks</name>
    <email>jeremy.burks@gmail.com</email>
  </author>
  <url>http://github.com/jrun/rails_doorman/commit/00c5bec02a54a69fb6c3f241e335e9b47c8fbb12</url>
  <id>00c5bec02a54a69fb6c3f241e335e9b47c8fbb12</id>
  <committed-date>2009-05-25T08:34:33-07:00</committed-date>
  <authored-date>2009-05-25T08:34:33-07:00</authored-date>
  <message>aaahhh, git and its empty directories</message>
  <tree>ea60e40302869f474cc95952b6dcc9baced4167b</tree>
  <committer>
    <name>Jeremy Burks</name>
    <email>jeremy.burks@gmail.com</email>
  </committer>
</commit>
