Skip to content

Commit

Permalink
updating winrm-fs to release a chef version
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Jan 9, 2025
1 parent fc98d6d commit ade86e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
ruby: ['2.6', '2.7', '3.0', '3.1']
os: [windows-2019, windows-2022]
ruby: ['3.0', '3.1']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 3.0

Naming/FileName:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.3.6
8 changes: 4 additions & 4 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,13 +27,13 @@ Gem::Specification.new do |s|

s.bindir = 'bin'
s.executables = ['rwinrmcp']
s.required_ruby_version = '>= 2.5.0'
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'
s.add_runtime_dependency 'winrm', '~> 2.0'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '>= 10.3', '< 13'
s.add_development_dependency 'rake', '>= 13.2.1'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rubocop', '~> 1.26.0'
end

0 comments on commit ade86e8

Please sign in to comment.