cmess
cmess copied to clipboard
Assist with handling messed up encodings.
I could find no reason to keep the methods private, so made the public. Changes: - Made public :supported_encoding? and :supported_bom? - Bumped up the minor version - Added rubocop.yml...
Since I have updated to Ruby 2.4.2 I get this warning: ` ~/.rvm/gems/ruby-2.4.2@project/gems/cmess-0.5.1/lib/cmess/guess_encoding/automatic.rb:165:in 'block in guess': CMess::GuessEncoding::Automatic#supported_encoding? at ~/.rvm/rubies/ruby-2.4.2/lib/ruby/2.4.0/forwardable.rb:157 forwarding to private method Class#supported_encoding? ` I would appreciate if you...
Fixes #4