gnfinder 0.1.3 → 0.2.0

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: 7b7d53d1d5e8028cee3b95c322d63588f18550e57e2dba2e7744806aa233c5d5
4
- data.tar.gz: 6b0b55b9d8c921c6198e154d0686d08fad8511688177c51bc8fb04cd4d9367c7
3
+ metadata.gz: 41dcd2ff8d9b2a4103226c475adc4b068ecaa04f879c4e01f706d0495ec9f851
4
+ data.tar.gz: 744f773340a6ccb1846ebc768922e23d0310584a1a4b6463d632ae1dd5df5c57
5
5
  SHA512:
6
- metadata.gz: eb1154eb02d63d4f9e277281d2df0978ceb29bff71e890b9924aa6f0261f40e5ab22f5ea4c11da53b81a9ce050b51db20f65787f672b6a3a9315f2ca0fb003fb
7
- data.tar.gz: e46b3dbee8f41a6d000c390350093c2666db5ff783e75692152e7bccba7c67c776c8415623e30c7aaf9a9198a75d9163a627c24d597f1a75f95fff27eb030b45
6
+ metadata.gz: fc8fae3dad4c246b1feb4a8c8c7d4c1904939c258b8ae696fc14226bee7d1d6312a184e3c8806dd268f661c53ed55832662a690ef183aac6328bf2c22d91231c
7
+ data.tar.gz: b54ea9dd00c26207d80b13c86b3e6c2d1323ae2a9d823184ec0807968de55e74868fc2219c316de19521492884a9ecc53de479da671f8518638d152c44511a2a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## [v0.2.0]
6
+
7
+ - Compatibility with gnfinder v0.7.0
8
+
5
9
  ## [v0.1.3]
6
10
 
7
11
  - Fix [#8]: gRPC output is similar to CLI output for gnfinder.
data/Rakefile CHANGED
@@ -26,9 +26,9 @@ end
26
26
 
27
27
  task :grpc do
28
28
  cmd = 'grpc_tools_ruby_protoc ' \
29
- '-I $GOPATH/src/github.com/gnames/gnfinder/protob ' \
29
+ '-I $HOME/code/go/gnfinder/protob ' \
30
30
  '--ruby_out=lib --grpc_out=lib ' \
31
- '$GOPATH/src/github.com/gnames/gnfinder/protob/protob.proto'
31
+ '$HOME/code/go/gnfinder/protob/protob.proto'
32
32
  puts cmd
33
33
  `#{cmd}`
34
34
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Gnfinder is a namespace module for gndinfer gem.
4
4
  module Gnfinder
5
- VERSION = '0.1.3'
5
+ VERSION = '0.2.0'
6
6
 
7
7
  def self.version
8
8
  VERSION
data/lib/protob_pb.rb CHANGED
@@ -39,7 +39,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
39
39
  optional :matched_name, :string, 3
40
40
  optional :current_name, :string, 4
41
41
  optional :classification_path, :string, 5
42
- optional :databases_num, :int32, 6
42
+ optional :data_sources_num, :int32, 6
43
43
  optional :data_source_quality, :string, 7
44
44
  optional :edit_distance, :int32, 8
45
45
  optional :stem_edit_distance, :int32, 9
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.3
4
+ version: 0.2.0
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-11-14 00:00:00.000000000 Z
11
+ date: 2018-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler