File: github-markup.rb

package info (click to toggle)
ruby-github-markup 1.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 336 kB
  • ctags: 118
  • sloc: ruby: 373; python: 113; sh: 21; makefile: 15
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
6
module GitHub
  module Markup
    VERSION = '1.5.1'
    Version = VERSION
  end
end