<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/huberry/proxy/action_controller/abstract_request.rb</filename>
    </added>
    <added>
      <filename>lib/huberry/proxy/action_controller/base.rb</filename>
    </added>
    <added>
      <filename>lib/huberry/proxy/action_controller/named_route_collection.rb</filename>
    </added>
    <added>
      <filename>lib/huberry/proxy/action_controller/url_rewriter.rb</filename>
    </added>
    <added>
      <filename>lib/huberry/proxy/action_view/url_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
+2009-01-08 - Sean Huber (shuber@huberry.com)
+  * Add Proxy namespace
+
 2008-12-09 - Sean Huber (shuber@huberry.com)
   * Update README
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-require_dependency File.dirname(__FILE__) + '/lib/proxy'
\ No newline at end of file
+require_dependency 'proxy'
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,11 @@
-require 'huberry/action_controller/abstract_request'
-require 'huberry/action_controller/base'
-require 'huberry/action_controller/named_route_collection'
-require 'huberry/action_controller/url_rewriter'
-require 'huberry/action_view/url_helper'
+require 'huberry/proxy/action_controller/abstract_request'
+require 'huberry/proxy/action_controller/base'
+require 'huberry/proxy/action_controller/named_route_collection'
+require 'huberry/proxy/action_controller/url_rewriter'
+require 'huberry/proxy/action_view/url_helper'
 
-ActionController::AbstractRequest.send :include, Huberry::ActionController::AbstractRequest
-ActionController::Base.send :include, Huberry::ActionController::Base
-ActionController::Routing::RouteSet::NamedRouteCollection.send :include, Huberry::ActionController::NamedRouteCollection
-ActionController::UrlRewriter.send :include, Huberry::ActionController::UrlRewriter
-ActionView::Base.send :include, Huberry::ActionView::UrlHelper
\ No newline at end of file
+ActionController::AbstractRequest.send :include, Huberry::Proxy::ActionController::AbstractRequest
+ActionController::Base.send :include, Huberry::Proxy::ActionController::Base
+ActionController::Routing::RouteSet::NamedRouteCollection.send :include, Huberry::Proxy::ActionController::NamedRouteCollection
+ActionController::UrlRewriter.send :include, Huberry::Proxy::ActionController::UrlRewriter
+ActionView::Base.send :include, Huberry::Proxy::ActionView::UrlHelper
\ No newline at end of file</diff>
      <filename>lib/proxy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name    = 'proxy'
-  s.version = '1.2.1'
-  s.date    = '2008-11-14'
+  s.version = '1.2.2'
+  s.date    = '2009-01-08'
   
   s.summary     = 'A gem/plugin that allows rails applications to dynamically respond to proxied requests'
   s.description = 'A gem/plugin that allows rails applications to dynamically respond to proxied requests by detecting forwarded host/uri headers and setting the session domain, default host, and relative url root'
@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
   s.files = %w(
     CHANGELOG
     init.rb
-    lib/huberry/action_controller/abstract_request.rb
-    lib/huberry/action_controller/base.rb
-    lib/huberry/action_controller/named_route_collection.rb
-    lib/huberry/action_controller/url_rewriter.rb
-    lib/huberry/action_view/url_helper.rb
+    lib/huberry/proxy/action_controller/abstract_request.rb
+    lib/huberry/proxy/action_controller/base.rb
+    lib/huberry/proxy/action_controller/named_route_collection.rb
+    lib/huberry/proxy/action_controller/url_rewriter.rb
+    lib/huberry/proxy/action_view/url_helper.rb
     lib/proxy.rb
     MIT-LICENSE
     Rakefile</diff>
      <filename>proxy.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/huberry/action_controller/abstract_request.rb</filename>
    </removed>
    <removed>
      <filename>lib/huberry/action_controller/base.rb</filename>
    </removed>
    <removed>
      <filename>lib/huberry/action_controller/named_route_collection.rb</filename>
    </removed>
    <removed>
      <filename>lib/huberry/action_controller/url_rewriter.rb</filename>
    </removed>
    <removed>
      <filename>lib/huberry/action_view/url_helper.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c880451b12e08964f488a0791a0e5fdb2293cc2f</id>
    </parent>
  </parents>
  <author>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </author>
  <url>http://github.com/shuber/proxy/commit/94971667abf5c9ee2755601d57f9318252a8e049</url>
  <id>94971667abf5c9ee2755601d57f9318252a8e049</id>
  <committed-date>2009-01-08T22:15:24-08:00</committed-date>
  <authored-date>2009-01-08T22:15:24-08:00</authored-date>
  <message>Add Proxy namespace</message>
  <tree>07659e22482af4d00913aafbeefa4bbdb4a6513d</tree>
  <committer>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </committer>
</commit>
