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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1dd31996e950040ca9d95dbb85ab31ce3285ad3
4
- data.tar.gz: 9a08c9c57b33658aec0fe4443c0a518b2753ef33
3
+ metadata.gz: 9f8795819018553edbbaccba0ca68a17b8930792
4
+ data.tar.gz: de90008b65cf1ce14f7fc6e363985568232d0bdb
5
5
  SHA512:
6
- metadata.gz: e86a2d008b5afadde96d220fb430e29ccbb9a6fd6802602e17c2b72784b7de63984d3a09fca23b2f0df80a26e62375232770f7972514c98e3ffe2d245964cf2a
7
- data.tar.gz: 2883681d856110cca2e6b7541d354707701598155e398b493427c8c61c409d5ed05011d274fdb597c810f5e7c23192774e6274e6c7d839c84d7a80fbf4642058
6
+ metadata.gz: ab7cc4c883d46db6f2c18fcc760757a00d508b335fbff52e2af84123ddd6c9fc98c127086936d66ee517bf48d11d079d540fd9a9d83aec025d8a72ca47508ff8
7
+ data.tar.gz: e29282aa80e33c9070c9650b221c244235fab8295ffebb697dc2ed788387d7734608c53684ba4ce335723a2fb2697cb3f6f2c543534b5397a9439d55141e8897
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 2.2.7
@@ -443,10 +443,10 @@ module RDF
443
443
  # @return [Hash{Symbol => Lambda(Array, Hash)}]
444
444
  def cli_commands
445
445
  super.merge({
446
- :"gen-vocab" => {
447
- description: "Generate a vocabulary using a special serialization. Accepts an input graph, or serializes built-in vocabulary",
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]\n",
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.6
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-08-18 00:00:00.000000000 Z
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