groonga-command-parser 1.0.8 → 1.0.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: 120a2236a7a51662785f0404d70b08fe874923d5
4
- data.tar.gz: fbdbb7419f7230094d44f38ad70099c59984c659
3
+ metadata.gz: 190336c6a64a7054fbb00bbf82d4045a9c58c542
4
+ data.tar.gz: a442b60917501ed808c47995a76c309f7865550a
5
5
  SHA512:
6
- metadata.gz: 977c56c318fd2119bd8918c863093f5f32f942e2758a31b5af3932200616907e6b6f817766a0b46631d6da45f940c109bae881f633029bf5555ebb8219337428
7
- data.tar.gz: 27539fb4ba726d9873e667a684bff58b87051a649c70b8f5c64e80745b19f717c09ce0fbd56866b37a084aabc222658f08f6ee5f588826c1786efacee78cb1e6
6
+ metadata.gz: bf253d6c39b154349389257e7974eb76662467d6546017baa8d0e80d21c26776efb5d4cd697def2675488d23850c43714b1a319f5f03a42b82d906f717fc1a89
7
+ data.tar.gz: d2ea221931922fd68c8c20d442161a4197ca67329a48f6c43407197ee6eea7803a78bfec8b712751c3d6fabbed92656319a1d21bf60d1a03eedd9ba5d1dae2a7
@@ -1,5 +1,11 @@
1
1
  # News
2
2
 
3
+ ## 1.0.9: 2017-01-18
4
+
5
+ ### Improvements
6
+
7
+ * Required groonga-command 1.3.2 or later for pretty print.
8
+
3
9
  ## 1.0.8: 2017-01-18
4
10
 
5
11
  ### Improvements
@@ -1,6 +1,6 @@
1
1
  # -*- mode: ruby; coding: utf-8 -*-
2
2
  #
3
- # Copyright (C) 2012-2015 Kouhei Sutou <kou@clear-code.com>
3
+ # Copyright (C) 2012-2017 Kouhei Sutou <kou@clear-code.com>
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
52
52
  spec.licenses = ["LGPLv2.1+"]
53
53
  spec.require_paths = ["lib"]
54
54
 
55
- spec.add_runtime_dependency("groonga-command", ">= 1.0.9")
55
+ spec.add_runtime_dependency("groonga-command", ">= 1.3.2")
56
56
  spec.add_runtime_dependency("json-stream")
57
57
 
58
58
  spec.add_development_dependency("test-unit")
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 Kouhei Sutou <kou@clear-code.com>
1
+ # Copyright (C) 2013-2017 Kouhei Sutou <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
@@ -17,7 +17,7 @@
17
17
  module Groonga
18
18
  module Command
19
19
  class Parser
20
- VERSION = "1.0.8"
20
+ VERSION = "1.0.9"
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groonga-command-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.9
19
+ version: 1.3.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.9
26
+ version: 1.3.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json-stream
29
29
  requirement: !ruby/object:Gem::Requirement