pythonicrubyist / creek

Ruby library for parsing large Excel files.
http://rubygems.org/gems/creek
MIT License
386 stars 109 forks source link

Fix BigDecimal #95

Closed mdemare closed 3 years ago

mdemare commented 4 years ago

BigDecimal.new has been removed in ruby 2.7. Therefore converting big decimals is broken. Use BigDecimal(value) instead. https://ruby-doc.org/stdlib-2.7.1/libdoc/bigdecimal/rdoc/BigDecimal.html

reidmorrison commented 3 years ago

@pythonicrubyist when you get a chance can you publish this fix in a new rubygem?

jerryclinesmith commented 3 years ago

This has been fixed for over a year, and still not released. Can you release a new version please?