chef-boneyard / em-winrm

DEPRECATED: EventMachine based, asynchronous parallel client for Windows Remote Management (WinRM).
Apache License 2.0
12 stars 25 forks source link

Allow later versions of eventmachine #11

Closed kanzure closed 10 years ago

kanzure commented 11 years ago

This just bumps eventmachine from 1.0.0.beta.3 to that or anything later. This is necessary for some downstream projects. Not tested. See #6 for more details.

igama commented 11 years ago

Can this be merged?

kanzure commented 11 years ago

I believe the answer is yes. I was using veewee and windows-fromscratch at the time, and I was definitely able to make some builds happen.

Btw, winrm is problematic because Windows Server 2003 doesn't support it. Consequently I have had to consider other tools like remcomsvc and impacket's psexec.py or impacket's smbexec.py methods.

schisamo commented 10 years ago

/cc @adamedx @btm

btm commented 10 years ago

My gut feeling is we want "~> 1.0.0" which will ensure we have at least beta.3 and allow up to 1.0.3. Releases of eventmachine, even betas and RCs, seems pretty slow. This makes me feel good about a pessimistic version constraint insofar as it will give us some stability, but I do wonder how many folks out there may be dependent on prereleases. 1.0.0 was a big deal IIRC, and we're already knee deep in it here anyway.

btm commented 10 years ago

Duplicate of #6