File: version.rb

package info (click to toggle)
ruby-omniauth-oauth2 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: ruby: 318; 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.9.0".freeze
  end
end