Skip to content

Commit

Permalink
Updating the version and name (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae authored Jan 6, 2025
1 parent f4ceb8d commit b9eadf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/winrm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WinRM module
module WinRM
# The version of the WinRM library
VERSION = '2.3.7'.freeze
VERSION = '2.3.8'.freeze
end
4 changes: 2 additions & 2 deletions winrm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('lib/winrm/version', __dir__)

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

Expand Down Expand Up @@ -31,9 +31,9 @@ Gem::Specification.new do |s|
s.executables = ['rwinrm']
s.required_ruby_version = '>= 2.5.0'
s.add_runtime_dependency 'builder', '>= 2.1.2'
s.add_runtime_dependency 'chef-gyoku', '>= 1.4.1'
s.add_runtime_dependency 'erubi', '~> 1.8'
s.add_runtime_dependency 'gssapi', '~> 1.2'
s.add_runtime_dependency 'gyoku', '~> 1.0'
s.add_runtime_dependency 'httpclient', '~> 2.2', '>= 2.2.0.2'
s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
s.add_runtime_dependency 'nori', '= 2.7.0' # nori 2.7.1 hasw a bug where it throws a NoMethodError for snakecase.
Expand Down

0 comments on commit b9eadf2

Please sign in to comment.