Merge pull request #112 from allaire/patch-1

Add utf-8 magic comment
This commit is contained in:
Trevor Bramble 2013-11-30 16:49:44 -08:00
commit dc33a37685
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|