NetDocuments-Archive / rd-winrm-plugin

Allows rundeck to execute commands with powershell
Apache License 2.0
31 stars 19 forks source link

WinRM::WinRMWebService (NameError) If Newer Gem Versions Are Used #29

Closed UnicodeTreason closed 8 years ago

UnicodeTreason commented 8 years ago

The following ruby gem versions must be used or the below error occurs on job runtime:

/var/lib/rundeck/libext/cache/rd-winrm-plugin-1.4.1/winrmexe.rb:97:in `

': uninitialized constant WinRM::WinRMWebService (NameError)

Seems the new major version of one or both of these gems broke a reference. As I cannot install v1.0.0 of winrm-fs without installing v2.0.1 of winrm I cant be sure which one breaks, but winrm is a safe guess.

UnicodeTreason commented 8 years ago

Fixed by #30