Skip to content

Commit

Permalink
Updating the version, a couple of dependencies, and the name
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Jan 7, 2025
1 parent 3a9b0c1 commit 8f29d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/winrm/psrp/message_data/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def clixml
parser = Nori.new(
parser: :rexml,
advanced_typecasting: false,
convert_tags_to: ->(tag) { Nori::StringUtils.snakecase(tag).to_sym },
convert_tags_to: ->(tag) { tag.snakecase.to_sym },
strip_namespaces: true
)
parser.parse(raw)[:obj][:ms]
Expand Down

0 comments on commit 8f29d0f

Please sign in to comment.