Skip to content

Commit fe6c6c3

Browse files
author
Ryan Jacobs
committed
add "encoding: utf-8". hopefull fixes 1.9.2 build
1 parent 37f9ce0 commit fe6c6c3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/github-copywriter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: utf-8
12
################################################################################
23
# github-copywriter/github-copywriter.rb
34
#

spec/copyright_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: utf-8
12
require "spec_helper"
23

34
###

0 commit comments

Comments
 (0)