cheminee 0.0.15 → 0.1.5

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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +19 -9
  4. data/cheminee.gemspec +1 -1
  5. data/docs/CreateIndexError.md +18 -0
  6. data/docs/DefaultApi.md +327 -10
  7. data/docs/GetIndexesResponseError.md +18 -0
  8. data/docs/IndexMeta.md +20 -0
  9. data/docs/ListIndexResponseErr.md +18 -0
  10. data/docs/Schema.md +20 -0
  11. data/docs/SubstructureSearchHit.md +24 -0
  12. data/lib/cheminee/api/default_api.rb +309 -9
  13. data/lib/cheminee/api_client.rb +3 -2
  14. data/lib/cheminee/api_error.rb +1 -1
  15. data/lib/cheminee/configuration.rb +6 -5
  16. data/lib/cheminee/models/create_index_error.rb +221 -0
  17. data/lib/cheminee/models/get_indexes_response_error.rb +221 -0
  18. data/lib/cheminee/models/index_meta.rb +237 -0
  19. data/lib/cheminee/models/list_index_response_err.rb +221 -0
  20. data/lib/cheminee/models/schema.rb +233 -0
  21. data/lib/cheminee/models/smile.rb +1 -1
  22. data/lib/cheminee/models/standardized_smile.rb +1 -1
  23. data/lib/cheminee/models/substructure_search_hit.rb +265 -0
  24. data/lib/cheminee/version.rb +2 -2
  25. data/lib/cheminee.rb +7 -1
  26. data/pkg/cheminee-0.1.5.gem +0 -0
  27. data/spec/api_client_spec.rb +1 -1
  28. data/spec/configuration_spec.rb +4 -4
  29. data/spec/models/create_index_error_spec.rb +36 -0
  30. data/spec/models/get_indexes_response_error_spec.rb +36 -0
  31. data/spec/models/index_meta_spec.rb +42 -0
  32. data/spec/models/list_index_response_err_spec.rb +36 -0
  33. data/spec/models/schema_spec.rb +42 -0
  34. data/spec/models/substructure_search_hit_spec.rb +54 -0
  35. data/spec/spec_helper.rb +1 -1
  36. metadata +27 -3
  37. data/pkg/cheminee-0.0.15.gem +0 -0
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::IndexMeta
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::IndexMeta do
21
+ let(:instance) { Cheminee::IndexMeta.new }
22
+
23
+ describe 'test an instance of IndexMeta' do
24
+ it 'should create an instance of IndexMeta' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::IndexMeta)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "name"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "schema"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::ListIndexResponseErr
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::ListIndexResponseErr do
21
+ let(:instance) { Cheminee::ListIndexResponseErr.new }
22
+
23
+ describe 'test an instance of ListIndexResponseErr' do
24
+ it 'should create an instance of ListIndexResponseErr' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::ListIndexResponseErr)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "error"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::Schema
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::Schema do
21
+ let(:instance) { Cheminee::Schema.new }
22
+
23
+ describe 'test an instance of Schema' do
24
+ it 'should create an instance of Schema' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::Schema)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "name"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "schema"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -0,0 +1,54 @@
1
+ =begin
2
+ #Cheminée
3
+
4
+ #Cheminée: The Chemical Structure Search Engine
5
+
6
+ The version of the OpenAPI document: 1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Cheminee::SubstructureSearchHit
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Cheminee::SubstructureSearchHit do
21
+ let(:instance) { Cheminee::SubstructureSearchHit.new }
22
+
23
+ describe 'test an instance of SubstructureSearchHit' do
24
+ it 'should create an instance of SubstructureSearchHit' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Cheminee::SubstructureSearchHit)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "extra_data"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "smiles"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "score"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "query"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ end
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
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.0.15
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-12 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -62,26 +62,44 @@ files:
62
62
  - README.md
63
63
  - Rakefile
64
64
  - cheminee.gemspec
65
+ - docs/CreateIndexError.md
65
66
  - docs/DefaultApi.md
67
+ - docs/GetIndexesResponseError.md
68
+ - docs/IndexMeta.md
69
+ - docs/ListIndexResponseErr.md
70
+ - docs/Schema.md
66
71
  - docs/Smile.md
67
72
  - docs/StandardizedSmile.md
73
+ - docs/SubstructureSearchHit.md
68
74
  - git_push.sh
69
75
  - lib/cheminee.rb
70
76
  - lib/cheminee/api/default_api.rb
71
77
  - lib/cheminee/api_client.rb
72
78
  - lib/cheminee/api_error.rb
73
79
  - lib/cheminee/configuration.rb
80
+ - lib/cheminee/models/create_index_error.rb
81
+ - lib/cheminee/models/get_indexes_response_error.rb
82
+ - lib/cheminee/models/index_meta.rb
83
+ - lib/cheminee/models/list_index_response_err.rb
84
+ - lib/cheminee/models/schema.rb
74
85
  - lib/cheminee/models/smile.rb
75
86
  - lib/cheminee/models/standardized_smile.rb
87
+ - lib/cheminee/models/substructure_search_hit.rb
76
88
  - lib/cheminee/version.rb
77
89
  - openapi-generator-config.json
78
90
  - openapi.json
79
- - pkg/cheminee-0.0.15.gem
91
+ - pkg/cheminee-0.1.5.gem
80
92
  - spec/api/default_api_spec.rb
81
93
  - spec/api_client_spec.rb
82
94
  - spec/configuration_spec.rb
95
+ - spec/models/create_index_error_spec.rb
96
+ - spec/models/get_indexes_response_error_spec.rb
97
+ - spec/models/index_meta_spec.rb
98
+ - spec/models/list_index_response_err_spec.rb
99
+ - spec/models/schema_spec.rb
83
100
  - spec/models/smile_spec.rb
84
101
  - spec/models/standardized_smile_spec.rb
102
+ - spec/models/substructure_search_hit_spec.rb
85
103
  - spec/spec_helper.rb
86
104
  homepage: https://github.com/rdkit-rs/cheminee-ruby
87
105
  licenses:
@@ -112,4 +130,10 @@ test_files:
112
130
  - spec/configuration_spec.rb
113
131
  - spec/models/standardized_smile_spec.rb
114
132
  - spec/models/smile_spec.rb
133
+ - spec/models/get_indexes_response_error_spec.rb
134
+ - spec/models/substructure_search_hit_spec.rb
135
+ - spec/models/schema_spec.rb
136
+ - spec/models/list_index_response_err_spec.rb
137
+ - spec/models/index_meta_spec.rb
138
+ - spec/models/create_index_error_spec.rb
115
139
  - spec/spec_helper.rb
Binary file