cheminee 0.1.50 → 0.1.51

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: f1f32434d2bb34114d69678e0a9c09e969cdb693018e97021c9e2d0375012619
4
- data.tar.gz: 4121b09ed28db9a94b78a383bb8847ed36ccc4646c90da84e7ba61171486a96b
3
+ metadata.gz: 76a0b4d78dab10a367df1c9f8844e040bc5f68c0d79cc0b11b1eb207c5d8cc91
4
+ data.tar.gz: f2cbbc1d97faf9d831f134c7369b35458f448e88f1aae854a8952fca09e07195
5
5
  SHA512:
6
- metadata.gz: 364766a7ace642d049e3feb8914f5a40bf856094311defe65dbe485d33a1859f6abf7f92e76a99df61e9a34e4158846ad5faec16070790a3431c85ea3d454640
7
- data.tar.gz: 492917e44f44e610f72f9a8b056b9574dd0ff0974d99aa06cfb9234dc6af51790b148ad3b10b40988bc7445b3f049ed472e3b51d333ccef63ea4e103c604c7aa
6
+ metadata.gz: 60560ce005ab04f79920d9751c6bea62f4346754464f353f658e74da1a102e46c9e552b3a3a6a7f5a9fea7bd16bf8262f9c689a246795dd1e843b8d10a77c695
7
+ data.tar.gz: b6118aae568b552b42cb7d1b3de9d15daadb3016f122f12c898c93f74ad70b84e2e86f03f64aaad88bca9218e47a1ba6e7119cdd711f8a015d082f8562d3df95
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cheminee (0.1.50)
4
+ cheminee (0.1.51)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
  marcel
@@ -24,7 +24,7 @@ GEM
24
24
  net-http (>= 0.5.0)
25
25
  jaro_winkler (1.5.6)
26
26
  json (2.9.1)
27
- logger (1.6.4)
27
+ logger (1.6.5)
28
28
  marcel (1.0.4)
29
29
  method_source (1.1.0)
30
30
  multipart-post (2.4.1)
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.50
10
+ - Package version: 0.1.51
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.50.gem
28
+ gem install ./cheminee-0.1.51.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./cheminee-0.1.50.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./cheminee-0.1.51.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.50'
37
+ gem 'cheminee', '~> 0.1.51'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -11,5 +11,5 @@ Generator version: 7.11.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Cheminee
14
- VERSION = '0.1.50'
14
+ VERSION = '0.1.51'
15
15
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheminee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.50
4
+ version: 0.1.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -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.50.gem
157
+ - pkg/cheminee-0.1.51.gem
158
158
  - spec/api/default_api_spec.rb
159
159
  - spec/api_client_spec.rb
160
160
  - spec/configuration_spec.rb
Binary file