diff --git a/gems/googleauth/1.11/_test/test.rb b/gems/googleauth/1.11/_test/test.rb new file mode 100644 index 00000000..f2a51d2a --- /dev/null +++ b/gems/googleauth/1.11/_test/test.rb @@ -0,0 +1,3 @@ +require "googleauth" + +creds = Google::Auth::Credentials.new diff --git a/gems/googleauth/1.11/googleauth.rbs b/gems/googleauth/1.11/googleauth.rbs new file mode 100644 index 00000000..8b66cc13 --- /dev/null +++ b/gems/googleauth/1.11/googleauth.rbs @@ -0,0 +1,6 @@ +module Google + module Auth + class Credentials + end + end +end