groonga-client 0.6.4 → 0.6.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78a494db54af1981f348843b06df72cfb4d2c09d1dda5095aa75d8b5b05a8cc9
4
- data.tar.gz: 1551dc509c115d96a94d70816234b42baef30c7c19bcd74a01e62b595a0633ea
3
+ metadata.gz: 0c6eb335d9ea4011c1e5b3681dfd8e9252796b95d24c802df1a769757821b8bf
4
+ data.tar.gz: 19824fe10455c126d229c1af171a8483ee67b15df08df78a9b8ec43dc0e661cd
5
5
  SHA512:
6
- metadata.gz: 227087c01d247af0e6e4255fcafda882babc27aef9da37425ef1759b18dc4ec7839bf0d643ee2ac31844ab17f8d67a3643a516b296f04e8f78ca4fa347e00ae1
7
- data.tar.gz: 3bd74b528c567aeb7679d59898232a35a622dc5a999df43cdbc6041721a29a4f625de74df70adf5fa0228bb459cd738c4d04a0b946d9bd2eff974b3807875cb4
6
+ metadata.gz: b48b94c52345192fbb20ffbde0d450cd819ca97097b4b0a549ed285645f7a85278392ce51abefb29b055c8505aca5574789e0312fc81b6a7615eeed261e57933
7
+ data.tar.gz: 2d58742abe16488dbcfcde075d9102b3988f27b58e8c398a60ba75406d0b17e11ac2ebf8d708c7ebe1b9e7b1a13adad0a59fdabaf646cd376c3463925f7f9f5c
data/doc/text/news.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # NEWS
2
2
 
3
+ ## 0.6.5 - 2021-03-15
4
+
5
+ ### Fixes
6
+
7
+ * `Groonga::Client::Request::Select::LabeledDrilldown#keys`: Fixed a
8
+ bug that this uses wrong parameter name.
9
+
3
10
  ## 0.6.4 - 2021-02-24
4
11
 
5
12
  ### Improvements
@@ -595,7 +595,7 @@ module Groonga
595
595
  end
596
596
 
597
597
  def keys(values)
598
- @request.values_parameter([:"#{prefix}keys"], values)
598
+ @request.values_parameter(:"#{prefix}keys", values)
599
599
  end
600
600
 
601
601
  def sort_keys(value)
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2020 Sutou Kouhei <kou@clear-code.com>
1
+ # Copyright (C) 2013-2021 Sutou Kouhei <kou@clear-code.com>
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Groonga
18
18
  class Client
19
- VERSION = "0.6.4"
19
+ VERSION = "0.6.5"
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.6.4
4
+ version: 0.6.5
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: 2021-02-24 00:00:00.000000000 Z
13
+ date: 2021-03-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: gqtp