File: version.rb

package info (click to toggle)
ruby-librarian 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: ruby: 6,109; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (7)
1
2
3
4
5
module Librarian
  module Mock
    VERSION = "0.1.2"
  end
end