From 9e625afc4351b9775540bfece5fabf57d7d02808 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 20 Feb 2015 14:43:55 +0100 Subject: [PATCH] Added magic utf8 token for ruby 1.9 --- Gemfile | 1 + Guardfile | 1 + Rakefile | 1 + lib/po_to_json.rb | 1 + lib/po_to_json/version.rb | 1 + po_to_json.gemspec | 1 + spec/po_to_json_spec.rb | 1 + spec/spec_helper.rb | 1 + 8 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index 919856d..b2ca9a4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie diff --git a/Guardfile b/Guardfile index 68cb1dd..d576d97 100644 --- a/Guardfile +++ b/Guardfile @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie diff --git a/Rakefile b/Rakefile index 3b71b03..e3139e2 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie diff --git a/lib/po_to_json.rb b/lib/po_to_json.rb index 2eb82ad..f65864b 100644 --- a/lib/po_to_json.rb +++ b/lib/po_to_json.rb @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie diff --git a/lib/po_to_json/version.rb b/lib/po_to_json/version.rb index 1d1e23c..8597fa6 100644 --- a/lib/po_to_json/version.rb +++ b/lib/po_to_json/version.rb @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie diff --git a/po_to_json.gemspec b/po_to_json.gemspec index 5499b61..b958611 100644 --- a/po_to_json.gemspec +++ b/po_to_json.gemspec @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie diff --git a/spec/po_to_json_spec.rb b/spec/po_to_json_spec.rb index bd7348b..881fb95 100644 --- a/spec/po_to_json_spec.rb +++ b/spec/po_to_json_spec.rb @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 12c401a..49f06fe 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,4 @@ +# -*- coding: UTF-8 -*- # # Copyright (c) 2012-2015 Dropmysite.com # Copyright (c) 2015 Webhippie