File: version.rb

package info (click to toggle)
ruby-peek-redis 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: ruby: 66; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Peek
  module Redis
    VERSION = '1.2.0'
  end
end