cheminee 0.1.51 → 0.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/cheminee/version.rb +1 -1
- data/pkg/cheminee-0.1.52.gem +0 -0
- metadata +2 -2
- data/pkg/cheminee-0.1.51.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10dff7d6833b0173050043face175874b19cd33b6ea0f630db2e191990d794f2
|
4
|
+
data.tar.gz: de43f96dd21b5d7b735496ca8d9d9487c80f14f6a4ea168b0be3201284a8e6f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c094914c25b79a4a732dd32d9950b21dd4a1cad4c0162803e1c8d36600c9ce62e3b0234400c51b734b73eba09ec7c97cedfc32a5fad90c0f7e91a890244f68bf
|
7
|
+
data.tar.gz: f03d2aa153e7b138efeed472eb4a40fbf01f51abce1e5aa2f8c2451d2d7b905a1deafbc5fcfd7ba68468b0bf542826637708fc7ddeb2a151a08b95667eb7de01
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Cheminée: The Chemical Structure Search Engine
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 1.0
|
10
|
-
- Package version: 0.1.
|
10
|
+
- Package version: 0.1.52
|
11
11
|
- Generator version: 7.11.0-SNAPSHOT
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
13
13
|
For more information, please visit [https://github.com/rdkit-rs/cheminee](https://github.com/rdkit-rs/cheminee)
|
@@ -25,16 +25,16 @@ gem build cheminee.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./cheminee-0.1.
|
28
|
+
gem install ./cheminee-0.1.52.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./cheminee-0.1.
|
31
|
+
(for development, run `gem install --dev ./cheminee-0.1.52.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'cheminee', '~> 0.1.
|
37
|
+
gem 'cheminee', '~> 0.1.52'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
data/lib/cheminee/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cheminee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.52
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Xavier Lange
|
@@ -154,7 +154,7 @@ files:
|
|
154
154
|
- lib/cheminee/version.rb
|
155
155
|
- openapi-generator-config.json
|
156
156
|
- openapi.json
|
157
|
-
- pkg/cheminee-0.1.
|
157
|
+
- pkg/cheminee-0.1.52.gem
|
158
158
|
- spec/api/default_api_spec.rb
|
159
159
|
- spec/api_client_spec.rb
|
160
160
|
- spec/configuration_spec.rb
|
data/pkg/cheminee-0.1.51.gem
DELETED
Binary file
|