1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

completely: 0.5.2 -> 0.6.3, move to by-name (#354974)

This commit is contained in:
Theodore Ni 2024-11-10 21:31:31 -08:00 committed by GitHub
commit 12569c191e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 38 additions and 39 deletions

View file

@ -0,0 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
colsole (1.0.0)
completely (0.6.3)
colsole (>= 0.8.1, < 2)
mister_bin (~> 0.7)
docopt_ng (0.7.1)
mister_bin (0.7.6)
colsole (>= 0.8.1, < 2)
docopt_ng (~> 0.7, >= 0.7.1)
PLATFORMS
ruby
DEPENDENCIES
completely
BUNDLED WITH
2.5.16

View file

@ -4,10 +4,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1l29sxy4p9jbvcihckxfsyqx98b8xwzd3hjqvdh1zxw8nv5walnp"; sha256 = "1fvf6dz2wsvjk7q24z0dm8lajq3p2l6i5ywf3mxj683rmhwq49bg";
type = "gem"; type = "gem";
}; };
version = "0.8.2"; version = "1.0.0";
}; };
completely = { completely = {
dependencies = ["colsole" "mister_bin"]; dependencies = ["colsole" "mister_bin"];
@ -15,30 +15,30 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0w7cmmsp9m42c8w4j03kr98zy7x7yszw3qsm3ww600dmc0d0xd2b"; sha256 = "0ci8iza647hvc4f1cmf9mpsm3i78ysf6g6213wkyrr5jk296hjjb";
type = "gem"; type = "gem";
}; };
version = "0.5.2"; version = "0.6.3";
}; };
docopt = { docopt_ng = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0rvlfbb7kzyagncm4zdpcjwrh682zamgf5rcf5qmj0bd6znkgy3k"; sha256 = "0rsnl5s7k2s1gl4n4dg68ssg577kf11sl4a4l2lb2fpswj718950";
type = "gem"; type = "gem";
}; };
version = "0.6.1"; version = "0.7.1";
}; };
mister_bin = { mister_bin = {
dependencies = ["colsole" "docopt"]; dependencies = ["colsole" "docopt_ng"];
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1f51zs9wjpslhdadp8yfx4ij0jj1ya92cbzqlfd2wfr19wdr2jgd"; sha256 = "0xx8cxvzcn47zsnshcllf477x4rbssrchvp76929qnsg5k9q7fas";
type = "gem"; type = "gem";
}; };
version = "0.7.3"; version = "0.7.6";
}; };
} }

View file

@ -1,6 +1,7 @@
{ lib {
, bundlerApp lib,
, bundlerUpdateScript bundlerApp,
bundlerUpdateScript,
}: }:
bundlerApp { bundlerApp {
@ -11,12 +12,12 @@ bundlerApp {
passthru.updateScript = bundlerUpdateScript "completely"; passthru.updateScript = bundlerUpdateScript "completely";
meta = with lib; { meta = {
description = "Generate bash completion scripts using a simple configuration file"; description = "Generate bash completion scripts using a simple configuration file";
homepage = "https://github.com/DannyBen/completely"; homepage = "https://github.com/DannyBen/completely";
license = licenses.mit; license = lib.licenses.mit;
platforms = platforms.unix; platforms = lib.platforms.unix;
maintainers = with maintainers; [ zendo ]; maintainers = with lib.maintainers; [ zendo ];
mainProgram = "completely"; mainProgram = "completely";
}; };
} }

View file

@ -1,20 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
colsole (0.8.2)
completely (0.5.2)
colsole (~> 0.6)
mister_bin (~> 0.7.2)
docopt (0.6.1)
mister_bin (0.7.3)
colsole (~> 0.7)
docopt (~> 0.6)
PLATFORMS
ruby
DEPENDENCIES
completely
BUNDLED WITH
2.4.5

View file

@ -13755,8 +13755,6 @@ with pkgs;
communi = libsForQt5.callPackage ../applications/networking/irc/communi { }; communi = libsForQt5.callPackage ../applications/networking/irc/communi { };
completely = callPackage ../tools/misc/completely { };
confclerk = libsForQt5.callPackage ../applications/misc/confclerk { }; confclerk = libsForQt5.callPackage ../applications/misc/confclerk { };
copyq = qt6Packages.callPackage ../applications/misc/copyq { }; copyq = qt6Packages.callPackage ../applications/misc/copyq { };