lib/googleauth/scope_util.rb in googleauth-0.15.1 vs lib/googleauth/scope_util.rb in googleauth-0.16.0
- old
+ new
@@ -49,10 +49,10 @@
def self.as_array scope
case scope
when Array
scope
when String
- scope.split " "
+ scope.split
else
raise "Invalid scope value. Must be string or array"
end
end
end