opener-constituent-parser 1.2.1 → 1.2.2
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/version.rb +1 -1
- metadata +10 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbe00129cccc308447f4dbb94389a0518cffa9cb
|
|
4
|
+
data.tar.gz: 4d12818fb62a35064b9d4d85661174cb035b133a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb7f43ddeec7be9a0e4e03dc2d0446d822a2b7cb421f92cd617cec070a634957f2328c41c5e75c10e9aa0160948d6d198da11af1a0d596ff1f733ded8cb32845
|
|
7
|
+
data.tar.gz: 3a1bb6f7c744ceaf8ded1a6a08b834fc2c38ac190b377ead0609bb41058c5b6c94445af78810b482336ed1ecc1b531adc66cc94e66865a77baa15f27e3e4dc1d
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opener-constituent-parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- development@olery.com
|
|
@@ -179,19 +179,19 @@ executables:
|
|
|
179
179
|
extensions: []
|
|
180
180
|
extra_rdoc_files: []
|
|
181
181
|
files:
|
|
182
|
+
- README.md
|
|
183
|
+
- bin/constituent-parser
|
|
184
|
+
- bin/constituent-parser-daemon
|
|
185
|
+
- bin/constituent-parser-server
|
|
186
|
+
- config.ru
|
|
187
|
+
- exec/constituent-parser.rb
|
|
182
188
|
- lib/opener/constituent_parser.rb
|
|
183
|
-
- lib/opener/constituent_parser/version.rb
|
|
184
|
-
- lib/opener/constituent_parser/server.rb
|
|
185
189
|
- lib/opener/constituent_parser/cli.rb
|
|
186
190
|
- lib/opener/constituent_parser/public/markdown.css
|
|
191
|
+
- lib/opener/constituent_parser/server.rb
|
|
192
|
+
- lib/opener/constituent_parser/version.rb
|
|
187
193
|
- lib/opener/constituent_parser/views/index.erb
|
|
188
194
|
- opener-constituent-parser.gemspec
|
|
189
|
-
- README.md
|
|
190
|
-
- exec/constituent-parser.rb
|
|
191
|
-
- config.ru
|
|
192
|
-
- bin/constituent-parser
|
|
193
|
-
- bin/constituent-parser-daemon
|
|
194
|
-
- bin/constituent-parser-server
|
|
195
195
|
homepage:
|
|
196
196
|
licenses: []
|
|
197
197
|
metadata: {}
|
|
@@ -211,9 +211,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
211
211
|
version: '0'
|
|
212
212
|
requirements: []
|
|
213
213
|
rubyforge_project:
|
|
214
|
-
rubygems_version: 2.
|
|
214
|
+
rubygems_version: 2.2.2
|
|
215
215
|
signing_key:
|
|
216
216
|
specification_version: 4
|
|
217
217
|
summary: Constituent parser including a webservice.
|
|
218
218
|
test_files: []
|
|
219
|
-
has_rdoc: yard
|