A string similar to "0x____" should be treated as a string. Currently it is processed as an Integer.
This alters the regex specified by http://yaml.org/type/int.html to ensure at least one numerical symbol is present in the string before converting to Integer.
cc @tenderlove @hsbt this change looks good to me 👍 but you're the owners of the gem so I'll leave merging & releasing up to you when you're happy to do it. Thanks!
A string similar to "0x____" should be treated as a string. Currently it is processed as an Integer.
This alters the regex specified by http://yaml.org/type/int.html to ensure at least one numerical symbol is present in the string before converting to Integer.