Skip to content

Commit

Permalink
changelog and authors
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/simplehttp/trunk@17 0af4886c-b8f6-4d8a-922d-87859854324b
  • Loading branch information
a2800276 committed Sep 21, 2008
1 parent ca798e2 commit 7294ce0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions AUTHORS
@@ -1,2 +1,3 @@
Tim Becker (tim@kuriositaet.de)
Minero Aoki (setup.rb)
* Tim Becker (tim@kuriositaet.de)
* Minero Aoki (setup.rb)
* Clint Pachl
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
= Sun Sep 21 18:29:20 CEST 2008
* changes to redirect handling
* bugfix make_query

= Wed Sep 26 16:25:55 2007
implemented +head+, +options+ and +trace+,
made filenames easier. 'simple_http' -> 'simplehttp'
Expand Down
2 changes: 1 addition & 1 deletion lib/simplehttp.rb
Expand Up @@ -46,7 +46,7 @@
# sh.get
class SimpleHttp

VERSION='0.1.2'
VERSION='0.1.3'

attr_accessor :proxy_host, :proxy_port, :proxy_user, :proxy_pwd, :uri, :request_headers, :response_headers, :response_handlers, :follow_num_redirects
RESPONSE_HANDLERS = {
Expand Down

0 comments on commit 7294ce0

Please sign in to comment.