Added OAuth proxy support with RSpec examples.
commite025c02bc5506f20238479fcfbc9ffa133465b30
authorSusan Potter <me@susanpotter.net>
Tue, 7 Sep 2010 04:14:03 +0000 (6 23:14 -0500)
committerSusan Potter <me@susanpotter.net>
Tue, 7 Sep 2010 04:14:03 +0000 (6 23:14 -0500)
tree42bc1f8d5f2c87f96b8fe3c1c0a558c61b994074
parent1d8a731eb30d9c2539af1192275c23bbe8e49192
Added OAuth proxy support with RSpec examples.

* Added setting of proxy to OAuth consumer
* Added RSpec examples of constructing the proxy URL based on
  configuration settings
* Added Twitter::Configuration#proxy_protocol
* Set non-nil default for Twitter::Configuration#proxy_port (8080)
* Updated documentation for Twitter::Configuration
lib/twitter/client/base.rb
lib/twitter/config.rb
spec/twitter/client/base_spec.rb