README.rdoc in oauth2_mac_client-0.0.1 vs README.rdoc in oauth2_mac_client-0.0.2

- old
+ new

@@ -1,14 +1,19 @@ +{<img src="https://secure.travis-ci.org/herestomwiththeweather/oauth2_mac_client.png" alt="Build Status" />}[http://travis-ci.org/herestomwiththeweather/oauth2_mac_client] + = oauth2_mac_client OAuth 2.0 MAC Client Library. +This library does not include an HTTP client so that the choice is left to the developer. Thanks to nov for rack-oauth2 library! You can quickly try out the code: https://gist.github.com/2024309 + == Installation gem install oauth2_mac_client == Resources +* Sample code using Net::HTTP (https://gist.github.com/2024309) * View Source on GitHub (https://github.com/herestomwiththeweather/oauth2_mac_client) * Report Issues on GitHub (https://github.com/herestomwiththeweather/oauth2_mac_client/issues) == Copyright