waynerobinson / xeroizer

Xero accounting system API library.
http://waynerobinson.github.com/xeroizer
Other
238 stars 311 forks source link

Support for Ruby 2.6.x #471

Closed vgunawan closed 5 years ago

vgunawan commented 5 years ago

Hello,

While I'm upgrading to ruby 2.6.1, I received a couple of these warnings related to Xeroizer.

xeroizer-2.17.1/lib/xeroizer/record/xml_helper.rb:25: warning: BigDecimal.new is deprecated; use BigDecimal() method instead.

Any chance for this to be updated?

Thanks in advance!