Skip to content

Commit b479700

Browse files
committed
require mfa to publish, update ruby version req in readme
1 parent b8273ae commit b479700

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ site](http://msdn.microsoft.com/en-us/library/aa384426.aspx).
1111
As of version 2.0, this gem retains the WinRM name but all powershell calls use the more modern [Powershell Remoting Protocol (PSRP)](https://msdn.microsoft.com/en-us/library/dd357801.aspx) for initializing runspace pools as well as creating and processing powershell pipelines.
1212

1313
## Supported Ruby Versions
14-
Ruby 2.0 or higher is required. If you need to use an older version of Ruby you'll need to use a 1.x version of this gem.
14+
Ruby 3.0 or higher is required. If you need to use an older version of Ruby you'll need to use a previous version of this gem.
1515

1616
## Supported WinRM Versions
1717
WinRM 1.1 is supported, however 2.0 and higher is recommended. [See MSDN](http://technet.microsoft.com/en-us/library/ff520073.aspx) for information about WinRM versions and supported operating systems.

winrm.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ Gem::Specification.new do |s|
4444
s.add_development_dependency 'rspec', '~> 3.2'
4545
s.add_development_dependency 'rubocop', '~> 1.26.0'
4646
s.add_runtime_dependency 'rubyntlm', '~> 0.6.0', '>= 0.6.3'
47+
48+
s.metadata['rubygems_mfa_required'] = 'true'
4749
end

0 commit comments

Comments
 (0)