teutat3s 2024-05-30 18:16:06 +02:00
parent 1689257223
commit dc4ec31c60
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705
3 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
source "https://rubygems.org"
gem "schleuder-cli", git: "https://0xacab.org/schleuder/schleuder-cli", tag: "schleuder-cli-0.1.0"
gem "schleuder-cli", git: "https://0xacab.org/schleuder/schleuder-cli", tag: "schleuder-cli-0.2.0"

View File

@ -1,15 +1,15 @@
GIT
remote: https://0xacab.org/schleuder/schleuder-cli
revision: 1de2548695d9a74f47b7868954561b48cbc966f9
tag: schleuder-cli-0.1.0
revision: fd010d28b1503504056e714e03abf043b64794ea
tag: schleuder-cli-0.2.0
specs:
schleuder-cli (0.1.0)
thor (~> 0)
schleuder-cli (0.2.0)
thor (~> 1)
GEM
remote: https://rubygems.org/
specs:
thor (0.20.3)
thor (1.3.1)
PLATFORMS
aarch64-linux
@ -19,4 +19,4 @@ DEPENDENCIES
schleuder-cli!
BUNDLED WITH
2.3.9
2.5.9

View File

@ -5,21 +5,21 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "1de2548695d9a74f47b7868954561b48cbc966f9";
sha256 = "0k4i33w9a0bscw4wbs301vxca367g7pa89y6cr24i0014pbmhs9z";
rev = "fd010d28b1503504056e714e03abf043b64794ea";
sha256 = "1r8ayi0d00c14q40247rwjf5s5n3dsy9d9blhf5jzm3kddzpwnbx";
type = "git";
url = "https://0xacab.org/schleuder/schleuder-cli";
};
version = "0.1.0";
version = "0.2.0";
};
thor = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps";
type = "gem";
};
version = "0.20.3";
version = "1.3.1";
};
}