Method: LibGems::Specification#rubygems_version
- Defined in:
- lib/libgems/specification.rb
#rubygems_version ⇒ Object
:attr_accessor: rubygems_version
The version of SlimGems used to create this gem.
Do not set this, it is set automatically when the gem is packaged.
1072 |
# File 'lib/libgems/specification.rb', line 1072 required_attribute :rubygems_version, LibGems::VERSION |