Module: Codemirror
- Defined in:
- lib/codemirror.rb,
lib/codemirror/engine.rb,
lib/codemirror/version.rb
Defined Under Namespace
Classes: Engine
Constant Summary collapse
- CODEMIRROR_VERSION =
Version of the CodeMirror npm meta-package that the bundled assets were built from. See build/package.json for the full set of bundled packages. This is kept in sync automatically by
npm --prefix build run update. "6.0.2"- BUILD =
Bumped when we ship a new build for the same CODEMIRROR_VERSION (e.g. a packaging fix or an added language). Reset to 0 whenever CODEMIRROR_VERSION changes.
0- VERSION =
The gem version tracks the bundled CodeMirror version, with an extra segment so we can publish multiple builds for one CodeMirror version: e.g. 6.0.2.0, 6.0.2.1, ...
"#{CODEMIRROR_VERSION}.#{BUILD}"