Skip to content

Commit

Permalink
updating winrm-fs to release a chef version (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <john.mccrae@progress.com>
  • Loading branch information
johnmccrae authored Jan 9, 2025
1 parent a03ade6 commit d6ffa80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, windows-2019]
os: [windows-2019, windows-2022]
ruby: ['3.0', '3.1']
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions winrm-fs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = File.read(File.expand_path('VERSION', __dir__)).strip

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'winrm-fs'
s.name = 'chef-winrm-fs'
s.version = version
s.date = Date.today.to_s

Expand All @@ -27,8 +27,8 @@ Gem::Specification.new do |s|

s.bindir = 'bin'
s.executables = ['rwinrmcp']
s.add_runtime_dependency 'chef-winrm', '>= 2.3.10'
s.required_ruby_version = '>= 3.0'
s.add_runtime_dependency 'chef-winrm', '>= 2.3.10'
s.add_runtime_dependency 'erubi', '>= 1.7'
s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
s.add_runtime_dependency 'rubyzip', '~> 2.0'
Expand Down

0 comments on commit d6ffa80

Please sign in to comment.