File: version.rb

package info (click to toggle)
ruby-omniauth-rails-csrf-protection 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 156 kB
  • sloc: ruby: 118; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
module OmniAuth
  module RailsCsrfProtection
    VERSION = "1.0.1".freeze
  end
end