shacl 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -7
  3. data/VERSION +1 -1
  4. data/etc/doap.ttl +1 -1
  5. metadata +9 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7163286341743b1baf6df4cb49071e39ed693a7864c377c659caf48eed0d0760
4
- data.tar.gz: e1322902cc13e77334af96fc04e5df6f6bc36b7beb3d3d7c4342b325cb805a15
3
+ metadata.gz: 73d5d701d3d5d0c640b81c64260bbd99c5ae28ef18bb0dca293bfa308b28a2a1
4
+ data.tar.gz: 6d33345f3bda6aef07f2d9a66bc9370d37c4a3c3685fd3df7f00f55a5f02ba99
5
5
  SHA512:
6
- metadata.gz: 198cf5da6f65c9e0b180ba5a54d9ef9cb66a00afc7a4a383d48d077b31e5e779236decbf1ba582f0199e2d140f283ab447fc85db0945f75378db07397e7caa40
7
- data.tar.gz: 5cb2bc87ca22f2b7295ab498d3ad2ab1e53012a7e60ad11a799431d3f0394df4820ac2e0184c6ee4cf0b6f87eef4c102a722209164e336b19418ac9fc00ce02e
6
+ metadata.gz: fb2313d6051c3862fca2d51030ccc894519c047efd7b730a1de68f0dd3f37b05ca633dcee1050b80eeb033b6e83cdf403ff9c38e83bdd090944e7fbafc20d40e
7
+ data.tar.gz: 055b1c9d571609aca9f96cc8a9124cbcaa4cc971e4a63942fc07019e73817970d163e1f5fbeb82e0f666e3f61dc760d3f942e2c58eebe713ed984855d57645b3
data/README.md CHANGED
@@ -48,7 +48,7 @@ The result will add the SHACL validation report to the output graph, optionally
48
48
 
49
49
  ## Documentation
50
50
 
51
- <https://rubydoc.info/github/ruby-rdf/shacl>
51
+ <https://ruby-rdf.github.io/shacl>
52
52
 
53
53
  ## Implementation Notes
54
54
 
@@ -108,7 +108,7 @@ follows:
108
108
 
109
109
  ## Resources
110
110
 
111
- * <https://rubydoc.info/github/ruby-rdf/shacl>
111
+ * <https://ruby-rdf.github.io/shacl>
112
112
  * <https://github.com/ruby-rdf/shacl>
113
113
  * <https://rubygems.org/gems/shacl>
114
114
 
@@ -151,9 +151,9 @@ see <https://unlicense.org/> or the accompanying {file:LICENSE} file.
151
151
  [YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
152
152
  [PDD]: https://unlicense.org/#unlicensing-contributions
153
153
  [S-Expressions]: https://en.wikipedia.org/wiki/S-expression
154
- [RDF.rb]: https://ruby-rdf.github.com/rdf
155
- [RDF::Reasoner]: https://ruby-rdf.github.com/rdf-reasoner
156
- [SPARQL gem]: https://ruby-rdf.github.com/sparql
157
- [SXP gem]: https://ruby-rdf.github.com/sxp
154
+ [RDF.rb]: https://ruby-rdf.github.io/rdf
155
+ [RDF::Reasoner]: https://ruby-rdf.github.io/rdf-reasoner
156
+ [SPARQL gem]: https://ruby-rdf.github.io/sparql
157
+ [SXP gem]: https://ruby-rdf.github.io/sxp
158
158
  [SHACL Spec]: https://www.w3.org/TR/shacl/
159
- [ShEx gem]: https://ruby-rdf.github.com/shex
159
+ [ShEx gem]: https://ruby-rdf.github.io/shex
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/etc/doap.ttl CHANGED
@@ -11,7 +11,7 @@
11
11
  <https://rubygems.org/gems/shacl> a doap:Project, earl:TestSubject, earl:Software ;
12
12
  sh:shapesGraph <doap-shacl.ttl>;
13
13
  doap:name "SHACL" ;
14
- doap:homepage <https://ruby-rdf.github.com/shacl> ;
14
+ doap:homepage <https://ruby-rdf.github.io/shacl> ;
15
15
  doap:license <https://unlicense.org/1.0/> ;
16
16
  doap:shortdesc "SHACL is a Shapes Constraint engine for Ruby."@en ;
17
17
  doap:description "SHACL is a Shape Constraint engine for the Ruby RDF.rb library suite."@en ;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shacl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregg Kellogg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdf
@@ -179,10 +179,15 @@ files:
179
179
  - lib/shacl/validation_report.rb
180
180
  - lib/shacl/validation_result.rb
181
181
  - lib/shacl/version.rb
182
- homepage: https://ruby-rdf.github.com/shacl
182
+ homepage: https://github.com/ruby-rdf/shacl
183
183
  licenses:
184
184
  - Unlicense
185
- metadata: {}
185
+ metadata:
186
+ documentation_uri: https://ruby-rdf.github.io/shacl
187
+ bug_tracker_uri: https://github.com/ruby-rdf/shacl/issues
188
+ homepage_uri: https://github.com/ruby-rdf/shacl
189
+ mailing_list_uri: https://lists.w3.org/Archives/Public/public-rdf-ruby/
190
+ source_code_uri: https://github.com/ruby-rdf/shacl
186
191
  post_install_message:
187
192
  rdoc_options: []
188
193
  require_paths: