valkey-glide-rb 0.9.0 → 0.9.1

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valkey-glide-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Valkey GLIDE Maintainers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-29 00:00:00.000000000 Z
11
+ date: 2026-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -33,11 +33,13 @@ files:
33
33
  - ".rubocop.yml"
34
34
  - ".rubocop_todo.yml"
35
35
  - AGENTS.md
36
+ - CHANGELOG.md
36
37
  - CLAUDE.md
37
38
  - CONTRIBUTING.md
38
39
  - DEVELOPER.md
39
40
  - README.md
40
41
  - Rakefile
42
+ - THIRD_PARTY_LICENSES_RUBY
41
43
  - examples/README.md
42
44
  - examples/cluster.rb
43
45
  - examples/opentelemetry.rb
@@ -68,11 +70,15 @@ files:
68
70
  - lib/valkey/commands/transaction_commands.rb
69
71
  - lib/valkey/commands/vector_search_commands.rb
70
72
  - lib/valkey/errors.rb
73
+ - lib/valkey/native/aarch64-apple-darwin/libglide_ffi.dylib
71
74
  - lib/valkey/native/aarch64-unknown-linux-gnu/libglide_ffi.so
75
+ - lib/valkey/native/aarch64-unknown-linux-musl/libglide_ffi.so
72
76
  - lib/valkey/native/x86_64-unknown-linux-gnu/libglide_ffi.so
77
+ - lib/valkey/native/x86_64-unknown-linux-musl/libglide_ffi.so
73
78
  - lib/valkey/opentelemetry.rb
74
79
  - lib/valkey/pipeline.rb
75
80
  - lib/valkey/pubsub_callback.rb
81
+ - lib/valkey/read_from.rb
76
82
  - lib/valkey/request_error_type.rb
77
83
  - lib/valkey/request_type.rb
78
84
  - lib/valkey/response_type.rb