marksweston / finance

A library for financial calculations in Ruby
https://rubygems.org/gems/finance
Other
217 stars 93 forks source link

Maintainer still needed? #42

Open mattpolito opened 8 years ago

mattpolito commented 8 years ago

Is this repo still in need of a maintainer? I would be glad to try and help out.

weshatheleopard commented 5 years ago

@mattpolito go ahead, my PR that fixes a critical bug is still unmerged after 3 years.

jarkko commented 5 years ago

@weshatheleopard Yep, an upgrade to Ruby 2.6.0 started causing these with code using xirr that used to work with 2.5.3:

     ArgumentError:
       invalid value for BigDecimal(): "27875.713148205723+10962.501565059125i"

     ArgumentError:
       invalid value for BigDecimal(): "5619.297046597235-1120.7528551466835i"
weshatheleopard commented 5 years ago

@jarkko I'm afraid it was an accident and Ruby 2.6 has nothing to do with it -- I had this issue a couple years ago with 2.3(?) as you can see.