File: version.rb

package info (click to toggle)
ruby-codemirror-rails 5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,964 kB
  • ctags: 111
  • sloc: ruby: 289; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
module Codemirror
  module Rails
    VERSION = '5.6'
    CODEMIRROR_VERSION = '5.6'
  end
end