aerospike 2.24.0 → 2.25.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aerospike
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.24.0
4
+ version: 2.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khosrow Afroozeh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-11-15 00:00:00.000000000 Z
12
+ date: 2022-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: msgpack
@@ -99,6 +99,7 @@ files:
99
99
  - lib/aerospike/command/field_type.rb
100
100
  - lib/aerospike/command/login_command.rb
101
101
  - lib/aerospike/command/multi_command.rb
102
+ - lib/aerospike/command/operate_args.rb
102
103
  - lib/aerospike/command/operate_command.rb
103
104
  - lib/aerospike/command/read_command.rb
104
105
  - lib/aerospike/command/read_header_command.rb
@@ -109,6 +110,11 @@ files:
109
110
  - lib/aerospike/connection/authenticate.rb
110
111
  - lib/aerospike/connection/create.rb
111
112
  - lib/aerospike/exp/exp.rb
113
+ - lib/aerospike/exp/exp_bit.rb
114
+ - lib/aerospike/exp/exp_hll.rb
115
+ - lib/aerospike/exp/exp_list.rb
116
+ - lib/aerospike/exp/exp_map.rb
117
+ - lib/aerospike/exp/operation.rb
112
118
  - lib/aerospike/features.rb
113
119
  - lib/aerospike/geo_json.rb
114
120
  - lib/aerospike/host.rb