add v to version in docs url (#246)
This commit is contained in:
parent
b33b25c3fb
commit
4928d44072
|
@ -26,7 +26,7 @@ class RepoMetadata
|
||||||
require_relative "../lib/googleauth/version.rb"
|
require_relative "../lib/googleauth/version.rb"
|
||||||
|
|
||||||
@data.delete_if { |k, _| !allowed_fields.include?(k) }
|
@data.delete_if { |k, _| !allowed_fields.include?(k) }
|
||||||
@data["version"] = Google::Auth::VERSION
|
@data["version"] = "v#{Google::Auth::VERSION}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def [] key
|
def [] key
|
||||||
|
|
Loading…
Reference in New Issue