1
0
Fork 0
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:
Mathieu Allaire 2013-11-05 23:11:46 -05:00
parent 68dc8b9c90
commit 8991b18fe8

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|