Module: Jets::Gems

Extended by:
Gems
Included in:
Gems
Defined in:
lib/jets/gems/check.rb,
lib/jets/gems.rb,
lib/jets/gems/api.rb,
lib/jets/gems/agree.rb,
lib/jets/gems/exist.rb,
lib/jets/gems/config.rb,
lib/jets/gems/report.rb,
lib/jets/gems/version.rb,
lib/jets/gems/autoloader.rb,
lib/jets/gems/registered.rb

Overview

Assumes gems were just built and checks the filesystem to find and detect for compiled gems. Unless the cli option is set to true, the it’ll just check based on the gemspecs.

Defined Under Namespace

Modules: Extract Classes: Agree, Api, Autoloader, Check, Config, Exist, Registered, Report

Constant Summary collapse

VERSION =
"0.4.0"

Instance Method Summary collapse

Instance Method Details

#ruby_folderObject



12
13
14
15
# File 'lib/jets/gems.rb', line 12

def ruby_folder
  major, minor, _ = RUBY_VERSION.split('.')
  [major, minor, '0'].join('.') # 2.5.1 => 2.5.0
end