mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Add utf-8 magic comment
This commit is contained in:
parent
68dc8b9c90
commit
8991b18fe8
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
# Run `rake sinatra-contrib.gemspec` to update the gemspec.
|
||||
require File.expand_path('../lib/sinatra/contrib/version', __FILE__)
|
||||
Gem::Specification.new do |s|
|
||||
|
|
Loading…
Add table
Reference in a new issue