1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

fix encoding descriptions in magic comments

This commit is contained in:
ser1zw 2013-03-03 06:08:54 +09:00
parent 4ccba904cc
commit ecc64b89ca
51 changed files with 51 additions and 51 deletions

View file

@ -1,4 +1,4 @@
# -*- mode: ruby; coding: utf-8-unix -*-
# -*- mode: ruby; coding: utf-8 -*-
# Psych loader for avoiding loading problem
# (borrowed from Bundler 1.1.rc.7 https://github.com/carlhuda/bundler/blob/v1.1.rc.7/lib/bundler/psyched_yaml.rb )
#