one_gadget: 1.6.2 → 1.7.2

This commit is contained in:
Artemis Tosini 2019-08-28 19:29:17 +00:00
parent b602b5c067
commit a4ca80771e
No known key found for this signature in database
GPG Key ID: EE5227935FE3FF18
2 changed files with 7 additions and 7 deletions

View File

@ -2,10 +2,10 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
bindata (2.4.4) bindata (2.4.4)
elftools (1.0.2) elftools (1.1.0)
bindata (~> 2) bindata (~> 2)
one_gadget (1.6.2) one_gadget (1.7.2)
elftools (~> 1.0.2) elftools (>= 1.0.2, < 1.2.0)
PLATFORMS PLATFORMS
ruby ruby

View File

@ -15,10 +15,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1ajymn59fr9117dkwf5xl8vmr737h6xmrcf1033zjlj2l5qkxn4a"; sha256 = "0kdf0ck4rzxpd006y09rfwppdrqb3sxww4gzfpv2053yq4mkimbn";
type = "gem"; type = "gem";
}; };
version = "1.0.2"; version = "1.1.0";
}; };
one_gadget = { one_gadget = {
dependencies = ["elftools"]; dependencies = ["elftools"];
@ -26,9 +26,9 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0wacvysd7ddnbx2jl1vhzbkb28y974riyns7bpx889518zaa09z0"; sha256 = "07s2nigjw1yik895gliz3a7ps0m9j5nccq82zwdd30sv740jmf5b";
type = "gem"; type = "gem";
}; };
version = "1.6.2"; version = "1.7.2";
}; };
} }