Commit bd210dd1 authored by Guy Chronister's avatar Guy Chronister Committed by Anthony Roussel
Browse files

overcommit: 0.64.0 -> 0.67.1

parent 55d806ce
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -4,12 +4,12 @@ GEM
    childprocess (5.1.0)
      logger (~> 1.5)
    iniparse (1.5.0)
    logger (1.6.1)
    overcommit (0.64.0)
    logger (1.7.0)
    overcommit (0.67.1)
      childprocess (>= 0.6.3, < 6)
      iniparse (~> 1.4)
      rexml (~> 3.2)
    rexml (3.3.7)
      rexml (>= 3.3.9)
    rexml (3.4.1)

PLATFORMS
  ruby
@@ -18,4 +18,4 @@ DEPENDENCIES
  overcommit

BUNDLED WITH
   2.5.16
   2.6.6
+6 −6
Original line number Diff line number Diff line
@@ -25,10 +25,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s";
      sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
      type = "gem";
    };
    version = "1.6.1";
    version = "1.7.0";
  };
  overcommit = {
    dependencies = [
@@ -40,19 +40,19 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0lpl1ppjrqwsmywsb4srfjfm31dna30jrjyx2lkmws7s2jchy94v";
      sha256 = "1i81n0h8h2mb81kjfvqj493flx7rb809z5w8sbjfd7szsqnq86n7";
      type = "gem";
    };
    version = "0.64.0";
    version = "0.67.1";
  };
  rexml = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "09shc1dvg88c4yx83d4c9wf26z838nlapa3cmlq8iqdci39a98v2";
      sha256 = "1jmbf6lf7pcyacpb939xjjpn1f84c3nw83dy3p1lwjx0l2ljfif7";
      type = "gem";
    };
    version = "3.3.7";
    version = "3.4.1";
  };
}
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  testers,
}:

bundlerApp {
bundlerApp rec {
  pname = "overcommit";
  gemdir = ./.;
  exes = [ "overcommit" ];
@@ -24,7 +24,7 @@ bundlerApp {
      package = overcommit;
      version = (import ./gemset.nix).overcommit.version;
    };
    updateScript = bundlerUpdateScript "overcommit";
    updateScript = bundlerUpdateScript pname;
  };

  meta = with lib; {
@@ -32,7 +32,7 @@ bundlerApp {
    homepage = "https://github.com/sds/overcommit";
    changelog = "https://github.com/sds/overcommit/blob/main/CHANGELOG.md";
    license = licenses.mit;
    mainProgram = "overcommit";
    mainProgram = pname;
    maintainers = with maintainers; [
      Br1ght0ne
      anthonyroussel