railslove/cmxl

Deprecated Warning: Using the last argument as keyword parameters is deprecated

Closed this issue · 2 comments

Hey Bumi,

first of all: great job with cmxl :)

I was just about to play around with cmxl and received the following warning:

~/.rvm/gems/ruby-2.7.1@cmxl-test/gems/cmxl-1.4.6/lib/Cmxl.rb:39: warning: Using the last argument as keyword parameters is deprecated

I'm using ruby 2.7.1 and Cmxl 1.4.6.
For testing purpose I used your example described in Simple usage part of the README with fixtures file mt940-iso8859-1.txt.

Best wishes

bumi commented

@mustangore thanks for reporting.
@JoeSouthan fixed this in #44 - a release is coming asap. I hope I will manage to do it tomorrow.

Alright, thanks for the fast response.