Remove comments specifying encoding

In ruby 2.0, the default encoding is UTF-8, so these magic comment
directives can be safely removed.

https://www.ruby-lang.org/en/news/2013/02/24/ruby-2-0-0-p0-is-released/
This commit is contained in:
Tee Parham 2016-04-17 12:44:21 -06:00
parent 0bb3352496
commit 6c325a9c50
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'google/apis/version'

View File

@ -1,5 +1,3 @@
# encoding:utf-8
# Copyright 2013 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");