Class: CreateRubyGem::Detection::RuntimeInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/create_ruby_gem/detection/runtime.rb

Overview

Holds detected Ruby, RubyGems, and Bundler versions.

Instance Attribute Summary collapse

Instance Attribute Details

#bundlerGem::Version (readonly)



13
# File 'lib/create_ruby_gem/detection/runtime.rb', line 13

RuntimeInfo = Struct.new(:ruby, :rubygems, :bundler, keyword_init: true)

#rubyGem::Version (readonly)



13
# File 'lib/create_ruby_gem/detection/runtime.rb', line 13

RuntimeInfo = Struct.new(:ruby, :rubygems, :bundler, keyword_init: true)

#rubygemsGem::Version (readonly)



13
# File 'lib/create_ruby_gem/detection/runtime.rb', line 13

RuntimeInfo = Struct.new(:ruby, :rubygems, :bundler, keyword_init: true)