README.markdown in google_contacts_api-0.3.2 vs README.markdown in google_contacts_api-0.3.3
- old
+ new
@@ -2,12 +2,16 @@
An unofficial Google Contacts API for ruby. Might not be stable (but probably is).
## Do the tests pass?
-[![Build Status](https://travis-ci.org/[YOUR_GITHUB_USERNAME]/[YOUR_PROJECT_NAME].png)](https://travis-ci.org/[YOUR_GITHUB_USERNAME]/[YOUR_PROJECT_NAME])
+[![Build Status](https://travis-ci.org/aliang/google_contacts_api.png)](https://travis-ci.org/aliang/google_contacts_api)
+## Upgrading
+
+Right now upgrading should just work, barring any bugs in my implementation. In the next major version I will probably drop (or at least stop maintaining) support for OAuth::AccessToken objects and depend directly on the [oauth2](https://github.com/intridea/oauth2) gem.
+
## Usage
You need to provide an OAuth client, with access token, from an OAuth access library to this library. I've tested it with OAuth::AccessToken from the [oauth-ruby](https://github.com/oauth/oauth-ruby) gem and an OAuth2::AccessToken from the [oauth2](https://github.com/intridea/oauth2) gem. I'm guessing there would be a few small changes in implementation details of the GoogleContactsApi::Api class if you use another library, mostly to change how the base get/post/put/delete methods work.
Then you can instantiate a GoogleContactsApi::Api object for direct posting and parsing, or a
@@ -57,8 +61,8 @@
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
## Copyright
-Copyright (c) 2011 Alvin Liang. See LICENSE.txt for further details.
+Copyright (c) 2011-13 Alvin Liang. See LICENSE.txt for further details.
Some code based on a few bugfixes in lfittl and fraudpointer forks.
\ No newline at end of file