cddl: 0.10.3 -> 0.12.9
This commit is contained in:
parent
00b60f55aa
commit
964583f521
@ -2,11 +2,12 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
abnc (0.1.1)
|
abnc (0.1.1)
|
||||||
abnftt (0.2.4)
|
abnftt (0.2.6)
|
||||||
base32 (0.3.4)
|
base32 (0.3.4)
|
||||||
|
base45_lite (1.0.1)
|
||||||
cbor-canonical (0.1.2)
|
cbor-canonical (0.1.2)
|
||||||
cbor-deterministic (0.1.3)
|
cbor-deterministic (0.1.3)
|
||||||
cbor-diag (0.8.7)
|
cbor-diag (0.9.5)
|
||||||
cbor-canonical
|
cbor-canonical
|
||||||
cbor-deterministic
|
cbor-deterministic
|
||||||
cbor-packed
|
cbor-packed
|
||||||
@ -14,19 +15,22 @@ GEM
|
|||||||
neatjson
|
neatjson
|
||||||
treetop (~> 1)
|
treetop (~> 1)
|
||||||
cbor-packed (0.1.5)
|
cbor-packed (0.1.5)
|
||||||
cddl (0.10.3)
|
cddl (0.12.9)
|
||||||
abnc
|
abnc (~> 0.1.1)
|
||||||
abnftt
|
abnftt
|
||||||
base32 (~> 0.3)
|
base32 (~> 0.3)
|
||||||
|
base45_lite (~> 1.0)
|
||||||
cbor-diag
|
cbor-diag
|
||||||
colorize
|
colorize
|
||||||
json_pure
|
json_pure
|
||||||
regexp-examples
|
regexp-examples (~> 1.5.1)
|
||||||
|
scanf (~> 1.0)
|
||||||
colorize (1.1.0)
|
colorize (1.1.0)
|
||||||
json_pure (2.7.1)
|
json_pure (2.8.1)
|
||||||
neatjson (0.10.5)
|
neatjson (0.10.5)
|
||||||
polyglot (0.3.5)
|
polyglot (0.3.5)
|
||||||
regexp-examples (1.5.1)
|
regexp-examples (1.5.1)
|
||||||
|
scanf (1.0.0)
|
||||||
treetop (1.6.12)
|
treetop (1.6.12)
|
||||||
polyglot (~> 0.3)
|
polyglot (~> 0.3)
|
||||||
|
|
||||||
@ -37,4 +41,4 @@ DEPENDENCIES
|
|||||||
cddl
|
cddl
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.25
|
2.5.22
|
||||||
|
|||||||
@ -14,10 +14,10 @@
|
|||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "1z7ibh0xv9mqk61rvvmz9fnfk6hffvnppqd8fx61vazjhisi9bcs";
|
sha256 = "1r9ay1kxn2yh9h0j2hr7iszz7cprpc7s6yjsv2k4inxndbsw5y4v";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.2.4";
|
version = "0.2.6";
|
||||||
};
|
};
|
||||||
base32 = {
|
base32 = {
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
@ -29,6 +29,16 @@
|
|||||||
};
|
};
|
||||||
version = "0.3.4";
|
version = "0.3.4";
|
||||||
};
|
};
|
||||||
|
base45_lite = {
|
||||||
|
groups = [ "default" ];
|
||||||
|
platforms = [ ];
|
||||||
|
source = {
|
||||||
|
remotes = [ "https://rubygems.org" ];
|
||||||
|
sha256 = "1n4w36bb20ys8a0mcmvax8rp0rg4wqdsm6p1vqx9xv9vv3dy918i";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.0.1";
|
||||||
|
};
|
||||||
cbor-canonical = {
|
cbor-canonical = {
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
@ -62,10 +72,10 @@
|
|||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "0rwd88xngbjamgydj9rg3wvgl53pfzhal2n702s9afa1yp8mjm51";
|
sha256 = "1gxfs63jgvhdkfpm97mxpz14gxsvqds5pza8i175bmsqwvx3zn87";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.8.7";
|
version = "0.9.5";
|
||||||
};
|
};
|
||||||
cbor-packed = {
|
cbor-packed = {
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
@ -82,19 +92,21 @@
|
|||||||
"abnc"
|
"abnc"
|
||||||
"abnftt"
|
"abnftt"
|
||||||
"base32"
|
"base32"
|
||||||
|
"base45_lite"
|
||||||
"cbor-diag"
|
"cbor-diag"
|
||||||
"colorize"
|
"colorize"
|
||||||
"json_pure"
|
"json_pure"
|
||||||
"regexp-examples"
|
"regexp-examples"
|
||||||
|
"scanf"
|
||||||
];
|
];
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "1qll1qvn3g75r742kr4da7240zdk2qj4vh325965rrjqp8brz23q";
|
sha256 = "1811vvf73jjcxifq8h2cyp0b2z2qwhkplmrc2javx7gwrxlgb2p4";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.10.3";
|
version = "0.12.9";
|
||||||
};
|
};
|
||||||
colorize = {
|
colorize = {
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
@ -111,10 +123,10 @@
|
|||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "09w7f7xlcas9irlaavhz0rnh17cjvjmmqm07drgghx5gwjcrar31";
|
sha256 = "1kks889ymaq5xqvj18qamar3il8m3dnnaf6cij0a0kwxp8lpk1va";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.7.1";
|
version = "2.8.1";
|
||||||
};
|
};
|
||||||
neatjson = {
|
neatjson = {
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
@ -146,6 +158,16 @@
|
|||||||
};
|
};
|
||||||
version = "1.5.1";
|
version = "1.5.1";
|
||||||
};
|
};
|
||||||
|
scanf = {
|
||||||
|
groups = [ "default" ];
|
||||||
|
platforms = [ ];
|
||||||
|
source = {
|
||||||
|
remotes = [ "https://rubygems.org" ];
|
||||||
|
sha256 = "000vxsci3zq8m1wl7mmppj7sarznrqlm6v2x2hdfmbxcwpvvfgak";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.0.0";
|
||||||
|
};
|
||||||
treetop = {
|
treetop = {
|
||||||
dependencies = [ "polyglot" ];
|
dependencies = [ "polyglot" ];
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user