Clarify versions in readme & migrating guides
This commit is contained in:
parent
75fea23df2
commit
9efb39e7b8
|
@ -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
|
||||
|
|
12
README.md
12
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
|
||||
|
|
Loading…
Reference in New Issue