Unverified Commit 85931b40 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ceedling: 0.31.0 -> 1.0.0 (#374328)

parents bc15bf2b bf4e35cc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20010,6 +20010,12 @@
    githubId = 13752145;
    name = "Richard Lupton";
  };
  rlwrnc = {
    email = "raymond.lawrence@tutanota.com";
    github = "rlwrnc";
    githubId = 95446597;
    name = "Raymond Lawrence";
  };
  rmcgibbo = {
    email = "rmcgibbo@gmail.com";
    matrix = "@rmcgibbo:matrix.org";
+13 −5
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    ceedling (0.31.1)
    ceedling (1.0.0)
      constructor (~> 2)
      deep_merge (~> 1.2)
      diy (~> 1.1)
      rake (>= 12, < 14)
      thor (~> 0.14)
      thor (~> 1.3)
      unicode-display_width (~> 3.1)
    constructor (2.0.0)
    deep_merge (1.2.2)
    rake (13.0.6)
    thor (0.20.3)
    diy (1.1.2)
      constructor (>= 1.0.0)
    rake (13.2.1)
    thor (1.3.2)
    unicode-display_width (3.1.4)
      unicode-emoji (~> 4.0, >= 4.0.4)
    unicode-emoji (4.0.4)

PLATFORMS
  ruby
  x86_64-linux

DEPENDENCIES
  ceedling

BUNDLED WITH
   2.4.17
   2.5.22
+2 −0
Original line number Diff line number Diff line
@@ -13,5 +13,7 @@ bundlerApp {
    homepage = "https://www.throwtheswitch.org/ceedling";
    license = licenses.mit;
    platforms = platforms.unix;
    maintainers = [ maintainers.rlwrnc ];
    mainProgram = "ceedling";
  };
}
+40 −6
Original line number Diff line number Diff line
@@ -3,17 +3,19 @@
    dependencies = [
      "constructor"
      "deep_merge"
      "diy"
      "rake"
      "thor"
      "unicode-display_width"
    ];
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1jjvz14dg85v8c4raxvk618rq7f6kyna5148901xciz2zjpm3bri";
      sha256 = "1c6f8gypc86rc7ww3c2lcqy0z08ksdzjdw0zkdd9whairx6flhvl";
      type = "gem";
    };
    version = "0.31.1";
    version = "1.0.0";
  };
  constructor = {
    groups = [ "default" ];
@@ -35,24 +37,56 @@
    };
    version = "1.2.2";
  };
  diy = {
    dependencies = [ "constructor" ];
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1gsgx4fi8yzjzafgsqcyjrj4wd8l0j07kkcp7w9pbfw7ay3glm79";
      type = "gem";
    };
    version = "1.1.2";
  };
  rake = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
      sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
      type = "gem";
    };
    version = "13.0.6";
    version = "13.2.1";
  };
  thor = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
      sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
      type = "gem";
    };
    version = "1.3.2";
  };
  unicode-display_width = {
    dependencies = [ "unicode-emoji" ];
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1has87asspm6m9wgqas8ghhhwyf2i1yqrqgrkv47xw7jq3qjmbwc";
      type = "gem";
    };
    version = "3.1.4";
  };
  unicode-emoji = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c";
      type = "gem";
    };
    version = "0.20.3";
    version = "4.0.4";
  };
}