ruby-jsonld-signatures 0.0.10 → 0.0.11
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 +2 -0
- data/VERSION +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 177464909e576870c1bfcb667bfc4f4ff7543e58bbd255d8f075fa9da6f80dbc
|
|
4
|
+
data.tar.gz: 824083da28b5d8432d9ebfff36ba82c69478a3af14dbc49afd41ab1b65361add
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cebdeb9b896f46fc9c220372290dfa7f1a6b709f6711fe809a0d794ce46a4e6954d2a54dcec0677e72011db6eafed64d7d30faa32f2b1b6144e821d4c9f8570
|
|
7
|
+
data.tar.gz: f1e5c2acd4b5183863c72e87964cf079b0a053137d21d2f047e5264950e1385cf3370104911ff0cc5740e7127dcb2a917c1782d21ef8fbd4103f39949059b557
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://travis-ci.org/johncallahan/ruby-jsonld-signatures) [](https://badge.fury.io/rb/ruby-jsonld-signatures) [](https://opensource.org/licenses/MIT)
|
|
2
|
+
|
|
1
3
|
This gem is an implementation of the JSON-LD Signatures specification
|
|
2
4
|
in Ruby that supports the following encryption options:
|
|
3
5
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.11
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-jsonld-signatures
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Sletten
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rdf
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 3.
|
|
20
|
+
version: '3.1'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 3.
|
|
27
|
+
version: '3.1'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: rdf-normalize
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -121,14 +121,14 @@ dependencies:
|
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 3.
|
|
124
|
+
version: 3.1.4
|
|
125
125
|
type: :development
|
|
126
126
|
prerelease: false
|
|
127
127
|
version_requirements: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 3.
|
|
131
|
+
version: 3.1.4
|
|
132
132
|
- !ruby/object:Gem::Dependency
|
|
133
133
|
name: yard
|
|
134
134
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -178,8 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
|
-
|
|
182
|
-
rubygems_version: 2.7.7
|
|
181
|
+
rubygems_version: 3.0.6
|
|
183
182
|
signing_key:
|
|
184
183
|
specification_version: 4
|
|
185
184
|
summary: JSON-LD Signature implementation for Ruby.
|