File: version.rb

package info (click to toggle)
ruby-redis-rack 2.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 176 kB
  • sloc: ruby: 558; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 58 bytes parent folder | download
1
2
3
4
5
class Redis
  module Rack
    VERSION = '2.1.2'
  end
end