groonga-client 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +6 -0
- data/lib/groonga/client/request/error.rb +4 -2
- data/lib/groonga/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 433e771ffc7190f3e47bf37a34ac59eb0103f166
|
4
|
+
data.tar.gz: f18ec9abac0699bdb97665bcba17cd4dfe7b72e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aca4054d08b78df878530ff0b5b4f81ac3d465c1f1052daa78730a8dc442e919e1ade9177c8c525874ddd1468e7d0f7fe0f5378e2f3c0faaa0959173c2dcbef9
|
7
|
+
data.tar.gz: 4301d2ebb01994a37ab1e2bfeef54dc456a26d166b58c07b7322b684d3ea5152b5c5c2230f6d0994c343bef5c26481c9833c69f4582c95e9e04faf10f6ae575a
|
data/doc/text/news.md
CHANGED
@@ -29,8 +29,10 @@ module Groonga
|
|
29
29
|
command = @response.command
|
30
30
|
status_code = @response.status_code
|
31
31
|
error_message = @response.error_message
|
32
|
-
message = "failed to execute:
|
33
|
-
message << "
|
32
|
+
message = "failed to execute: "
|
33
|
+
message << "#{command.command_name}: #{status_code}: "
|
34
|
+
message << "<#{error_message}>: "
|
35
|
+
message << command.to_command_format
|
34
36
|
super(message)
|
35
37
|
end
|
36
38
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: groonga-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Haruka Yoshihara
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-12-
|
13
|
+
date: 2016-12-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: gqtp
|