File: version.rb

package info (click to toggle)
ruby-redis-activesupport 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 268 kB
  • sloc: ruby: 867; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
5
class Redis
  module ActiveSupport
    VERSION = '5.3.0'
  end
end