halostatue / diff-lcs

Generate difference sets between Ruby sequences.
http://halostatue.github.com/diff-lcs
Other
290 stars 57 forks source link

Ruby 2.4.0 complains about use of Fixnum #38

Closed gkellogg closed 7 years ago

gkellogg commented 7 years ago

Files including changes.rb compare with Fixnum, should use Integer instead.

simonc commented 7 years ago

PR #36 was opened to fix this issue ☺️

halostatue commented 7 years ago

Fixed in #39.