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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfbb43c1be922a0d52d798e0a7e3a768e36eaea6
4
- data.tar.gz: 3904d0176fa3c87eda914b6065b2dd81d0abf6bb
3
+ metadata.gz: 433e771ffc7190f3e47bf37a34ac59eb0103f166
4
+ data.tar.gz: f18ec9abac0699bdb97665bcba17cd4dfe7b72e7
5
5
  SHA512:
6
- metadata.gz: 47e683987f841ad1bb077876f73023e76f26197f2796387fbbbee717a8902d9df071e0f5d2b8c9715cca7c24ab39c5519d38ea00798b7fadb8f2b0327ba30850
7
- data.tar.gz: 8f48a51fa09b821d7665ff90e109a571aac501e676f587ad11a2b80c93fac61a8c267f2a030e1b3ebabb3ea2c3901a1baa46d75dac1b2326a1161cbefb32a790
6
+ metadata.gz: aca4054d08b78df878530ff0b5b4f81ac3d465c1f1052daa78730a8dc442e919e1ade9177c8c525874ddd1468e7d0f7fe0f5378e2f3c0faaa0959173c2dcbef9
7
+ data.tar.gz: 4301d2ebb01994a37ab1e2bfeef54dc456a26d166b58c07b7322b684d3ea5152b5c5c2230f6d0994c343bef5c26481c9833c69f4582c95e9e04faf10f6ae575a
data/doc/text/news.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # NEWS
2
2
 
3
+ ## 0.3.9 - 2016-12-22
4
+
5
+ ### Improvements
6
+
7
+ * `Groonga::Client::Request::Error`: Added more information.
8
+
3
9
  ## 0.3.8 - 2016-12-21
4
10
 
5
11
  ### Improvements
@@ -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: #{command.name}: #{status_code}: "
33
- message << "<#{error_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
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Groonga
18
18
  class Client
19
- VERSION = "0.3.8"
19
+ VERSION = "0.3.9"
20
20
  end
21
21
  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.8
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-21 00:00:00.000000000 Z
13
+ date: 2016-12-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: gqtp