mecab_standalone 0.1.0 → 0.1.1

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: d0f954d34d452f7e1a0d7a9fadf571231560485fd4821c05517881360cbe4c29
4
- data.tar.gz: 1ac794d946373260cb194a10825a8a5061ab9dd8d823769f9d1973ef2069e7a1
3
+ metadata.gz: b722cc005385ed6f54b94a5b4cbe1df494f7449e4c26ecd3d7d87611131e19fc
4
+ data.tar.gz: 1dba6a7ece632a2de63d3ab238811c833d1398bd9549a25198b1d84333e2e541
5
5
  SHA512:
6
- metadata.gz: 18b9ff7aeb8e282c34d01907e9e7481c3edcfc23a511f29a2e5d8743dbb2f4de3427976323bc00b499e6ae7f40591e2d5810216f48311f2d11ed58d05b644df5
7
- data.tar.gz: 29ce3630e171445bed5fa0e224a939b498f72d1dfe847203903ea8ad39496c6bbbc364367cc940121cd8d2f3487a633ebc5d274f9e25b93627e2b73fade9177c
6
+ metadata.gz: c040ffa0838a46e0fbba2161b7191c5c40c7f0dc00a02bc99cdfd27a13ed234102d6a3af3ea890a5b515cd9ca2350cd8ad4c40544cca4930ad35e07fe2484eac
7
+ data.tar.gz: 5b4c6d6c2a86f55f2ae4f2dc9cb13c23aa9deb2b45f991e0661ad27db6dc01b7a7f7a0b21f9db161b96c1704e159ed7cd8da32710315c2c74e7947852431b308
Binary file
@@ -0,0 +1,41 @@
1
+ # libmecab.la - a libtool library file
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
3
+ #
4
+ # Please DO NOT delete this file!
5
+ # It is necessary for linking the library.
6
+
7
+ # The name that we can dlopen(3).
8
+ dlname='libmecab.so.2'
9
+
10
+ # Names of this library.
11
+ library_names='libmecab.so.2.0.0 libmecab.so.2 libmecab.so'
12
+
13
+ # The name of the static archive.
14
+ old_library='libmecab.a'
15
+
16
+ # Linker flags that can not go in dependency_libs.
17
+ inherited_linker_flags=''
18
+
19
+ # Libraries that this one depends upon.
20
+ dependency_libs=' -lpthread'
21
+
22
+ # Names of additional weak libraries provided by this library
23
+ weak_library_names=''
24
+
25
+ # Version information for libmecab.
26
+ current=2
27
+ age=0
28
+ revision=0
29
+
30
+ # Is this an already installed library?
31
+ installed=yes
32
+
33
+ # Should we warn about portability when linking against -modules?
34
+ shouldnotlink=no
35
+
36
+ # Files to dlopen/dlpreopen
37
+ dlopen=''
38
+ dlpreopen=''
39
+
40
+ # Directory that this library needs to be installed in:
41
+ libdir='/app/vendor/mecab/lib'
@@ -0,0 +1 @@
1
+ ../libmecab.so.2.0.0
@@ -0,0 +1 @@
1
+ ../libmecab.so.2.0.0
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mecab_standalone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taku Kudo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-10 00:00:00.000000000 Z
11
+ date: 2020-09-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple Mecab stand alone gem
14
14
  email: taku@chasen.org
@@ -19,6 +19,11 @@ files:
19
19
  - lib/bin/mecab
20
20
  - lib/bin/mecab-config
21
21
  - lib/etc/mecabrc
22
+ - lib/lib/libmecab.a
23
+ - lib/lib/libmecab.la
24
+ - lib/lib/libmecab.so
25
+ - lib/lib/libmecab.so.2
26
+ - lib/lib/libmecab.so.2.0.0
22
27
  - lib/lib/mecab/dic/ipadic/char.bin
23
28
  - lib/lib/mecab/dic/ipadic/dicrc
24
29
  - lib/lib/mecab/dic/ipadic/left-id.def
@@ -28,6 +33,7 @@ files:
28
33
  - lib/lib/mecab/dic/ipadic/right-id.def
29
34
  - lib/lib/mecab/dic/ipadic/sys.dic
30
35
  - lib/lib/mecab/dic/ipadic/unk.dic
36
+ - lib/libmecab.so.2.0.0
31
37
  - lib/mecab_standalone.rb
32
38
  homepage: https://taku910.github.io/mecab/
33
39
  licenses:
@@ -48,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
54
  - !ruby/object:Gem::Version
49
55
  version: '0'
50
56
  requirements: []
51
- rubygems_version: 3.1.2
57
+ rubygems_version: 3.1.4
52
58
  signing_key:
53
59
  specification_version: 4
54
60
  summary: mecab_standalone