2010-11-01 05:02:26 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-oauth to 0.4.4.
=== 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 09:45:56 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
|
2010-09-02 02:35:57 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-oauth to 0.4.3.
== 0.4.3 2010-09-01
* Fix for em-http proxy (ichverstehe)
|
2010-08-14 04:55:24 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-oauth to 0.4.2.
== 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-03 09:06:46 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-oauth to 0.4.1.
== 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-16 13:45:10 by OBATA Akio | Files touched by this commit (4) | |
Log message:
Import ruby-oauth-0.4.0 as security/ruby-oauth.
This is a RubyGem for implementing both OAuth clients and servers in Ruby
applications.
|