yomu 0.1.4 → 0.1.5

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.
@@ -5,7 +5,7 @@ require 'yaml'
5
5
 
6
6
  class Yomu
7
7
  GEMPATH = File.dirname(File.dirname(__FILE__))
8
- JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.2.jar')
8
+ JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.3.jar')
9
9
 
10
10
  # Read text or metadata from a data buffer.
11
11
  #
@@ -1,3 +1,3 @@
1
1
  class Yomu
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yomu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-26 00:00:00.000000000 Z
12
+ date: 2013-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -41,7 +41,7 @@ files:
41
41
  - NOTICE.txt
42
42
  - README.md
43
43
  - Rakefile
44
- - jar/tika-app-1.2.jar
44
+ - jar/tika-app-1.3.jar
45
45
  - lib/yomu.rb
46
46
  - lib/yomu/version.rb
47
47
  - test/helper.rb