File: github-markup.rb

package info (click to toggle)
ruby-github-markup 1.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 372 kB
  • sloc: ruby: 441; python: 170; sh: 26; makefile: 18; perl: 12
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
module GitHub
  module Markup
    VERSION = '1.7.0'
    Version = VERSION
  end
end