cheminee 0.1.8 → 0.1.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee0ceb36fe435237396b9dc8715486cbfcdcd3ddfc86e61ea70a6b5b5598d105
4
- data.tar.gz: 327b45c0faa2ac0ddf207a8a680a0c2de69cf743c0e885a81f5ff686cddfde1f
3
+ metadata.gz: f1e267732b5d7d5b6faba0013be5f4cb310396b76cb1195ec3971f7cdc10260b
4
+ data.tar.gz: 7d7f8497eb560d6256da02c11d63a17ed6907661e83b4670598ca4d79d9c7157
5
5
  SHA512:
6
- metadata.gz: 8e7e699fdb06758c141f942e251921795e920fc99e5592769dc402fe7c23ea1dcd10c84ef0e18af957ccb0acaa500988db53d5cb6b30ea41605ae41741e407b8
7
- data.tar.gz: b16a1d7f4c208a1989d2a54668fbf0a8e75d354e074dfe24d9e5368f4397a42bfb59924cdee75f4ae1bd3a3d42aededdec58c3baf514e7746a328a83a73d2fd5
6
+ metadata.gz: ed7a768035e8233b701df59540811f564191825d3a2ea76ea60d7425d5b35ac5e1af3b33046f56c5b8dd7a2f430d4ec9ea162d09d51440b54b09c98521d763a2
7
+ data.tar.gz: d050338db8bdab6415497ea59b7e319ededf715111f95b5536ca2d2d15397e2a47aefa167c52a46f2902b1928aeddcd471b9da4b7d90a202732ed7d2a3008093
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cheminee (0.1.8)
4
+ cheminee (0.1.9)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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.8
10
+ - Package version: 0.1.9
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://github.com/rdkit-rs/cheminee](https://github.com/rdkit-rs/cheminee)
13
13
 
@@ -24,16 +24,16 @@ gem build cheminee.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./cheminee-0.1.8.gem
27
+ gem install ./cheminee-0.1.9.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./cheminee-0.1.8.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./cheminee-0.1.9.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'cheminee', '~> 0.1.8'
36
+ gem 'cheminee', '~> 0.1.9'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.1.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Cheminee
14
- VERSION = '0.1.8'
14
+ VERSION = '0.1.9'
15
15
  end
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Lange
@@ -98,7 +98,7 @@ files:
98
98
  - lib/cheminee/version.rb
99
99
  - openapi-generator-config.json
100
100
  - openapi.json
101
- - pkg/cheminee-0.1.8.gem
101
+ - pkg/cheminee-0.1.9.gem
102
102
  - spec/api/default_api_spec.rb
103
103
  - spec/api_client_spec.rb
104
104
  - spec/configuration_spec.rb
Binary file