diff options
author | Daniel Beauchamp <daniel.beauchamp@shopify.com> | 2012-11-28 12:51:56 -0500 |
---|---|---|
committer | Daniel Beauchamp <daniel.beauchamp@shopify.com> | 2012-11-28 12:51:56 -0500 |
commit | 694f8d98ad751be221cc3156356b9e452638ce5f (patch) | |
tree | 758450b32db7f9ef8fda83a042bfa3f10d13448e /dashing.gemspec | |
parent | 837cf50007ef8cbd7ec017d4e8cb67adc5725568 (diff) |
Specify uf8 encoding in the gemspec.
Diffstat (limited to 'dashing.gemspec')
-rw-r--r-- | dashing.gemspec | 2 |
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' |