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

version.rb « omniauth-salesforce « lib « omniauth-salesforce « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51f0084840e44980d14d157cbfac76b7a4a76d01 (plain)
1
2
3
4
5
module OmniAuth
  module Salesforce
    VERSION = "1.0.5"
  end
end