yomu 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -4
- data/jar/{tika-app-1.5.jar → tika-app-1.6.jar} +0 -0
- data/lib/yomu.rb +1 -1
- data/lib/yomu/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 763e0175f0348e0128b7a24344c58ef9580991c2
|
4
|
+
data.tar.gz: 3ac16148db3fbe1f3f464745156e42ec490228dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6cbd2370dfa5569e9d5efdc8214c24788d60a3f33981a07e603a45442e48781452004a76a0d5f75484dbb825320caa7a8f7314e7d8a19d807abb4178edb6849
|
7
|
+
data.tar.gz: c425f26e52562d5690f5bd8a104dd0763101b191983a6b58f2f10f3e1c278fa146d668f4e2dbce5b144a6a76125684b4139cee48550c793bb2b9d3ba53d0f0fd
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
[![Build Status](
|
2
|
-
[![Code Climate](
|
1
|
+
[![Travis Build Status](http://img.shields.io/travis/Erol/yomu.svg?style=flat)](https://travis-ci.org/Erol/yomu)
|
2
|
+
[![Code Climate Score](http://img.shields.io/codeclimate/github/Erol/yomu.svg?style=flat)](https://codeclimate.com/github/Erol/yomu)
|
3
|
+
[![Gem Version](http://img.shields.io/gem/v/yomu.svg?style=flat)](#)
|
3
4
|
|
4
5
|
# Yomu 読む
|
5
6
|
|
@@ -80,6 +81,12 @@ yomu.mimetype.extensions #=> ['docx']
|
|
80
81
|
|
81
82
|
## Installation and Dependencies
|
82
83
|
|
84
|
+
### Java Runtime
|
85
|
+
|
86
|
+
Yomu packages the Apache Tika application jar and requires a working JRE for it to work.
|
87
|
+
|
88
|
+
### Gem
|
89
|
+
|
83
90
|
Add this line to your application's Gemfile:
|
84
91
|
|
85
92
|
gem 'yomu'
|
@@ -92,8 +99,6 @@ Or install it yourself as:
|
|
92
99
|
|
93
100
|
$ gem install yomu
|
94
101
|
|
95
|
-
**Yomu packages the Apache Tika application jar and requires a working JRE for it to work.**
|
96
|
-
|
97
102
|
## Contributing
|
98
103
|
|
99
104
|
1. Fork it
|
Binary file
|
data/lib/yomu.rb
CHANGED
data/lib/yomu/version.rb
CHANGED
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.
|
4
|
+
version: 0.2.1
|
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-
|
11
|
+
date: 2014-12-19 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.
|
99
|
+
- jar/tika-app-1.6.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.
|
129
|
+
rubygems_version: 2.2.0
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: Read text and metadata from files and documents (.doc, .docx, .pages, .odt,
|