Class: CreateRubyGem::Detection::RuntimeInfo
- Inherits:
-
Struct
- Object
- Struct
- CreateRubyGem::Detection::RuntimeInfo
- Defined in:
- lib/create_ruby_gem/detection/runtime.rb
Overview
Holds detected Ruby, RubyGems, and Bundler versions.
Instance Attribute Summary collapse
- #bundler ⇒ Gem::Version readonly
- #ruby ⇒ Gem::Version readonly
- #rubygems ⇒ Gem::Version readonly
Instance Attribute Details
#bundler ⇒ Gem::Version (readonly)
13 |
# File 'lib/create_ruby_gem/detection/runtime.rb', line 13 RuntimeInfo = Struct.new(:ruby, :rubygems, :bundler, keyword_init: true) |
#ruby ⇒ Gem::Version (readonly)
13 |
# File 'lib/create_ruby_gem/detection/runtime.rb', line 13 RuntimeInfo = Struct.new(:ruby, :rubygems, :bundler, keyword_init: true) |
#rubygems ⇒ Gem::Version (readonly)
13 |
# File 'lib/create_ruby_gem/detection/runtime.rb', line 13 RuntimeInfo = Struct.new(:ruby, :rubygems, :bundler, keyword_init: true) |