File: version.rb

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