rdf-vocab 2.2.6 → 2.2.7
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/VERSION +1 -0
- data/lib/rdf/vocab/extensions.rb +3 -3
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f8795819018553edbbaccba0ca68a17b8930792
|
4
|
+
data.tar.gz: de90008b65cf1ce14f7fc6e363985568232d0bdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab7cc4c883d46db6f2c18fcc760757a00d508b335fbff52e2af84123ddd6c9fc98c127086936d66ee517bf48d11d079d540fd9a9d83aec025d8a72ca47508ff8
|
7
|
+
data.tar.gz: e29282aa80e33c9070c9650b221c244235fab8295ffebb697dc2ed788387d7734608c53684ba4ce335723a2fb2697cb3f6f2c543534b5397a9439d55141e8897
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.2.7
|
data/lib/rdf/vocab/extensions.rb
CHANGED
@@ -443,10 +443,10 @@ module RDF
|
|
443
443
|
# @return [Hash{Symbol => Lambda(Array, Hash)}]
|
444
444
|
def cli_commands
|
445
445
|
super.merge({
|
446
|
-
|
447
|
-
description: "Generate a vocabulary using a special serialization.
|
446
|
+
"gen-vocab": {
|
447
|
+
description: "Generate a vocabulary using a special serialization.",
|
448
448
|
parse: false, # Only parse if there are input files, otherwise, uses vocabulary
|
449
|
-
help: "gen-vocab --uri <vocabulary-URI> [--output format ttl|jsonld|html] [options] [files]\
|
449
|
+
help: "gen-vocab --uri <vocabulary-URI> [--output format ttl|jsonld|html] [options] [files]\nGenerate a vocabulary from repository using a special serialization.",
|
450
450
|
lambda: ->(files, options) do
|
451
451
|
$stdout.puts "Generate Vocabulary"
|
452
452
|
raise ArgumentError, "Must specify vocabulary URI" unless options[:base_uri]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf-vocab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Chandek-Stark
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-09-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|
@@ -260,6 +260,7 @@ extra_rdoc_files:
|
|
260
260
|
files:
|
261
261
|
- LICENSE
|
262
262
|
- README.md
|
263
|
+
- VERSION
|
263
264
|
- lib/rdf/vocab.rb
|
264
265
|
- lib/rdf/vocab/acl.rb
|
265
266
|
- lib/rdf/vocab/bf2.rb
|