Fixed issue with UTF-8 characters in code, but no encoding specified.

This commit is contained in:
Bob Aman 2012-05-11 12:55:00 +03:00
parent 44d113131b
commit 925f2b7278
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# encoding:utf-8
# Copyright 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -12,6 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'spec_helper'
gem 'faraday', '~> 0.7.0'