Module: Jets::Gems

Extended by:
Gems
Included in:
Gems
Defined in:
lib/jets/gems/check.rb,
lib/jets/gems.rb,
lib/jets/gems/agree.rb,
lib/jets/gems/exist.rb,
lib/jets/gems/report.rb,
lib/jets/gems/extract.rb,
lib/jets/gems/version.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, Check, Exist, Report

Constant Summary collapse

VERSION =
"0.2.2"

Instance Method Summary collapse

Instance Method Details

#ruby_folderObject



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

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