diff --git a/MIGRATING.md b/MIGRATING.md index 81ad72f6a..b0f99b2f4 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -11,7 +11,7 @@ to foo.to_json(user_options: { skip_undefined: true }) ``` -# Migrating from version `0.8.x` to `0.9` +# Migrating from version `0.8.x` to `0.9` or above Many changes and improvements have been made to the `google-api-ruby-client` library to bring it to `0.9`. If you are starting a new project or haven't used diff --git a/README.md b/README.md index 1b9b19a8f..839cc81a5 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ changes when necessary. ## Migrating from 0.8.x -Version 0.9 is not compatible with previous versions. See [MIGRATING](MIGRATING.md) for additional details on how to -migrate to the latest version. +See [MIGRATING](MIGRATING.md) for additional details on how to migrate to the latest version. ## Installation @@ -284,14 +283,11 @@ The second is to set the environment variable `GOOGLE_API_USE_RAILS_LOGGER` to a ## Samples -Samples for versions 0.9 and onward can be found in the `samples` directory. +See the [samples](samples) for examples on how to use the client library for various +services. + Contributions for additional samples are welcome. See [CONTRIBUTING](CONTRIBUTING.md). -Samples for previous versions can be found in the -[samples](samples) -folder. - - ## Generating APIs For [Cloud Endpoints](https://cloud.google.com/endpoints/) or other APIs not included in the gem, ruby code can be