cheminee 0.1.31 → 0.1.33

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: cb309ed2618ba66cadee28f1707d5295d57ccd285adcab8fe61c8b6e9d7ad3e0
4
- data.tar.gz: 8a1e9642a12496463f1290cc1fa64993128e66201d8cb360be6541337dca273c
3
+ metadata.gz: 35c2dcdb89d96a8d238c478f78514e86575f4ba1390ca5a4a57322067135b7ec
4
+ data.tar.gz: f451f3ee351c8ff1e956f7752c9c7aeaf655db8929c808bf4a4a73b5a299cc67
5
5
  SHA512:
6
- metadata.gz: f12eb64ea450f6ca62c8a8d8d70785b6d924ec9eee4b916e5d0674ae421af0f6f7bc005d6be350409559e7ae33ee70fefe2be12cd2797561fd8d4d9a3b5694d5
7
- data.tar.gz: 7ee6ae6c30ae0bcf4d7498b5c460197f77528dea77a21b4c57c958f3a9263605b9d329f8b5092243c676b847a1e4e86913292a913ea2aee4c475c0b0320b713f
6
+ metadata.gz: 9ebce876c51bf30e7b6c764f21de53e898f556547b3073580d514effbf185c2b25eb2fb336839b0a07868d1622e363482d75d3df5980824bc5997fb3c42320e2
7
+ data.tar.gz: f4c5a3e99f76a430f0e592502188f7c648de7b09dd6f6e3be8fe2d16d77e69b8e29d869cdc60819da8952abf2f648ff7f22a2e7a90d77663a84ec91e6ad721ae
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cheminee (0.1.31)
4
+ cheminee (0.1.33)
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.31
10
+ - Package version: 0.1.33
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.31.gem
28
+ gem install ./cheminee-0.1.33.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./cheminee-0.1.31.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./cheminee-0.1.33.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.31'
37
+ gem 'cheminee', '~> 0.1.33'
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.31'
14
+ VERSION = '0.1.33'
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.31
4
+ version: 0.1.33
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-29 00:00:00.000000000 Z
11
+ date: 2024-09-20 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.31.gem
129
+ - pkg/cheminee-0.1.33.gem
130
130
  - spec/api/default_api_spec.rb
131
131
  - spec/api_client_spec.rb
132
132
  - spec/configuration_spec.rb
Binary file