File: version.rb

package info (click to toggle)
ruby-omniauth-oauth2 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: ruby: 280; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download
1
2
3
4
5
module OmniAuth
  module OAuth2
    VERSION = "1.8.0".freeze
  end
end