opener-constituent-parser 2.0.0 → 2.0.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 +4 -4
- data/lib/opener/constituent_parser/cli.rb +1 -1
- data/lib/opener/constituent_parser/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0876398ec68ae5ec7be5713d2dadb8de7e27b0e4
|
|
4
|
+
data.tar.gz: d4c53de5099dbfbfde23958961ee9c3d7f59b330
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e38b0a4353393f714b5635bf9f17c116314e70f96507c29fa14b88ebf545672a1d4b3e28fedc3f3de5c923658973998790ac8aef662dfcf1799a28b31a29e93d
|
|
7
|
+
data.tar.gz: 2c7a33e115ba3b6d36b7650337afffae41404154b42fed54b7289bfdf7351adc95217d791080344c6b2132e05f96ff86590f6f1ac54b23f4d192a86de583c7cc
|
|
@@ -42,7 +42,7 @@ Example:
|
|
|
42
42
|
separator "\nOptions:\n"
|
|
43
43
|
|
|
44
44
|
on :v, :version, 'Shows the current version' do
|
|
45
|
-
abort "
|
|
45
|
+
abort "constituent-parser v#{VERSION} on #{RUBY_DESCRIPTION}"
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
on :l=, :language=, 'Sets a specific language to use', :as => String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opener-constituent-parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
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-11-
|
|
11
|
+
date: 2014-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: opener-constituent-parser-base
|