File: github-markup.rb

package info (click to toggle)
ruby-github-markup 1.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 316 kB
  • ctags: 65
  • sloc: ruby: 281; python: 85; sh: 15; makefile: 13
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.2.1'
    Version = VERSION
  end
end