Changelog for
ruby2.5-rubygem-oauth-0.5.4-5.1.x86_64.rpm :
Thu Dec 14 13:00:00 2017 cooloAATTsuse.com
- updated to version 0.5.4
no changelog found
Tue May 30 14:00:00 2017 cooloAATTsuse.com
- updated to version 0.5.3
no changelog found
Tue May 23 14:00:00 2017 cooloAATTsuse.com
- updated to version 0.5.2
no changelog found
Wed Mar 2 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.5.1
no changelog found
Sun Feb 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.5.0
HISTORY removed upstream
Tue Sep 4 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.4.7
* 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)
Wed Aug 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.4.6
Fri Oct 7 14:00:00 2011 fcastelliAATTsuse.com
- Added \'Provides\' statement
Tue Aug 2 14:00:00 2011 fcastelliAATTnovell.com
- Upgrade to version 0.4.5
* 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)
* Fix LoadError rescue in tests: return can\'t be used in this context (Hans de Graaff)
* 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)
* Fix for em-http proxy (ichverstehe)
* 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
* 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
Tue May 10 14:00:00 2011 visnovAATTsuse.cz
- license is MIT
Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 0.4.0
- Added computation of oauth_body_hash as per OAuth Request Body
Hash 1.0 Draft 4 (Michael Reinsch)
- Added the optional `oauth_session_handle` parameter for the
Yahoo implementation (Will Bailey)
- Better marshalling implementation (Yoan Blanc)
- Added optional block to OAuth::Consumer.get_
*_token (Neill
Pearman)
- Exclude `oauth_callback` with :exclude_callback (Neill Pearman)
- Strip extraneous spaces and line breaks from access_token
responses (observed in the wild with Yahoo!\'s OAuth+OpenID
hybrid) (Eric Hartmann)
- Stop double-escaping PLAINTEXT signatures (Jimmy Zimmerman)
- OAuth::Client::Helper won\'t override the specified
`oauth_version` (Philip Kromer)
- Support for Ruby 1.9 (Aaron Quint, Corey Donahoe, et al)
- Fixed an encoding / multibyte issue (成田 一生)
- Replaced hoe with Jeweler (Aaron Quint)
- Support for Typhoeus (Bill Kocik)
- Support for em-http (EventMachine) (Darcy Laycock)
- Support for curb (André Luis Leal Cardoso Junior)
- New website (Aaron Quint)
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Sat Nov 14 13:00:00 2009 mrueckertAATTsuse.de
- remove development requires from the spec
Thu Oct 1 14:00:00 2009 mrueckertAATTsuse.de
- update to version 0.3.6
- Added -B CLI option to use the :body authentication scheme
(Seth)
- Respect `--method` in `authorize` CLI command (Seth)
- Support POST and PUT with raw bodies (Yu-Shan Fung et al)
- Test clean-up (Xavier Shay, Hannes Tydén)
- Added :ca_file consumer option to allow consumer specific
certificate override. (Pelle)
Thu Aug 13 14:00:00 2009 aduffeckAATTsuse.de
- initial package