README.md in openactive-0.1.2 vs README.md in openactive-0.2.0
- old
+ new
@@ -1,11 +1,13 @@
-# openactive gem - Ruby implementation of OpenActive's data model
+# openactive gem - Ruby implementation of OpenActive's data model [![Tests](https://github.com/openactive/models-ruby/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/openactive/models-ruby/actions/workflows/tests.yaml)
Ruby Models for the OpenActive Opportunity and Booking Specifications
OpenActive aims to provide model files for all classes defined in its Opportunity and Booking specifications across the PHP, Ruby, and .NET languages. This repository is intended for the Ruby files; see also the [PHP](https://github.com/openactive/models-php) and [.NET](https://github.com/openactive/OpenActive.NET) implementations.
+Additional documentation can be found at https://www.rubydoc.info/gems/openactive/.
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -244,5 +246,8 @@
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/openactive/models-ruby.
+
+### Updating models
+A guide is provided in [UPDATING.md](UPDATING.md)