Wed, 15 Jul 2020 15:35:06 -0700 Multiple changes to help support Windows native ssh with sshscript workers. v0.4.0
Mahlon E. Smith <mahlon@martini.nu> [Wed, 15 Jul 2020 15:35:06 -0700] rev 19
Multiple changes to help support Windows native ssh with sshscript workers. Defaults are to assume a non-hostile posix environment. - Don't hardcode the tempdir separator character. - Allow overrides in the payload of any exposed net-ssh options. - Allow setting of the "delete" command for script cleanup (ie, 'del') - Allow running the script via a specific interpreter. An example payload to make this work with Windows native ssh/powershell to execute a ruby script: payload = { 'compression' => false, 'delete_cmd' => 'del', 'run_binary' => 'ruby', 'tempdir' => '' }
Thu, 09 Jul 2020 15:11:45 -0700 Added tag v0.3.0 for changeset 5db18679edcf
Mahlon E. Smith <mahlon@martini.nu> [Thu, 09 Jul 2020 15:11:45 -0700] rev 18
Added tag v0.3.0 for changeset 5db18679edcf
Thu, 09 Jul 2020 15:05:21 -0700 Multiple changes. v0.3.0
Mahlon E. Smith <mahlon@martini.nu> [Thu, 09 Jul 2020 15:05:21 -0700] rev 17
Multiple changes. - Migrate to gem.deps.rb from .gems - Bump dependency versions - Clear environment before connecting to remote server - Allow option for environment modifications - Place commands in args, rather than via the IO pipe. (won't spawn remote shell)
Tue, 07 Apr 2020 16:42:31 -0700 Dependency updates.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 07 Apr 2020 16:42:31 -0700] rev 16
Dependency updates.
Mon, 02 Sep 2019 08:47:18 -0700 Fix links.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Sep 2019 08:47:18 -0700] rev 15
Fix links.
Mon, 02 Sep 2019 08:45:59 -0700 Bye, Bitbucket.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Sep 2019 08:45:59 -0700] rev 14
Bye, Bitbucket.
Mon, 02 Sep 2019 08:41:08 -0700 rdoc -> markdown for the README.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Sep 2019 08:41:08 -0700] rev 13
rdoc -> markdown for the README.
Thu, 12 Jul 2018 15:28:32 -0700 Added tag v0.2.0 for changeset ffa70066522c
Mahlon E. Smith <mahlon@laika.com> [Thu, 12 Jul 2018 15:28:32 -0700] rev 12
Added tag v0.2.0 for changeset ffa70066522c
Thu, 12 Jul 2018 15:25:35 -0700 Update for Ruby 2.5. Moderize configurability usage, update dependencies. v0.2.0
Mahlon E. Smith <mahlon@martini.nu> [Thu, 12 Jul 2018 15:25:35 -0700] rev 11
Update for Ruby 2.5. Moderize configurability usage, update dependencies.
Wed, 28 May 2014 11:45:41 -0700 Added signature for changeset a1d381ce60c7
Mahlon E. Smith <mahlon@laika.com> [Wed, 28 May 2014 11:45:41 -0700] rev 10
Added signature for changeset a1d381ce60c7
(0) -10 tip