Add encoding to ruby files
This commit is contained in:
parent
16bb6a398c
commit
8f46081d59
2 changed files with 5 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -1,4 +1,7 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require 'devtools'
|
||||
|
||||
Devtools.init_rake_tasks
|
||||
|
||||
Rake.application.load_imports
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
# encoding: utf-8
|
||||
|
||||
trap('INT') do |status|
|
||||
exit! 128 + status
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue