yomu 0.2.2 → 0.2.3

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
  SHA1:
3
- metadata.gz: 2b10bc01c33add15e33c6dc602f7a511c43ae5d2
4
- data.tar.gz: e8a3e57a23dcea65214dee6bc66888ab6ef8edc2
3
+ metadata.gz: dbb7c9ff6a0aeadbb3a8d87a309c3a8ff2d43dfd
4
+ data.tar.gz: 15b233a5115b811145a876ae8f06cd85587a9efe
5
5
  SHA512:
6
- metadata.gz: bfcc975fb5fd48b23bfbfc9ea8c22e536e0539e1a2783babdcfb07675c9409be446eb8ed3ee005d34d14df11d83686a72b1a5ae7f310dffffaa09140f3ff2ec5
7
- data.tar.gz: 903302d0a7dd19cca22a37cc8311131fb1b7282cef3a9e8be0271bbb5c9f47516431adac606b8e44fd09e67f858daa25445fc35919f11873ce684e81be4f5f61
6
+ metadata.gz: 832fc5a81d577d0b71188dfd2c28fa4cfb435fc03b7dc1cb3fe9a7f5e9ffef0d773e5ab00b1a29232dd0bc474487354973d63450ed1b09742f14437ac49c8e3d
7
+ data.tar.gz: efaf053fa4e46299ed9e8ae56fc56f3d872324308b8cb04e7007f377eeb92b9748a9454b28c5bbb7887ef1193bd4bcba6cbe7938cc755a4621a60cbd7d0c544f
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  # Yomu 読む
6
6
 
7
+ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Erol/yomu?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
8
+
7
9
  [Yomu](http://erol.github.com/yomu) is a library for extracting text and metadata from files and documents using the [Apache Tika](http://tika.apache.org/) content analysis toolkit.
8
10
 
9
11
  Here are some of the formats supported:
data/lib/yomu.rb CHANGED
@@ -9,7 +9,7 @@ require 'stringio'
9
9
 
10
10
  class Yomu
11
11
  GEMPATH = File.dirname(File.dirname(__FILE__))
12
- JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.6.jar')
12
+ JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.9.jar')
13
13
  DEFAULT_SERVER_PORT = 9293 # an arbitrary, but perfectly cromulent, port
14
14
 
15
15
  @@server_port = nil
data/lib/yomu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Yomu
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yomu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erol Fornoles
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-20 00:00:00.000000000 Z
11
+ date: 2015-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types
@@ -96,7 +96,7 @@ files:
96
96
  - NOTICE.txt
97
97
  - README.md
98
98
  - Rakefile
99
- - jar/tika-app-1.6.jar
99
+ - jar/tika-app-1.9.jar
100
100
  - lib/yomu.rb
101
101
  - lib/yomu/version.rb
102
102
  - spec/helper.rb
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.2.2
129
+ rubygems_version: 2.4.6
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Read text and metadata from files and documents (.doc, .docx, .pages, .odt,