Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.rb « google_oauth2 « omniauth « lib « omniauth-google-oauth2 « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93ae5e9e9900c6cbdc0dc7b6940211628a6acb03 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module OmniAuth
  module GoogleOauth2
    VERSION = '1.0.1'
  end
end