gnfinder 0.1.1 → 0.1.2

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: 53f1b28fa614c44d3254af8755444213e58cef6b69518e0eb08ee19291a12b19
4
- data.tar.gz: 30bb826c23d5027a766a67b4effea0d58d24efed5df82b633786ba7ebe8e926e
3
+ metadata.gz: 25997bdf76c472337bca021663af9005619c4b534cad939289dc40b3786015b5
4
+ data.tar.gz: b09f9d0cb305c4c1611b570d41fd82b029a16df8f940fdf18cc0a104577d934a
5
5
  SHA512:
6
- metadata.gz: c5dc6c70223aca9fc2b2b80b2792f732cab47d0c732df95e8b0363b9ad63c765d807fb83dd14f14df3a072f677eb8b53a85814023de1f10c2562ff593c57e514
7
- data.tar.gz: 81e05934d23e6505abbaf0947c5bd2b11a1dc0580403caf5393a96c930cc6fbbee40ddd625e6a5deb15d3e44d32f5e8248cbe1705644a26e825892c34f0a3024
6
+ metadata.gz: 4dbdf6a85055fa652e4684e4e343b2eaba649a720a8613601ad9f1de5fe1dbca9be98180c7520f6608521dc9cd32120ac9c36438b908ae7a63b1dd27114ac93a
7
+ data.tar.gz: 8b3b3e3236e5448519e674aa754faaa574e9b80b2c52e222dd18b7843fc4f55c47535cc5b9ec36c047e97a3dec57281f020fc6178597abceff553116416bddc6
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## [v0.1.2]
6
+
7
+ - Fix [#7]: utf-8 diacritics support in input text fails
8
+
5
9
  ## [v0.1.1]
6
10
  - Add [#6]: return start and end of names-strings
7
11
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Gnfinder is a namespace module for gndinfer gem.
4
4
  module Gnfinder
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
 
7
7
  def self.version
8
8
  VERSION
data/lib/protob_pb.rb CHANGED
@@ -10,7 +10,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_message "protob.Void" do
11
11
  end
12
12
  add_message "protob.Params" do
13
- optional :text, :bytes, 1
13
+ optional :text, :string, 1
14
14
  optional :with_bayes, :bool, 3
15
15
  optional :language, :string, 4
16
16
  optional :with_verification, :bool, 5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gnfinder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Mozzherin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-25 00:00:00.000000000 Z
11
+ date: 2018-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler