From af17826f3c47d2620c5716a857b955f11dd58f63 Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Tue, 4 Jan 2022 11:39:09 +0100 Subject: [PATCH] Update smart_proxy_remote_execution_ssh to 0.5.1 --- plugins/smart_proxy_remote_execution_ssh/changelog | 6 ++++++ .../remote_execution_ssh.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/smart_proxy_remote_execution_ssh/changelog b/plugins/smart_proxy_remote_execution_ssh/changelog index 8b69a23768..42eb07541e 100644 --- a/plugins/smart_proxy_remote_execution_ssh/changelog +++ b/plugins/smart_proxy_remote_execution_ssh/changelog @@ -1,3 +1,9 @@ +ruby-smart-proxy-remote-execution-ssh (0.5.1-1) stable; urgency=low + + * 0.5.1 released + + -- Adam Ruzicka Tue, 04 Jan 2022 11:38:58 +0100 + ruby-smart-proxy-remote-execution-ssh (0.5.0-2) stable; urgency=low * add dependency on ruby-mqtt diff --git a/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb b/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb index 0620fd6a51..95f51380eb 100644 --- a/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb +++ b/plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb @@ -1 +1 @@ -gem 'smart_proxy_remote_execution_ssh', '0.5.0' +gem 'smart_proxy_remote_execution_ssh', '0.5.1'