<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,14 +4,14 @@ This simple plugin will register exception classes for all HTTP status. These ex
 which a response will be send back to the client with the desired HTTP status, possible with some other content.
 
 You can use this plugin to access control mechanisms. You can simply raise a HTTPStatus::Forbidden if a user is not allowed to
-perform a certain action. A nice looking error page will be the result. See the example below 
+perform a certain action. A nice looking error page will be the result. See the example below:
 
 See the project wiki (http://github.com/wvanbergen/http_status_exceptions/wikis) for additional documentation.
 
 == Installation
 
 Installation is simple. Simply add the gem in your &lt;tt&gt;environment.rb&lt;/tt&gt;:
-  
+
   Rails::Initializer.run do |config|
     ...
     config.gem 'wvanbergen-http_status_exceptions', :lib =&gt; 'http_status_exceptions', :source =&gt; 'http://gems.github.com'
@@ -22,12 +22,12 @@ Run &lt;tt&gt;rake gems:install&lt;/tt&gt; to install the gem if needed.
 == Configuration
 
 You can modify where HTTP status exception looks for its template files like so:
-  
+
   class ApplicationController &lt; ActionController::Base
     ...
     HTTPStatus::Base.template_path = 'path_to/http_status_templates'
   end
-  
+
 You can also modify which layout is used when rendering a template by setting the &lt;tt&gt;template_layout&lt;/tt&gt;:
 
   class ApplicationController &lt; ActionController::Base
@@ -56,5 +56,5 @@ to the response as well, create the following view: &lt;tt&gt;shared/http_status/forbi
   &lt;hr /&gt;
   &lt;p&gt;HTTP status code &lt;small&gt; &lt;%= @exception.status_code %&gt;: &lt;%= @exception.status.to_s.humanize %&gt;&lt;/small&gt;&lt;/p&gt;
 
-The response will only be sent if the request format is HTML because of the name of the view file. In theory you 
+The response will only be sent if the request format is HTML because of the name of the view file. In theory you
 could make a response for XML requests as well by using &lt;tt&gt;shared/http_status/forbidden.xml.builder&lt;/tt&gt; as filename</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 Dir[File.dirname(__FILE__) + &quot;/tasks/*.rake&quot;].each { |file| load(file) }
 
-GithubGem::RakeTasks.new(:gem) 
+GithubGem::RakeTasks.new(:gem)
 
 task :default =&gt; :spec</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,17 +2,17 @@ Gem::Specification.new do |s|
   s.name    = 'http_status_exceptions'
   s.version = &quot;0.1.6&quot;
   s.date    = &quot;2009-09-26&quot;
-  
+
   s.summary     = &quot;A Rails plugin to use exceptions for generating HTTP status responses&quot;
   s.description = &quot;Clean up your controller code by raising exceptions that generate responses with different HTTP status codes.&quot;
-  
+
   s.add_runtime_dependency('action_controller')
   s.add_development_dependency('rspec')
-  
+
   s.authors  = ['Willem van Bergen']
   s.email    = ['willem@vanbergen.org']
   s.homepage = 'http://github.com/wvanbergen/http_status_exceptions/wikis'
-  
+
   s.files      = %w(spec/spec_helper.rb http_status_exceptions.gemspec .gitignore init.rb lib/http_status_exceptions.rb Rakefile MIT-LICENSE tasks/github-gem.rake README.rdoc spec/http_status_exception_spec.rb)
   s.test_files = %w(spec/http_status_exception_spec.rb)
 end
\ No newline at end of file</diff>
      <filename>http_status_exceptions.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a50f160359a14df515db745d6abf197de8eebfec</id>
    </parent>
  </parents>
  <author>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </author>
  <url>http://github.com/wvanbergen/http_status_exceptions/commit/84a821b0b9b8435bc2748f9ef891c85cc93c192e</url>
  <id>84a821b0b9b8435bc2748f9ef891c85cc93c192e</id>
  <committed-date>2009-09-26T05:46:31-07:00</committed-date>
  <authored-date>2009-09-26T05:46:31-07:00</authored-date>
  <message>Whitespace fixing.</message>
  <tree>b3bf430ba6f4be945dc045a0a8d249d9950b9633</tree>
  <committer>
    <name>Willem van Bergen</name>
    <email>willem@vanbergen.org</email>
  </committer>
</commit>
