fusuma: 3.3.1 -> 3.5.0

This commit is contained in:
John Titor 2024-05-16 20:40:41 +05:30
parent a49ac03100
commit 01b5309bd5
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
2 changed files with 26 additions and 13 deletions

View File

@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
fusuma (3.3.1)
fusuma-plugin-appmatcher (0.6.1)
fusuma (3.5.0)
fusuma-plugin-appmatcher (0.7.1)
fusuma (>= 3.0)
rexml
ruby-dbus
fusuma-plugin-keypress (0.9.0)
fusuma-plugin-keypress (0.11.0)
fusuma (>= 3.1)
fusuma-plugin-sendkey (0.10.1)
fusuma (>= 3.1)
@ -14,9 +14,11 @@ GEM
fusuma-plugin-wmctrl (1.3.1)
fusuma (>= 3.1)
revdev (0.2.1)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
ruby-dbus (0.23.1)
rexml
strscan (3.1.0)
PLATFORMS
ruby
@ -29,4 +31,4 @@ DEPENDENCIES
fusuma-plugin-wmctrl
BUNDLED WITH
2.4.22
2.5.9

View File

@ -4,10 +4,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "13pbvmkjriq6myynv4gfismiqa9y7bfbvvrfcv25670l4zyiakhm";
sha256 = "0vxlfda4mgff9kindrmr47xvn6b591hzvzzsx2y88zq20sn340vy";
type = "gem";
};
version = "3.3.1";
version = "3.5.0";
};
fusuma-plugin-appmatcher = {
dependencies = ["fusuma" "rexml" "ruby-dbus"];
@ -15,10 +15,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1qkir4a657znq0fnx91lik7bw5kyq54jwhiy2zrlplln78xs5yai";
sha256 = "1cj3d1yz3jdxmapgk8wv5ra57nyb278x2fjxdllc0gqdfih6pxhq";
type = "gem";
};
version = "0.6.1";
version = "0.7.1";
};
fusuma-plugin-keypress = {
dependencies = ["fusuma"];
@ -26,10 +26,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0as95haqa943i740xs7czcaibb8lvy4gn6kr8nbldq20nly64bih";
sha256 = "16csdj695y9b8bvl65cby57fsyfr30pb9qq6h0wyqrxily6cn6il";
type = "gem";
};
version = "0.9.0";
version = "0.11.0";
};
fusuma-plugin-sendkey = {
dependencies = ["fusuma" "revdev"];
@ -64,14 +64,15 @@
version = "0.2.1";
};
rexml = {
dependencies = ["strscan"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
sha256 = "0d8ivcirrrxpkpjc1c835wknc9s2fl54xpw08s177yfrh5ish209";
type = "gem";
};
version = "3.2.6";
version = "3.2.8";
};
ruby-dbus = {
dependencies = ["rexml"];
@ -84,4 +85,14 @@
};
version = "0.23.1";
};
strscan = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0mamrl7pxacbc79ny5hzmakc9grbjysm3yy6119ppgsg44fsif01";
type = "gem";
};
version = "3.1.0";
};
}