Unverified Commit 964583f5 authored by amesgen's avatar amesgen
Browse files

cddl: 0.10.3 -> 0.12.9

parent 00b60f55
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -2,11 +2,12 @@ GEM
  remote: https://rubygems.org/
  specs:
    abnc (0.1.1)
    abnftt (0.2.4)
    abnftt (0.2.6)
    base32 (0.3.4)
    base45_lite (1.0.1)
    cbor-canonical (0.1.2)
    cbor-deterministic (0.1.3)
    cbor-diag (0.8.7)
    cbor-diag (0.9.5)
      cbor-canonical
      cbor-deterministic
      cbor-packed
@@ -14,19 +15,22 @@ GEM
      neatjson
      treetop (~> 1)
    cbor-packed (0.1.5)
    cddl (0.10.3)
      abnc
    cddl (0.12.9)
      abnc (~> 0.1.1)
      abnftt
      base32 (~> 0.3)
      base45_lite (~> 1.0)
      cbor-diag
      colorize
      json_pure
      regexp-examples
      regexp-examples (~> 1.5.1)
      scanf (~> 1.0)
    colorize (1.1.0)
    json_pure (2.7.1)
    json_pure (2.8.1)
    neatjson (0.10.5)
    polyglot (0.3.5)
    regexp-examples (1.5.1)
    scanf (1.0.0)
    treetop (1.6.12)
      polyglot (~> 0.3)

@@ -37,4 +41,4 @@ DEPENDENCIES
  cddl

BUNDLED WITH
   2.3.25
   2.5.22
+30 −8
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1z7ibh0xv9mqk61rvvmz9fnfk6hffvnppqd8fx61vazjhisi9bcs";
      sha256 = "1r9ay1kxn2yh9h0j2hr7iszz7cprpc7s6yjsv2k4inxndbsw5y4v";
      type = "gem";
    };
    version = "0.2.4";
    version = "0.2.6";
  };
  base32 = {
    groups = [ "default" ];
@@ -29,6 +29,16 @@
    };
    version = "0.3.4";
  };
  base45_lite = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1n4w36bb20ys8a0mcmvax8rp0rg4wqdsm6p1vqx9xv9vv3dy918i";
      type = "gem";
    };
    version = "1.0.1";
  };
  cbor-canonical = {
    groups = [ "default" ];
    platforms = [ ];
@@ -62,10 +72,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0rwd88xngbjamgydj9rg3wvgl53pfzhal2n702s9afa1yp8mjm51";
      sha256 = "1gxfs63jgvhdkfpm97mxpz14gxsvqds5pza8i175bmsqwvx3zn87";
      type = "gem";
    };
    version = "0.8.7";
    version = "0.9.5";
  };
  cbor-packed = {
    groups = [ "default" ];
@@ -82,19 +92,21 @@
      "abnc"
      "abnftt"
      "base32"
      "base45_lite"
      "cbor-diag"
      "colorize"
      "json_pure"
      "regexp-examples"
      "scanf"
    ];
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1qll1qvn3g75r742kr4da7240zdk2qj4vh325965rrjqp8brz23q";
      sha256 = "1811vvf73jjcxifq8h2cyp0b2z2qwhkplmrc2javx7gwrxlgb2p4";
      type = "gem";
    };
    version = "0.10.3";
    version = "0.12.9";
  };
  colorize = {
    groups = [ "default" ];
@@ -111,10 +123,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "09w7f7xlcas9irlaavhz0rnh17cjvjmmqm07drgghx5gwjcrar31";
      sha256 = "1kks889ymaq5xqvj18qamar3il8m3dnnaf6cij0a0kwxp8lpk1va";
      type = "gem";
    };
    version = "2.7.1";
    version = "2.8.1";
  };
  neatjson = {
    groups = [ "default" ];
@@ -146,6 +158,16 @@
    };
    version = "1.5.1";
  };
  scanf = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "000vxsci3zq8m1wl7mmppj7sarznrqlm6v2x2hdfmbxcwpvvfgak";
      type = "gem";
    };
    version = "1.0.0";
  };
  treetop = {
    dependencies = [ "polyglot" ];
    groups = [ "default" ];