File: version.rb

package info (click to toggle)
ruby-devise-token-authenticatable 0.5.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 276 kB
  • sloc: ruby: 1,059; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module Devise
  module TokenAuthenticatable
    VERSION = '0.5.2'.freeze
  end
end