yomu 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: ef1ce415813b44ff2a36e29a49b59768dd72f7f3
4
- data.tar.gz: 17c69e97c25e156d101e6cef2c5b3f1fb149190d
3
+ metadata.gz: 763e0175f0348e0128b7a24344c58ef9580991c2
4
+ data.tar.gz: 3ac16148db3fbe1f3f464745156e42ec490228dd
5
5
  SHA512:
6
- metadata.gz: 3ad3d4a04d785d0a31028f91d196d797d98e93f9289693d53987f9f72086c6e1c2a86057bc54055e2eb5db87324d370229cb92e8d2bc1ccccf8ecc09a8764f44
7
- data.tar.gz: f1e70048c8c42b9750e14bb0b85250114e0674599663da6418cdc4d893947220247be46e16e002f909170b8f86526bd96c4610a515f1ee0c14728e2a77705a55
6
+ metadata.gz: c6cbd2370dfa5569e9d5efdc8214c24788d60a3f33981a07e603a45442e48781452004a76a0d5f75484dbb825320caa7a8f7314e7d8a19d807abb4178edb6849
7
+ data.tar.gz: c425f26e52562d5690f5bd8a104dd0763101b191983a6b58f2f10f3e1c278fa146d668f4e2dbce5b144a6a76125684b4139cee48550c793bb2b9d3ba53d0f0fd
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
- [![Build Status](https://travis-ci.org/Erol/yomu.png?branch=master)](https://travis-ci.org/Erol/yomu)
2
- [![Code Climate](https://codeclimate.com/github/Erol/yomu.png)](https://codeclimate.com/github/Erol/yomu)
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
data/lib/yomu.rb CHANGED
@@ -6,7 +6,7 @@ require 'json'
6
6
 
7
7
  class Yomu
8
8
  GEMPATH = File.dirname(File.dirname(__FILE__))
9
- JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.5.jar')
9
+ JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.6.jar')
10
10
 
11
11
  # Read text or metadata from a data buffer.
12
12
  #
data/lib/yomu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Yomu
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
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.0
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-04-30 00:00:00.000000000 Z
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.5.jar
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.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,