opener-constituent-parser-base 1.0.2 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/core/target/ehu-parse-1.0.jar +0 -0
- data/lib/opener/constituent_parsers/base/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9774df0d17549366f7c15cd9f9b31b7ee87d23e0
|
4
|
+
data.tar.gz: f56667223b31c01217ac52892f9ce9692e1a59d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86f6ab87ad1e4c725e2adc451d4e31b2d9a0e9970d2703fe66a71564ab40ae0b7001770d86cde93b4c8b6c59a94f492b23f57e4e764449ab708e27ddf86b55bb
|
7
|
+
data.tar.gz: 03fc14532760103588d186c63f0e521e8edd3b20770a6752b01f7f4e7c0c58a6a60fa3cf21e8dc39f9b0c1fe8b4d0a662c89e46cf6001bfa1c2685381bc0f563
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opener-constituent-parser-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- development@olery.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-05-
|
11
|
+
date: 2014-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opener-build-tools
|
@@ -69,22 +69,22 @@ dependencies:
|
|
69
69
|
description: Constituent parser that supports various languages.
|
70
70
|
email:
|
71
71
|
executables:
|
72
|
+
- constituent-parser-fr
|
72
73
|
- constituent-parser-en
|
73
74
|
- constituent-parser-es
|
74
|
-
- constituent-parser-fr
|
75
75
|
- constituent-parser-it
|
76
76
|
extensions: []
|
77
77
|
extra_rdoc_files: []
|
78
78
|
files:
|
79
|
-
- README.md
|
80
|
-
- bin/constituent-parser-en
|
81
|
-
- bin/constituent-parser-es
|
82
|
-
- bin/constituent-parser-fr
|
83
|
-
- bin/constituent-parser-it
|
84
79
|
- core/target/ehu-parse-1.0.jar
|
85
80
|
- lib/opener/constituent_parsers/base.rb
|
86
81
|
- lib/opener/constituent_parsers/base/version.rb
|
87
82
|
- opener-constituent-parser-base.gemspec
|
83
|
+
- README.md
|
84
|
+
- bin/constituent-parser-fr
|
85
|
+
- bin/constituent-parser-en
|
86
|
+
- bin/constituent-parser-es
|
87
|
+
- bin/constituent-parser-it
|
88
88
|
homepage:
|
89
89
|
licenses: []
|
90
90
|
metadata: {}
|
@@ -104,8 +104,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
version: '0'
|
105
105
|
requirements: []
|
106
106
|
rubyforge_project:
|
107
|
-
rubygems_version: 2.
|
107
|
+
rubygems_version: 2.1.9
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
110
|
summary: Constituent parser that supports various languages.
|
111
111
|
test_files: []
|
112
|
+
has_rdoc: yard
|