cheminee 0.1.15 → 0.1.17
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 +4 -4
- data/Gemfile.lock +13 -13
- data/README.md +5 -5
- data/docs/DefaultApi.md +1 -1
- data/lib/cheminee/configuration.rb +2 -2
- data/lib/cheminee/version.rb +1 -1
- data/pkg/cheminee-0.1.17.gem +0 -0
- metadata +3 -3
- data/pkg/cheminee-0.1.15.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fe70b83c7f65e1e8e271a66d773c6cd45217cb88192d23d1de860fef269d2f4
|
4
|
+
data.tar.gz: 7cfd6b695d6a6cae4a7355efb02ee90b56588d20c927181ab85438bb6eabb42f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7443ded902f8cf67196ac7afb982f73ac4ddc68a29e6514236b76fcba3efecc607ec27fe0084aec3ed3f9808be138809c69ed4f42303ce3652a176ac8f1639bb
|
7
|
+
data.tar.gz: 9b57ca9289a757995e39bbe0152c5008ee65eba4a68a5ff53ffe5b28de5755f40038139a6e952e8009e23d1120dc927b505e895d61338a80d40dd835d2e7c874
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cheminee (0.1.
|
4
|
+
cheminee (0.1.17)
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
6
6
|
|
7
7
|
GEM
|
@@ -10,7 +10,7 @@ GEM
|
|
10
10
|
ast (2.4.2)
|
11
11
|
byebug (11.1.3)
|
12
12
|
coderay (1.1.3)
|
13
|
-
diff-lcs (1.5.
|
13
|
+
diff-lcs (1.5.1)
|
14
14
|
ethon (0.16.0)
|
15
15
|
ffi (>= 1.15.0)
|
16
16
|
ffi (1.16.3)
|
@@ -31,19 +31,19 @@ GEM
|
|
31
31
|
racc (1.7.3)
|
32
32
|
rainbow (3.1.1)
|
33
33
|
rake (13.0.6)
|
34
|
-
rspec (3.
|
35
|
-
rspec-core (~> 3.
|
36
|
-
rspec-expectations (~> 3.
|
37
|
-
rspec-mocks (~> 3.
|
38
|
-
rspec-core (3.
|
39
|
-
rspec-support (~> 3.
|
40
|
-
rspec-expectations (3.
|
34
|
+
rspec (3.13.0)
|
35
|
+
rspec-core (~> 3.13.0)
|
36
|
+
rspec-expectations (~> 3.13.0)
|
37
|
+
rspec-mocks (~> 3.13.0)
|
38
|
+
rspec-core (3.13.0)
|
39
|
+
rspec-support (~> 3.13.0)
|
40
|
+
rspec-expectations (3.13.0)
|
41
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.
|
43
|
-
rspec-mocks (3.
|
42
|
+
rspec-support (~> 3.13.0)
|
43
|
+
rspec-mocks (3.13.0)
|
44
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.
|
46
|
-
rspec-support (3.
|
45
|
+
rspec-support (~> 3.13.0)
|
46
|
+
rspec-support (3.13.0)
|
47
47
|
rubocop (0.66.0)
|
48
48
|
jaro_winkler (~> 1.5.1)
|
49
49
|
parallel (~> 1.10)
|
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.
|
10
|
+
- Package version: 0.1.17
|
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.
|
27
|
+
gem install ./cheminee-0.1.17.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./cheminee-0.1.
|
30
|
+
(for development, run `gem install --dev ./cheminee-0.1.17.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.
|
36
|
+
gem 'cheminee', '~> 0.1.17'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -71,7 +71,7 @@ end
|
|
71
71
|
|
72
72
|
## Documentation for API Endpoints
|
73
73
|
|
74
|
-
All URIs are relative to *http://localhost:
|
74
|
+
All URIs are relative to *http://localhost:4001/api*
|
75
75
|
|
76
76
|
Class | Method | HTTP request | Description
|
77
77
|
------------ | ------------- | ------------- | -------------
|
data/docs/DefaultApi.md
CHANGED
@@ -150,7 +150,7 @@ module Cheminee
|
|
150
150
|
|
151
151
|
def initialize
|
152
152
|
@scheme = 'http'
|
153
|
-
@host = 'localhost:
|
153
|
+
@host = 'localhost:4001'
|
154
154
|
@base_path = '/api'
|
155
155
|
@server_index = nil
|
156
156
|
@server_operation_index = {}
|
@@ -241,7 +241,7 @@ module Cheminee
|
|
241
241
|
def server_settings
|
242
242
|
[
|
243
243
|
{
|
244
|
-
url: "http://localhost:
|
244
|
+
url: "http://localhost:4001/api",
|
245
245
|
description: "No description provided",
|
246
246
|
}
|
247
247
|
]
|
data/lib/cheminee/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.17
|
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-
|
11
|
+
date: 2024-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -112,7 +112,7 @@ files:
|
|
112
112
|
- lib/cheminee/version.rb
|
113
113
|
- openapi-generator-config.json
|
114
114
|
- openapi.json
|
115
|
-
- pkg/cheminee-0.1.
|
115
|
+
- pkg/cheminee-0.1.17.gem
|
116
116
|
- spec/api/default_api_spec.rb
|
117
117
|
- spec/api_client_spec.rb
|
118
118
|
- spec/configuration_spec.rb
|
data/pkg/cheminee-0.1.15.gem
DELETED
Binary file
|