File: version.rb

package info (click to toggle)
ruby-em-redis 0.3.0%2Bgh-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 240 kB
  • sloc: ruby: 1,546; makefile: 9; sh: 4
file content (3 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (2)
1
2
3
module EMRedis
  VERSION = '0.3.0' unless defined? ::EMRedis::VERSION
end