Skip to content

Commit

Permalink
Encoding header for Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Naiman committed Sep 5, 2017
1 parent 0005dcf commit 14196b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/string_ext.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding: utf-8
require_relative 'string_ext/version'

module StringExt
Expand Down
1 change: 1 addition & 0 deletions spec/string_ext_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding: utf-8
require 'minitest_helper'

describe StringExt do
Expand Down

0 comments on commit 14196b9

Please sign in to comment.