kyrylo / pry-theme

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

Modifying deprecated code. #55

Closed paveg closed 5 years ago

paveg commented 5 years ago

@kyrylo I found code which is using deprecated.

❯ bin/console
/app/to/path/vendor/bundle/gems/pry-theme-1.2.0/lib/pry-theme/theme_list.rb:33: warning: method BaseHelpers#windows? is deprecated. Use Pry:Helpers::Platform.windows? instead

Please merge if possible.

kyrylo commented 5 years ago

I released v1.3.0 with this change. Thanks!