README.md in cheminee-0.1.8 vs README.md in cheminee-0.1.9

- old
+ new

@@ -5,11 +5,11 @@ Cheminée: The Chemical Structure Search Engine This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0 -- Package version: 0.1.8 +- Package version: 0.1.9 - Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit [https://github.com/rdkit-rs/cheminee](https://github.com/rdkit-rs/cheminee) ## Installation @@ -22,19 +22,19 @@ ``` Then either install the gem locally: ```shell -gem install ./cheminee-0.1.8.gem +gem install ./cheminee-0.1.9.gem ``` -(for development, run `gem install --dev ./cheminee-0.1.8.gem` to install the development dependencies) +(for development, run `gem install --dev ./cheminee-0.1.9.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'cheminee', '~> 0.1.8' + gem 'cheminee', '~> 0.1.9' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile: