vertexcache 1.0.0

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 ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vertexcache
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Jason Lam
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-07-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '13.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '13.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '3.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '3.0'
41
+ description: Official Ruby SDK for interacting with the VertexCache server.
42
+ email:
43
+ - contact@vertexcache.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - lib/vertexcache/comm/client_connector.rb
49
+ - lib/vertexcache/comm/gcm_crypto_helper.rb
50
+ - lib/vertexcache/comm/key_parser_helper.rb
51
+ - lib/vertexcache/comm/message_codec.rb
52
+ - lib/vertexcache/comm/read_write_stream.rb
53
+ - lib/vertexcache/comm/socket_helper.rb
54
+ - lib/vertexcache/comm/ssl_helper.rb
55
+ - lib/vertexcache/command/command_base.rb
56
+ - lib/vertexcache/command/command_type.rb
57
+ - lib/vertexcache/command/impl/del_command.rb
58
+ - lib/vertexcache/command/impl/get_command.rb
59
+ - lib/vertexcache/command/impl/get_secondary_idx_one_command.rb
60
+ - lib/vertexcache/command/impl/get_secondary_idx_two_command.rb
61
+ - lib/vertexcache/command/impl/ping_command.rb
62
+ - lib/vertexcache/command/impl/set_command.rb
63
+ - lib/vertexcache/model/client_option.rb
64
+ - lib/vertexcache/model/command_result.rb
65
+ - lib/vertexcache/model/encryption_mode.rb
66
+ - lib/vertexcache/model/get_result.rb
67
+ - lib/vertexcache/model/vertex_cache_sdk_exception.rb
68
+ - lib/vertexcache/version.rb
69
+ - lib/vertexcache_sdk.rb
70
+ homepage: https://www.vertexcache.com
71
+ licenses:
72
+ - Apache-2.0
73
+ metadata:
74
+ source_code_uri: https://github.com/VertexCache/VertexCache/tree/main/client-sdks/ruby
75
+ changelog_uri: https://github.com/VertexCache/VertexCache/releases
76
+ documentation_uri: https://github.com/VertexCache/VertexCache/wiki
77
+ post_install_message:
78
+ rdoc_options: []
79
+ require_paths:
80
+ - lib
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ requirements: []
92
+ rubygems_version: 3.4.19
93
+ signing_key:
94
+ specification_version: 4
95
+ summary: VertexCache Ruby SDK
96
+ test_files: []