README.md in ably-0.8.2 vs README.md in ably-0.8.3
- old
+ new
@@ -185,11 +185,11 @@
token_details = client.auth.request_token
# => #<Ably::Models::TokenDetails ...>
token_details.token # => "xVLyHw.CLchevH3hF....MDh9ZC_Q"
client = Ably::Rest.new(token: token_details.token)
-token = client.auth.create_token_request
+token = client.auth.create_token_request(token_params: { ttl: 3600 })
# => {"id"=>...,
# "clientId"=>nil,
# "ttl"=>3600,
# "timestamp"=>...,
# "capability"=>"{\"*\":[\"*\"]}",
@@ -213,14 +213,18 @@
## Dependencies
If you only need to use the REST features of this library and do not want EventMachine as a dependency, then you should use the [Ably Ruby REST gem](https://rubygems.org/gems/ably-rest).
-## Support and feedback
+## Support, feedback and troubleshooting
-Please visit https://support.ably.io/ for access to our knowledgebase and to ask for any assistance.
+Please visit http://support.ably.io/ for access to our knowledgebase and to ask for any assistance.
+You can also view the [community reported Github issues](https://github.com/ably/ably-ruby/issues).
+
+To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md).
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
@@ -228,6 +232,6 @@
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## License
-Copyright (c) 2015 Ably, Licensed under an MIT license. Refer to [LICENSE.txt](LICENSE.txt) for the license terms.
+Copyright (c) 2015 Ably Real-time Ltd, Licensed under the Apache License, Version 2.0. Refer to [LICENSE](LICENSE) for the license terms.