Merge pull request #305666 from emilytrau/onegadget-1.9.0

one_gadget: 1.8.1 -> 1.9.0
This commit is contained in:
Emily Trau 2024-04-22 08:21:07 +10:00 committed by GitHub
commit 70459aeedd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,10 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
bindata (2.4.15) bindata (2.5.0)
elftools (1.1.3) elftools (1.1.3)
bindata (~> 2) bindata (~> 2)
one_gadget (1.8.1) one_gadget (1.9.0)
elftools (>= 1.0.2, < 1.2.0) elftools (>= 1.0.2, < 1.2.0)
PLATFORMS PLATFORMS
@ -14,4 +14,4 @@ DEPENDENCIES
one_gadget one_gadget
BUNDLED WITH BUNDLED WITH
2.4.19 2.5.7

View File

@ -18,6 +18,7 @@ bundlerApp {
homepage = "https://github.com/david942j/one_gadget"; homepage = "https://github.com/david942j/one_gadget";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ artemist nicknovitski ]; maintainers = with maintainers; [ artemist nicknovitski ];
mainProgram = "one_gadget";
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -4,10 +4,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "04y4zgh4bbcb8wmkxwfqg4saky1d1f3xw8z6yk543q13h8ky8rz5"; sha256 = "08r67nglsqnxrbn803szf5bdnqhchhq8kf2by94f37fcl65wpp19";
type = "gem"; type = "gem";
}; };
version = "2.4.15"; version = "2.5.0";
}; };
elftools = { elftools = {
dependencies = ["bindata"]; dependencies = ["bindata"];
@ -26,9 +26,9 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0dwsmjhr9i8gwwbbpiyddbhcx74cvqqk90a5l8zbsjhjfs679irc"; sha256 = "1j9478h929jm5hq2fs3v8y37a7y2hhpli90mbps7yvka4ykci7mw";
type = "gem"; type = "gem";
}; };
version = "1.8.1"; version = "1.9.0";
}; };
} }