aerospike 2.7.0 → 2.8.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.
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Aerospike
3
- VERSION = "2.7.0"
3
+ VERSION = "2.8.0"
4
4
  end
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.7.0
4
+ version: 2.8.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: 2018-04-12 00:00:00.000000000 Z
12
+ date: 2018-08-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: msgpack
@@ -56,10 +56,16 @@ files:
56
56
  - lib/aerospike/atomic/atomic.rb
57
57
  - lib/aerospike/bin.rb
58
58
  - lib/aerospike/cdt/list_operation.rb
59
+ - lib/aerospike/cdt/list_order.rb
60
+ - lib/aerospike/cdt/list_policy.rb
61
+ - lib/aerospike/cdt/list_return_type.rb
62
+ - lib/aerospike/cdt/list_sort_flags.rb
63
+ - lib/aerospike/cdt/list_write_flags.rb
59
64
  - lib/aerospike/cdt/map_operation.rb
60
65
  - lib/aerospike/cdt/map_order.rb
61
66
  - lib/aerospike/cdt/map_policy.rb
62
67
  - lib/aerospike/cdt/map_return_type.rb
68
+ - lib/aerospike/cdt/map_write_flags.rb
63
69
  - lib/aerospike/cdt/map_write_mode.rb
64
70
  - lib/aerospike/client.rb
65
71
  - lib/aerospike/cluster.rb
@@ -152,6 +158,7 @@ files:
152
158
  - lib/aerospike/udf.rb
153
159
  - lib/aerospike/user_role.rb
154
160
  - lib/aerospike/utils/buffer.rb
161
+ - lib/aerospike/utils/connection_pool.rb
155
162
  - lib/aerospike/utils/packer.rb
156
163
  - lib/aerospike/utils/pool.rb
157
164
  - lib/aerospike/utils/string_parser.rb
@@ -181,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
188
  version: '0'
182
189
  requirements: []
183
190
  rubyforge_project:
184
- rubygems_version: 2.7.6
191
+ rubygems_version: 2.7.3
185
192
  signing_key:
186
193
  specification_version: 4
187
194
  summary: An Aerospike driver for Ruby.