summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-11-28 12:51:56 -0500
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-11-28 12:51:56 -0500
commit694f8d98ad751be221cc3156356b9e452638ce5f (patch)
tree758450b32db7f9ef8fda83a042bfa3f10d13448e
parent837cf50007ef8cbd7ec017d4e8cb67adc5725568 (diff)
Specify uf8 encoding in the gemspec.
-rw-r--r--dashing.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/dashing.gemspec b/dashing.gemspec
index d920137..478e895 100644
--- a/dashing.gemspec
+++ b/dashing.gemspec
@@ -1,3 +1,5 @@
+# -*- encoding: utf-8 -*-
+
Gem::Specification.new do |s|
s.name = 'dashing'
s.version = '1.0'