natto 1.0.1 → 1.1.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 +4 -4
- data/CHANGELOG +5 -1
- data/lib/natto/natto.rb +1 -1
- data/lib/natto/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19f7494661f2cb06fed6e5393c4ce1ca334b78db
|
|
4
|
+
data.tar.gz: 353a07f63b6379fb6d58a8003756991eaf22872a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d8396ce0e81b3d85850cb57f761f491ec20321ccce36290622eb48d4e08d9c965e7bcf0ae0271345815253769347b36173877c91beb892390dd07b36c3f5328
|
|
7
|
+
data.tar.gz: 5521ac30602ac19b8a484a9462e37daf422c559cf645b2a196da519e22cf742170c09d202424814c342b3f93052815427d90e09112ee3b804ca2dda31c6ba178
|
data/CHANGELOG
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
## CHANGELOG
|
|
2
2
|
|
|
3
|
-
- __2015/
|
|
3
|
+
- __2015/12/24__: 1.1.0 release
|
|
4
|
+
- Issue 64: undefined method 'mecab_model_destory' for Natto::MeCab:Class
|
|
5
|
+
- Updated Travis rubies
|
|
6
|
+
|
|
7
|
+
- __2015/07/20__: 1.0.1 release.
|
|
4
8
|
- Issue 62: Ruby warning: shadowing outer local variable - opts
|
|
5
9
|
|
|
6
10
|
- __2015/04/14__: 1.0.0 release.
|
data/lib/natto/natto.rb
CHANGED
data/lib/natto/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: natto
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke M. Fujita
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|
|
@@ -91,11 +91,10 @@ requirements:
|
|
|
91
91
|
- MeCab 0.996
|
|
92
92
|
- FFI, 1.9.0 or greater
|
|
93
93
|
rubyforge_project:
|
|
94
|
-
rubygems_version: 2.4.5
|
|
94
|
+
rubygems_version: 2.4.5.1
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: A gem leveraging FFI (foreign function interface), natto combines the Ruby
|
|
98
98
|
programming language with MeCab, the part-of-speech and morphological analyzer for
|
|
99
99
|
the Japanese language.
|
|
100
100
|
test_files: []
|
|
101
|
-
has_rdoc:
|