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 (3 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (7)
1
2
3
module Librarian
  VERSION = File.read(File.expand_path("../VERSION", __FILE__)).strip
end