Module: RubyChecker

Defined in:
lib/ruby_checker.rb,
lib/ruby_checker/errors.rb,
lib/ruby_checker/logger.rb,
lib/ruby_checker/railtie.rb,
lib/ruby_checker/version.rb,
lib/ruby_checker/versions.rb,
lib/ruby_checker/interpreter.rb,
lib/ruby_checker/ruby_checker.rb

Overview

Copyright © 2020 Miquel Sabaté Solà <[email protected]>

This file is part of ruby_checker

ruby_checker is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ruby_checker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ruby_checker. If not, see <www.gnu.org/licenses/>.

Defined Under Namespace

Classes: Interpreter, Logger, MissingSupportedVersionError, NotSupportedError, OutdatedRubyError, Railtie, RubyChecker, RubyEngineNotAvailableError, Versions

Constant Summary collapse

VERSION =

The current version of RubyChecker.

"1.1.0"
ANY =
0
MRI =
1
JRUBY =
2
MRUBY =
3
TRUFFLE =
4