Skip to content

Commit

Permalink
Add rbs for googleauth (#554)
Browse files Browse the repository at this point in the history
* bin/init_new_gem googleauth

* Add Google::Auth::Credentials

* Add test

* Remove scaffold comments
  • Loading branch information
sue445 authored May 17, 2024
1 parent 6d59075 commit 801eaef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gems/googleauth/1.11/_test/test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require "googleauth"

creds = Google::Auth::Credentials.new
6 changes: 6 additions & 0 deletions gems/googleauth/1.11/googleauth.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module Google
module Auth
class Credentials
end
end
end

0 comments on commit 801eaef

Please sign in to comment.