mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Windows Remote Management (WinRM) for Ruby This is a SOAP library that uses the functionality in Windows Remote Management(WinRM) to call native object in Windows. This includes, but is not limited to, running batch scripts, powershell scripts and fetching WMI variables. As of version 2.0, this gem retains the WinRM name but all powershell calls use the more modern Powershell Remoting Protocol (PSRP) for initializing runspace pools as well as creating and processing powershell pipelines.
11 lines
710 B
Text
11 lines
710 B
Text
--- chef-winrm.gemspec.orig 2025-02-20 19:35:49 UTC
|
|
+++ chef-winrm.gemspec
|
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|
s.add_runtime_dependency(%q<gssapi>.freeze, ["~> 1.2".freeze])
|
|
s.add_runtime_dependency(%q<httpclient>.freeze, ["~> 2.2".freeze, ">= 2.2.0.2".freeze])
|
|
s.add_runtime_dependency(%q<logging>.freeze, [">= 1.6.1".freeze, "< 3.0".freeze])
|
|
- s.add_runtime_dependency(%q<nori>.freeze, ["= 2.7.0".freeze])
|
|
+ s.add_runtime_dependency(%q<nori>.freeze, [">= 2.7.0".freeze])
|
|
s.add_runtime_dependency(%q<rexml>.freeze, ["~> 3.3".freeze])
|
|
s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze])
|
|
s.add_development_dependency(%q<rake>.freeze, [">= 10.3".freeze, "< 13".freeze])
|