Fixed issue with UTF-8 characters in code, but no encoding specified.
This commit is contained in:
parent
44d113131b
commit
925f2b7278
|
@ -1,3 +1,5 @@
|
||||||
|
# encoding:utf-8
|
||||||
|
|
||||||
# Copyright 2010 Google Inc.
|
# Copyright 2010 Google Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -12,6 +14,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
gem 'faraday', '~> 0.7.0'
|
gem 'faraday', '~> 0.7.0'
|
||||||
|
|
Loading…
Reference in New Issue