tarantool 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/tarantool/response_c.c +0 -3
- data/lib/tarantool/version.rb +1 -1
- metadata +4 -4
data/ext/tarantool/response_c.c
CHANGED
@@ -178,9 +178,6 @@ unpack_tuples(VALUE self, VALUE data, VALUE fields, VALUE _tail, VALUE tuples_af
|
|
178
178
|
#error "Should have long long or sizeof(long) == 8"
|
179
179
|
#endif
|
180
180
|
} else if (field == sym_bytes) {
|
181
|
-
if (*str == 0 && fieldsize > 0) {
|
182
|
-
str++; len--; fieldsize--;
|
183
|
-
}
|
184
181
|
value = rb_enc_str_new(str, fieldsize, binary);
|
185
182
|
} else if (field == sym_int16) {
|
186
183
|
if (fieldsize != 2) {
|
data/lib/tarantool/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tarantool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-04-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
@@ -153,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
153
153
|
requirements:
|
154
154
|
- - ! '>='
|
155
155
|
- !ruby/object:Gem::Version
|
156
|
-
hash:
|
156
|
+
hash: 2817518417996547938
|
157
157
|
version: '0'
|
158
158
|
segments:
|
159
159
|
- 0
|
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
162
|
requirements:
|
163
163
|
- - ! '>='
|
164
164
|
- !ruby/object:Gem::Version
|
165
|
-
hash:
|
165
|
+
hash: 2817518417996547938
|
166
166
|
version: '0'
|
167
167
|
segments:
|
168
168
|
- 0
|