Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE - TEST PR FOR FOG-CORE UPGRADE #423

Closed
wants to merge 9 commits into from

Conversation

Temikus
Copy link
Member

@Temikus Temikus commented Sep 21, 2018

Testing whether changes in #422 are breaking.

@@ -11,7 +11,7 @@ def https_url(params, expires)
end

def url(params, expires)
Fog::Logger.deprecation("Fog::Storage::Google => #url is deprecated, use #https_url instead [light_black](#{caller.first})[/]")
Fog::Logger.deprecation("Fog::Google::Storage => #url is deprecated, use #https_url instead [light_black](#{caller.first})[/]")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance/Caller: Use caller(1..1).first instead of caller.first.

@Temikus Temikus closed this Sep 25, 2018
@Temikus Temikus deleted the pr-422 branch March 20, 2019 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants