weaviate-ruby 0.8.7 → 0.8.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +16 -5
- data/lib/weaviate/query.rb +1 -1
- data/lib/weaviate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '01249ffefb68c85c00bf6b6cc01d507d3147225ed76b79f3aa9ba4a74c9b058f'
|
4
|
+
data.tar.gz: 5c5d95f7c8fd7652ae8d2cfd233c8b3482b24a19872cb57cc9ec9dfdee7d3c79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6bf05842b380bba4c0416d037e25a714b5135247a08ad8b586aed4bf9f81029e6cd76c937c2033af651d11f2588eec93c1fcdaa15badfd745e06d2f5fa5b427
|
7
|
+
data.tar.gz: 1e02020ac29461a2ecd9b80f0cdcaa61887dfea43ad5175796243520af1c35e4fbded69fe68faa24da4342f7705d9b8a9d1e1f0d70e722b1cf3136bcb19bd689
|
data/Gemfile.lock
CHANGED
@@ -1,23 +1,33 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
weaviate-ruby (0.8.
|
4
|
+
weaviate-ruby (0.8.8)
|
5
5
|
faraday (>= 2.0.1, < 3.0)
|
6
6
|
graphlient (~> 0.7.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.0
|
11
|
+
activesupport (7.1.0)
|
12
|
+
base64
|
13
|
+
bigdecimal
|
12
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
+
connection_pool (>= 2.2.5)
|
16
|
+
drb
|
13
17
|
i18n (>= 1.6, < 2)
|
14
18
|
minitest (>= 5.1)
|
19
|
+
mutex_m
|
15
20
|
tzinfo (~> 2.0)
|
16
21
|
ast (2.4.2)
|
22
|
+
base64 (0.1.1)
|
23
|
+
bigdecimal (3.1.4)
|
17
24
|
byebug (11.1.3)
|
18
25
|
coderay (1.1.3)
|
19
26
|
concurrent-ruby (1.2.2)
|
27
|
+
connection_pool (2.4.1)
|
20
28
|
diff-lcs (1.5.0)
|
29
|
+
drb (2.1.1)
|
30
|
+
ruby2_keywords
|
21
31
|
faraday (2.7.10)
|
22
32
|
faraday-net_http (>= 2.0, < 3.1)
|
23
33
|
ruby2_keywords (>= 0.0.4)
|
@@ -25,16 +35,17 @@ GEM
|
|
25
35
|
graphlient (0.7.0)
|
26
36
|
faraday (~> 2.0)
|
27
37
|
graphql-client
|
28
|
-
graphql (2.
|
38
|
+
graphql (2.1.1)
|
29
39
|
graphql-client (0.18.0)
|
30
40
|
activesupport (>= 3.0)
|
31
41
|
graphql
|
32
|
-
i18n (1.
|
42
|
+
i18n (1.14.1)
|
33
43
|
concurrent-ruby (~> 1.0)
|
34
44
|
json (2.6.3)
|
35
45
|
language_server-protocol (3.17.0.3)
|
36
46
|
method_source (1.0.0)
|
37
|
-
minitest (5.
|
47
|
+
minitest (5.20.0)
|
48
|
+
mutex_m (0.1.2)
|
38
49
|
parallel (1.22.1)
|
39
50
|
parser (3.2.1.1)
|
40
51
|
ast (~> 2.4.1)
|
data/lib/weaviate/query.rb
CHANGED
data/lib/weaviate/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: weaviate-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrei Bondarev
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|