File: version.rb

package info (click to toggle)
ruby-github-linguist 7.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,204 kB
  • sloc: ruby: 1,872; lex: 173; ansic: 35; makefile: 9
file content (3 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (3)
1
2
3
module Linguist
  VERSION = File.read(File.expand_path("../VERSION", __FILE__)).strip
end