aerospike 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## Oct 27 2014 (0.1.3)
2
+
3
+ Minor fix.
4
+
5
+ * **Changes**:
6
+
7
+ * Fixed LDT bin and module name packing.
8
+
1
9
  ## Oct 25 2014 (0.1.2)
2
10
 
3
11
  Minor fix.
@@ -26,8 +26,8 @@ module Aerospike
26
26
  @client = client
27
27
  @policy = policy
28
28
  @key = key
29
- @bin_name = Aerospike::ParticleType::STRING.chr + bin_name
30
- @user_module = Aerospike::ParticleType::STRING.chr + user_module unless user_module.nil?
29
+ @bin_name = bin_name
30
+ @user_module = user_module unless user_module.nil?
31
31
 
32
32
  self
33
33
  end
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Aerospike
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
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: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-25 00:00:00.000000000 Z
12
+ date: 2014-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: atomic