overcommit: 0.67.1 -> 0.68.0
This commit is contained in:
@@ -5,7 +5,7 @@ GEM
|
||||
logger (~> 1.5)
|
||||
iniparse (1.5.0)
|
||||
logger (1.7.0)
|
||||
overcommit (0.67.1)
|
||||
overcommit (0.68.0)
|
||||
childprocess (>= 0.6.3, < 6)
|
||||
iniparse (~> 1.4)
|
||||
rexml (>= 3.3.9)
|
||||
@@ -18,4 +18,4 @@ DEPENDENCIES
|
||||
overcommit
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.6
|
||||
2.6.9
|
||||
|
||||
@@ -40,10 +40,10 @@
|
||||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "1i81n0h8h2mb81kjfvqj493flx7rb809z5w8sbjfd7szsqnq86n7";
|
||||
sha256 = "1l68phk7kixncc13db5yqgkryf69gc3h63vj7l5f2970i1ix5g5z";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.67.1";
|
||||
version = "0.68.0";
|
||||
};
|
||||
rexml = {
|
||||
groups = [ "default" ];
|
||||
|
||||
@@ -24,7 +24,7 @@ bundlerApp rec {
|
||||
package = overcommit;
|
||||
version = (import ./gemset.nix).overcommit.version;
|
||||
};
|
||||
updateScript = bundlerUpdateScript pname;
|
||||
updateScript = bundlerUpdateScript "overcommit";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
@@ -32,7 +32,7 @@ bundlerApp rec {
|
||||
homepage = "https://github.com/sds/overcommit";
|
||||
changelog = "https://github.com/sds/overcommit/blob/main/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
mainProgram = pname;
|
||||
mainProgram = "overcommit";
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
anthonyroussel
|
||||
|
||||
Reference in New Issue
Block a user