shacl 0.4.1 → 0.4.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/README.md +5 -1
- data/VERSION +1 -1
- metadata +21 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44b404897022b49c1a5753c38b20d923f09bc17a3c89e1ae66ed6d3659134a16
|
4
|
+
data.tar.gz: 9fa397ceb037a43fd246121f1517f008b27b36047f014ccedd2b8eb4ce89fa0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e278423d52de27bedb0cb3dbcc97c7692c5738f53406cdf75d00e295aa038a0a5817df6d3992033d8582ff4ccd37304e51b723b6f8611fa997a0daa5b0a3c960
|
7
|
+
data.tar.gz: 62a3c9c18f74e56960af76aa37b67085de9f8668918042de98fde1fcffdb744da71e09ecaebb9c53229edeee463bc2d2770c63ee47236f2b379953d47a2bcf35
|
data/README.md
CHANGED
@@ -85,13 +85,17 @@ This implementation is certainly not performant. Some things that can be be cons
|
|
85
85
|
* More [SHACL Advanced Features](https://w3c.github.io/shacl/shacl-af/).
|
86
86
|
* Support the [SHACL Compact Syntax](https://w3c.github.io/shacl/shacl-compact-syntax/).
|
87
87
|
|
88
|
+
## Change Log
|
89
|
+
|
90
|
+
See [Release Notes on GitHub](https://github.com/ruby-rdf/shacl/releases)
|
91
|
+
|
88
92
|
## Dependencies
|
89
93
|
|
90
94
|
* [Ruby](https://ruby-lang.org/) (>= 3.0)
|
91
95
|
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
|
92
96
|
* [SPARQL](https://rubygems.org/gems/sparql) (~> 3.2)
|
93
97
|
* [json-ld](https://rubygems.org/gems/json-ld) (~> 3.3)
|
94
|
-
* [sxp](https://rubygems.org/gems/sxp) (~>
|
98
|
+
* [sxp](https://rubygems.org/gems/sxp) (~> 2.0)
|
95
99
|
|
96
100
|
## Installation
|
97
101
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.2
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shacl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregg Kellogg
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-05-19 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rdf
|
@@ -44,14 +43,14 @@ dependencies:
|
|
44
43
|
requirements:
|
45
44
|
- - "~>"
|
46
45
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
46
|
+
version: '2.0'
|
48
47
|
type: :runtime
|
49
48
|
prerelease: false
|
50
49
|
version_requirements: !ruby/object:Gem::Requirement
|
51
50
|
requirements:
|
52
51
|
- - "~>"
|
53
52
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
53
|
+
version: '2.0'
|
55
54
|
- !ruby/object:Gem::Dependency
|
56
55
|
name: sparql
|
57
56
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,6 +65,20 @@ dependencies:
|
|
66
65
|
- - "~>"
|
67
66
|
- !ruby/object:Gem::Version
|
68
67
|
version: '3.3'
|
68
|
+
- !ruby/object:Gem::Dependency
|
69
|
+
name: getoptlong
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - "~>"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '0.2'
|
75
|
+
type: :development
|
76
|
+
prerelease: false
|
77
|
+
version_requirements: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - "~>"
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '0.2'
|
69
82
|
- !ruby/object:Gem::Dependency
|
70
83
|
name: rdf-spec
|
71
84
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,14 +141,14 @@ dependencies:
|
|
128
141
|
requirements:
|
129
142
|
- - "~>"
|
130
143
|
- !ruby/object:Gem::Version
|
131
|
-
version: '3.
|
144
|
+
version: '3.13'
|
132
145
|
type: :development
|
133
146
|
prerelease: false
|
134
147
|
version_requirements: !ruby/object:Gem::Requirement
|
135
148
|
requirements:
|
136
149
|
- - "~>"
|
137
150
|
- !ruby/object:Gem::Version
|
138
|
-
version: '3.
|
151
|
+
version: '3.13'
|
139
152
|
- !ruby/object:Gem::Dependency
|
140
153
|
name: rspec-its
|
141
154
|
requirement: !ruby/object:Gem::Requirement
|
@@ -205,7 +218,6 @@ metadata:
|
|
205
218
|
homepage_uri: https://github.com/ruby-rdf/shacl
|
206
219
|
mailing_list_uri: https://lists.w3.org/Archives/Public/public-rdf-ruby/
|
207
220
|
source_code_uri: https://github.com/ruby-rdf/shacl
|
208
|
-
post_install_message:
|
209
221
|
rdoc_options: []
|
210
222
|
require_paths:
|
211
223
|
- lib
|
@@ -220,8 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
232
|
- !ruby/object:Gem::Version
|
221
233
|
version: '0'
|
222
234
|
requirements: []
|
223
|
-
rubygems_version: 3.
|
224
|
-
signing_key:
|
235
|
+
rubygems_version: 3.6.7
|
225
236
|
specification_version: 4
|
226
237
|
summary: Implementation of Shapes Constraint Language (SHACL) for RDF.rb
|
227
238
|
test_files: []
|