cbor-canonical 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/cbor-canonical.gemspec +3 -3
- metadata +9 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2e8ef15bf76ee8b25bdf1c83c5be4a6e6ee6aa2cdd55cd32587adaaef9e24de6
|
4
|
+
data.tar.gz: '087d70ef70fcbc4c26aecb595faffaa089ae9d86a9f6a7b44381a99fcdb4b09d'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1c887dd7d82545db2ca1aab5b6113a1c902256ef32fc52ef26dce481433670b4c77f337b6741117011d9364de44b5a027ba6d3c3b7a949b4607001bcf3ecd08
|
7
|
+
data.tar.gz: c37e394cc426c9c1ee07373f5ea1a13ba875f8d43f60bfc001981e0a1b306c5f87ac0f0c8b4a7cfad1f3b9a52652346060a0c8e84d31d99cb86e36300f012c3c
|
data/cbor-canonical.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cbor-canonical"
|
3
|
-
s.version = "0.1.
|
4
|
-
s.summary = "CBOR (Concise Binary Object Representation) canonical encoding"
|
5
|
-
s.description = %q{cbor-canonical implements canonical encoding for CBOR, RFC 7049 Section 3.9}
|
3
|
+
s.version = "0.1.2"
|
4
|
+
s.summary = "CBOR (Concise Binary Object Representation) old canonical encoding"
|
5
|
+
s.description = %q{cbor-canonical implements old canonical encoding for CBOR, RFC 7049 Section 3.9 -- use cbor-deterministic now}
|
6
6
|
s.author = "Carsten Bormann"
|
7
7
|
s.email = "cabo@tzi.org"
|
8
8
|
s.license = "Apache-2.0"
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cbor-canonical
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carsten Bormann
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: cbor-canonical implements canonical encoding for CBOR, RFC 7049 Section
|
14
|
-
3.9
|
13
|
+
description: cbor-canonical implements old canonical encoding for CBOR, RFC 7049 Section
|
14
|
+
3.9 -- use cbor-deterministic now
|
15
15
|
email: cabo@tzi.org
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
@@ -24,7 +24,7 @@ homepage: http://cbor.io/
|
|
24
24
|
licenses:
|
25
25
|
- Apache-2.0
|
26
26
|
metadata: {}
|
27
|
-
post_install_message:
|
27
|
+
post_install_message:
|
28
28
|
rdoc_options: []
|
29
29
|
require_paths:
|
30
30
|
- lib
|
@@ -39,10 +39,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
requirements: []
|
42
|
-
|
43
|
-
|
44
|
-
signing_key:
|
42
|
+
rubygems_version: 3.2.3
|
43
|
+
signing_key:
|
45
44
|
specification_version: 4
|
46
|
-
summary: CBOR (Concise Binary Object Representation) canonical encoding
|
45
|
+
summary: CBOR (Concise Binary Object Representation) old canonical encoding
|
47
46
|
test_files:
|
48
47
|
- test/test-canonical.rb
|