README.rdoc in rat-hole-0.1.9 vs README.rdoc in rat-hole-0.1.10
- old
+ new
@@ -59,20 +59,21 @@
end
end
end
== INSTALL:
- * sudo gem install mikehale-rat-hole
+ * sudo gem install rat-hole
== How it Works
User Request --->
--- RatHoleProxy.process_user_request(rack_request) --->
<==========> OLD SERVER
<--- RatHoleProxy.process_server_response(rack_response, rack_request) ---
User Response <---
== TODO
+* Currently tests fail (and probably production things fail) with Rack > 1.0
* handle server down
* handle gziped content (accept-encoding, transfer-encoding)
* maybe use a pool of Net::HTTP connections to speed things up
* write up some rathole's for common tasks (logging)
* move to rspec?
@@ -80,14 +81,15 @@
* add caching? can apache do this for us?
== Credits
* Michael Hale (http://halethegeek.com)
* David Bogus
+* Nathaniel Talbott
== LICENSE
The MIT License
-Copyright (c) 2008-2009 Michael Hale & David Bogus
+Copyright (c) 2008-2010 Michael Hale & David Bogus & Nathaniel Talbott
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell