Skip to content

Commit d8c6207

Browse files
committed
update to tika 1.6
2 parents 4d471d8 + 0b30f61 commit d8c6207

File tree

3 files changed

+56
-1
lines changed

3 files changed

+56
-1
lines changed

Diff for: .directory

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Dolphin]
2+
Timestamp=2014,9,16,9,0,25
3+
Version=3
4+
5+
[Settings]
6+
HiddenFilesShown=true

Diff for: .profile.d/tika.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# Set tika vars
5-
TIKA_VERSION=${TIKA_VERSION:-"1.5"}
5+
TIKA_VERSION=${TIKA_VERSION:-"1.6"}
66
TIKA_DIR=${TIKA_DIR:-"$HOME/vendor/bin"}
77

88
export TIKA_CONCURRENCY=${TIKA_CONCURRENCY:-2}

Diff for: package.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "anyfetch-hydrater-tika",
3+
"version": "1.0.0",
4+
"author": "Dartus Pierre-Marie <[email protected]>",
5+
"contributors": [
6+
{
7+
"name": "Robin Ricard",
8+
"email": "[email protected]"
9+
},
10+
{
11+
"name": "Matthieu Bacconnier",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"bin": {
16+
"server": "./bin/server"
17+
},
18+
"scripts": {
19+
"start": "node ./bin/server",
20+
"test": "NODE_ENV=test mocha -R spec -t 10000 test/",
21+
"lint": "jshint lib/ test/ config/ bin/"
22+
},
23+
"main": "./lib/",
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/AnyFetch/plaintext-hydrater.anyfetch.com"
27+
},
28+
"keywords": [
29+
"cluestr",
30+
"hydrater",
31+
"tika"
32+
],
33+
"dependencies": {
34+
"anyfetch-hydrater": "^1.0.12",
35+
"async": "0.9.x",
36+
"heroku-self-ping": "~1.1.1",
37+
"html-entities": "^1.0.10"
38+
},
39+
"devDependencies": {
40+
"mocha": "1.20.x",
41+
"should": "4.0.x",
42+
"supertest": "0.13.x",
43+
"jshint": "2.5.x"
44+
},
45+
"licence": "MIT",
46+
"engines": {
47+
"node": ">=0.10"
48+
}
49+
}

0 commit comments

Comments
 (0)