Method: Gem::Specification#specification_version

Defined in:
lib/rubygems/specification.rb

#specification_versionObject

The Gem::Specification version of this gemspec.

Do not set this, it is set automatically when the gem is packaged.



762
763
764
# File 'lib/rubygems/specification.rb', line 762

def specification_version
  @specification_version
end