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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7189838703ffc147762585840a2fe12917c05541858872f5f3466089c82fba29
4
- data.tar.gz: 2a07afacbf8ca331801abf8260abf67b12eb0bd4ae2a3769bd23ce7cafee60f4
3
+ metadata.gz: 4fe70b83c7f65e1e8e271a66d773c6cd45217cb88192d23d1de860fef269d2f4
4
+ data.tar.gz: 7cfd6b695d6a6cae4a7355efb02ee90b56588d20c927181ab85438bb6eabb42f
5
5
  SHA512:
6
- metadata.gz: 57744a5e6e02af197dae05073755e393b2f35bf0d95a3b03a0dba14950045832eab12a7e14e252ca9a0f5b97cf465dc51c7206ec009333a71f689a4c5dfe5fe6
7
- data.tar.gz: 4bdaf6aaa80af1dfbe0e58274df055211f828ea3627a875c5959ac9ea516e78745b99430f48ae53fda684f1260ad594610d7872a20e8f45a50e29386b99a272f
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.15)
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.0)
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.12.0)
35
- rspec-core (~> 3.12.0)
36
- rspec-expectations (~> 3.12.0)
37
- rspec-mocks (~> 3.12.0)
38
- rspec-core (3.12.2)
39
- rspec-support (~> 3.12.0)
40
- rspec-expectations (3.12.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.12.0)
43
- rspec-mocks (3.12.6)
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.12.0)
46
- rspec-support (3.12.1)
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.15
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.15.gem
27
+ gem install ./cheminee-0.1.17.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./cheminee-0.1.15.gem` to install the development dependencies)
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.15'
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:3000/api*
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
@@ -1,6 +1,6 @@
1
1
  # Cheminee::DefaultApi
2
2
 
3
- All URIs are relative to *http://localhost:3000/api*
3
+ All URIs are relative to *http://localhost:4001/api*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
@@ -150,7 +150,7 @@ module Cheminee
150
150
 
151
151
  def initialize
152
152
  @scheme = 'http'
153
- @host = 'localhost:3000'
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:3000/api",
244
+ url: "http://localhost:4001/api",
245
245
  description: "No description provided",
246
246
  }
247
247
  ]
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.3.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Cheminee
14
- VERSION = '0.1.15'
14
+ VERSION = '0.1.17'
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.15
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-01-24 00:00:00.000000000 Z
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.15.gem
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
Binary file