kyrylo / pry-theme

An easy way to customize Pry colors via theme files
zlib License
171 stars 14 forks source link

Switch from Fixnum to Integer #50

Closed havenwood closed 7 years ago

havenwood commented 7 years ago

Use Integer instead wherever Fixnum is used to avoid Ruby 2.4+ warnings relating to Fixnum and Bignum being unified into Integer.

kyrylo commented 7 years ago

Looks like this repo needs some maintenance first, before I can merge this PR (which looks cool!).

kyrylo commented 7 years ago

Could you please rebase on master? I fixed the build.

havenwood commented 7 years ago

Done!

kyrylo commented 7 years ago

Ace!

kyrylo commented 7 years ago

Released new version with this change. Thanks!