cheminee 0.1.30 → 0.1.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6da34b69b93cb331af8bbcf4a4ea4fe489f1c8f8a9a066308062232a7a7ee9aa
4
- data.tar.gz: c1a7f262a1d09a9cf3ee619fa773d756d5201209e59af9ceb8c004b463e8727f
3
+ metadata.gz: 8a96ca94fda20a1578025f8a64b1e1298ccaa656afe48b903c4766b836b84960
4
+ data.tar.gz: 9dd0b7bd02b232b7946331387d6a38ae58c9635e83c3cec548810077406abca7
5
5
  SHA512:
6
- metadata.gz: 0420b47bed00584cee4725ca3cf3cdc1f3659bb4e4a66f3d1218e62080404b98a1ff056394ab195acbbc3e46100587ba7d9749d60fe7fcb756b824065f673196
7
- data.tar.gz: 5b74c9b9202dba9c7c7f3dac11908d085b80f26cc4f4ae855c6329664254b4405930e412c433ff1c569953716eb682deaf07884c5418b6027c12affc497aad7e
6
+ metadata.gz: ce83b02b8607a11761d684f35f0ebb34064497d7f957e1226caf753296d844f02b2e44ae0fb9876e9d73db5a1eab434382d54bcfdabee6459939a766b501cdcf
7
+ data.tar.gz: a2a7ae48f937ac004bbb90a22ce55a74e54cc5e5d2ce1713bcc4a9e9b57e25e9f0148ea38f4d04f56c0f1d74d13b74ee09155c6e65593511b140e7dfa0b20b00
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cheminee (0.1.30)
4
+ cheminee (0.1.32)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -17,7 +17,7 @@ GEM
17
17
  jaro_winkler (1.5.6)
18
18
  method_source (1.1.0)
19
19
  parallel (1.26.3)
20
- parser (3.3.4.2)
20
+ parser (3.3.5.0)
21
21
  ast (~> 2.4.1)
22
22
  racc
23
23
  pry (0.14.2)
@@ -35,9 +35,9 @@ GEM
35
35
  rspec-core (~> 3.13.0)
36
36
  rspec-expectations (~> 3.13.0)
37
37
  rspec-mocks (~> 3.13.0)
38
- rspec-core (3.13.0)
38
+ rspec-core (3.13.1)
39
39
  rspec-support (~> 3.13.0)
40
- rspec-expectations (3.13.2)
40
+ rspec-expectations (3.13.3)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.13.0)
43
43
  rspec-mocks (3.13.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.30
10
+ - Package version: 0.1.32
11
11
  - Generator version: 7.9.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.30.gem
28
+ gem install ./cheminee-0.1.32.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./cheminee-0.1.30.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./cheminee-0.1.32.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.30'
37
+ gem 'cheminee', '~> 0.1.32'
38
38
 
39
39
  ### Install from Git
40
40
 
data/docs/DefaultApi.md CHANGED
@@ -609,6 +609,7 @@ api_instance = Cheminee::DefaultApi.new
609
609
  index = 'index_example' # String |
610
610
  smiles = 'smiles_example' # String |
611
611
  opts = {
612
+ use_chirality: 'use_chirality_example', # String |
612
613
  extra_query: 'extra_query_example', # String |
613
614
  use_scaffolds: 'use_scaffolds_example' # String |
614
615
  }
@@ -646,6 +647,7 @@ end
646
647
  | ---- | ---- | ----------- | ----- |
647
648
  | **index** | **String** | | |
648
649
  | **smiles** | **String** | | |
650
+ | **use_chirality** | **String** | | [optional] |
649
651
  | **extra_query** | **String** | | [optional] |
650
652
  | **use_scaffolds** | **String** | | [optional] |
651
653
 
@@ -679,6 +681,7 @@ api_instance = Cheminee::DefaultApi.new
679
681
  index = 'index_example' # String |
680
682
  smiles = 'smiles_example' # String |
681
683
  opts = {
684
+ use_chirality: 'use_chirality_example', # String |
682
685
  result_limit: 56, # Integer |
683
686
  tautomer_limit: 56, # Integer |
684
687
  extra_query: 'extra_query_example', # String |
@@ -718,6 +721,7 @@ end
718
721
  | ---- | ---- | ----------- | ----- |
719
722
  | **index** | **String** | | |
720
723
  | **smiles** | **String** | | |
724
+ | **use_chirality** | **String** | | [optional] |
721
725
  | **result_limit** | **Integer** | | [optional] |
722
726
  | **tautomer_limit** | **Integer** | | [optional] |
723
727
  | **extra_query** | **String** | | [optional] |
@@ -753,6 +757,7 @@ api_instance = Cheminee::DefaultApi.new
753
757
  index = 'index_example' # String |
754
758
  smiles = 'smiles_example' # String |
755
759
  opts = {
760
+ use_chirality: 'use_chirality_example', # String |
756
761
  result_limit: 56, # Integer |
757
762
  tautomer_limit: 56, # Integer |
758
763
  extra_query: 'extra_query_example', # String |
@@ -792,6 +797,7 @@ end
792
797
  | ---- | ---- | ----------- | ----- |
793
798
  | **index** | **String** | | |
794
799
  | **smiles** | **String** | | |
800
+ | **use_chirality** | **String** | | [optional] |
795
801
  | **result_limit** | **Integer** | | [optional] |
796
802
  | **tautomer_limit** | **Integer** | | [optional] |
797
803
  | **extra_query** | **String** | | [optional] |
@@ -625,6 +625,7 @@ module Cheminee
625
625
  # @param index [String]
626
626
  # @param smiles [String]
627
627
  # @param [Hash] opts the optional parameters
628
+ # @option opts [String] :use_chirality
628
629
  # @option opts [String] :extra_query
629
630
  # @option opts [String] :use_scaffolds
630
631
  # @return [Array<StructureSearchHit>]
@@ -637,6 +638,7 @@ module Cheminee
637
638
  # @param index [String]
638
639
  # @param smiles [String]
639
640
  # @param [Hash] opts the optional parameters
641
+ # @option opts [String] :use_chirality
640
642
  # @option opts [String] :extra_query
641
643
  # @option opts [String] :use_scaffolds
642
644
  # @return [Array<(Array<StructureSearchHit>, Integer, Hash)>] Array<StructureSearchHit> data, response status code and response headers
@@ -658,6 +660,7 @@ module Cheminee
658
660
  # query parameters
659
661
  query_params = opts[:query_params] || {}
660
662
  query_params[:'smiles'] = smiles
663
+ query_params[:'use_chirality'] = opts[:'use_chirality'] if !opts[:'use_chirality'].nil?
661
664
  query_params[:'extra_query'] = opts[:'extra_query'] if !opts[:'extra_query'].nil?
662
665
  query_params[:'use_scaffolds'] = opts[:'use_scaffolds'] if !opts[:'use_scaffolds'].nil?
663
666
 
@@ -699,6 +702,7 @@ module Cheminee
699
702
  # @param index [String]
700
703
  # @param smiles [String]
701
704
  # @param [Hash] opts the optional parameters
705
+ # @option opts [String] :use_chirality
702
706
  # @option opts [Integer] :result_limit
703
707
  # @option opts [Integer] :tautomer_limit
704
708
  # @option opts [String] :extra_query
@@ -713,6 +717,7 @@ module Cheminee
713
717
  # @param index [String]
714
718
  # @param smiles [String]
715
719
  # @param [Hash] opts the optional parameters
720
+ # @option opts [String] :use_chirality
716
721
  # @option opts [Integer] :result_limit
717
722
  # @option opts [Integer] :tautomer_limit
718
723
  # @option opts [String] :extra_query
@@ -736,6 +741,7 @@ module Cheminee
736
741
  # query parameters
737
742
  query_params = opts[:query_params] || {}
738
743
  query_params[:'smiles'] = smiles
744
+ query_params[:'use_chirality'] = opts[:'use_chirality'] if !opts[:'use_chirality'].nil?
739
745
  query_params[:'result_limit'] = opts[:'result_limit'] if !opts[:'result_limit'].nil?
740
746
  query_params[:'tautomer_limit'] = opts[:'tautomer_limit'] if !opts[:'tautomer_limit'].nil?
741
747
  query_params[:'extra_query'] = opts[:'extra_query'] if !opts[:'extra_query'].nil?
@@ -779,6 +785,7 @@ module Cheminee
779
785
  # @param index [String]
780
786
  # @param smiles [String]
781
787
  # @param [Hash] opts the optional parameters
788
+ # @option opts [String] :use_chirality
782
789
  # @option opts [Integer] :result_limit
783
790
  # @option opts [Integer] :tautomer_limit
784
791
  # @option opts [String] :extra_query
@@ -793,6 +800,7 @@ module Cheminee
793
800
  # @param index [String]
794
801
  # @param smiles [String]
795
802
  # @param [Hash] opts the optional parameters
803
+ # @option opts [String] :use_chirality
796
804
  # @option opts [Integer] :result_limit
797
805
  # @option opts [Integer] :tautomer_limit
798
806
  # @option opts [String] :extra_query
@@ -816,6 +824,7 @@ module Cheminee
816
824
  # query parameters
817
825
  query_params = opts[:query_params] || {}
818
826
  query_params[:'smiles'] = smiles
827
+ query_params[:'use_chirality'] = opts[:'use_chirality'] if !opts[:'use_chirality'].nil?
819
828
  query_params[:'result_limit'] = opts[:'result_limit'] if !opts[:'result_limit'].nil?
820
829
  query_params[:'tautomer_limit'] = opts[:'tautomer_limit'] if !opts[:'tautomer_limit'].nil?
821
830
  query_params[:'extra_query'] = opts[:'extra_query'] if !opts[:'extra_query'].nil?
@@ -11,5 +11,5 @@ Generator version: 7.9.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Cheminee
14
- VERSION = '0.1.30'
14
+ VERSION = '0.1.32'
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.30
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -126,7 +126,7 @@ files:
126
126
  - lib/cheminee/version.rb
127
127
  - openapi-generator-config.json
128
128
  - openapi.json
129
- - pkg/cheminee-0.1.30.gem
129
+ - pkg/cheminee-0.1.32.gem
130
130
  - spec/api/default_api_spec.rb
131
131
  - spec/api_client_spec.rb
132
132
  - spec/configuration_spec.rb
Binary file