Skip to content

Commit

Permalink
Remove comments specifying encoding
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
teeparham committed Apr 17, 2016
1 parent 0bb3352 commit 6c325a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion google-api-client.gemspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 0 additions & 2 deletions spec/google/api_client/client_secrets_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding:utf-8

# Copyright 2013 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 6c325a9

Please sign in to comment.