summaryrefslogtreecommitdiff
path: root/security/ruby-oauth
AgeCommit message (Collapse)AuthorFilesLines
2012-09-06Update ruby-oauth to 0.4.7.obache2-6/+6
=== 0.4.7 2012-09-03 * Fix merging paths if the path is not empty * Set a configurable timeout for all requests (Rick Olson) * Fix nested hash params in Consumer#request (Ernie Miller)
2012-04-22Update ruby-oauth to 0.4.6.obache2-6/+6
=== 0.4.6 2012-04-21 * Fixed nested attributes in #normalize (Shaliko Usubov) * Make use the path component of the :site parameter (Jonathon M. Abbott) * Fixed post body's being dropped in 1.9 (Steven Hammond) * Fixed PUT request handling (Anton Panasenko)
2011-07-11Update ruby-oauth to 0.4.5.obache3-11/+10
=== 0.4.5 2011-06-25 * Add explicit require for rsa/sha1 (Juris Galang) * Use webmock to mock all http-requests in tests (Adrian Feldman) * Add gemtest support (Adrian Feldman) * Fix POST Requests with Typhoeus proxy (niedhui) * Mention Typhoeus require in the README (Kim Ahlström) * Fix incorrect hardcoded port (Ian Taylor) * Use Net::HTTPGenericRequest (Jakub Kuźma)
2011-02-25Use --format-executable to avoid conflicts with ruby variants each other.obache3-3/+7
Bump PKGREVISION.
2010-11-01Update ruby-oauth to 0.4.4.obache2-6/+6
=== 0.4.4 2010-10-31 * Fix LoadError rescue in tests: return can't be used in this context (Hans de G raaff) * HTTP headers should be strings. (seancribbs) * ensure consumer uri gets set back to original config even if an error occurs (Brian Finney) * Yahoo uses & to split records in OAuth headers (Brian Finney) * Added support for Rails 3 in client/action_controller_request (Pelle)
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+2
* Remove default value of GEM_BUILD.
2010-09-02Update ruby-oauth to 0.4.3.obache2-6/+6
== 0.4.3 2010-09-01 * Fix for em-http proxy (ichverstehe)
2010-08-14Update ruby-oauth to 0.4.2.obache3-7/+9
== 0.4.2 2010-08-13 * Fixed compatibility with Ruby 1.9.2 (ecavazos) * Fixed the em-http request proxy (Joshua Hull) * Fix for oauth proxy string manipulation (Jakub Suder) * Added Bundler (rc) Gemfile for easier dev/testing
2010-08-03Update ruby-oauth to 0.4.1.obache2-6/+7
== 0.4.1 2010-06-16 * Added support for using OAuth with proxies (Marsh Gardiner) * Rails 3 Compatibility fixes (Pelle Braendgaard) * Fixed load errors on tests for missing (non-required) libraries
2010-05-16Import ruby-oauth-0.4.0 as security/ruby-oauth.obache4-0/+111
This is a RubyGem for implementing both OAuth clients and servers in Ruby applications.