DEBSOURCES
Skip Quicknav
sources / ruby-omniauth-google-oauth2 / 1.2.1-1 / lib / omniauth / google_oauth2 / version.rb
1234567
# frozen_string_literal: true module OmniAuth module GoogleOauth2 VERSION = '1.2.1' end end