diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 985aeb8..561fc31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/winrm-fs.gemspec b/winrm-fs.gemspec index 7436f91..3a5bafd 100644 --- a/winrm-fs.gemspec +++ b/winrm-fs.gemspec @@ -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 @@ -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'