mryan43 / magic_encoding

Easily manage magic comments for encoding for your ruby 1.9 applications
MIT License
243 stars 27 forks source link

correctly change binaries #7

Open kostya opened 11 years ago

kostya commented 11 years ago

like this

!/usr/bin/env ruby

-- encoding : utf-8 --

but not

-- encoding : utf-8 --

!/usr/bin/env ruby

mryan43 commented 11 years ago

Hm I never tought about this one. My executable files usualy don't have an extension and magic_encoding skips them.

I agree that the current behaviour is wrong and I will fix this soon ! thx for the report :)