Add utf-8 magic comment

This commit is contained in:
Mathieu Allaire 2013-11-05 23:11:46 -05:00
parent 68dc8b9c90
commit 8991b18fe8
1 changed files with 2 additions and 0 deletions

View File

@ -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|