We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4146a commit a7f07e6Copy full SHA for a7f07e6
version_gem.gemspec
@@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
18
end
19
20
spec.name = "version_gem"
21
- spec.version = gem_version
22
# Loading version into an anonymous module allows version.rb to get code coverage from SimpleCov!
23
# See: https://github.com/simplecov-ruby/simplecov/issues/557#issuecomment-2630782358
24
spec.version = Module.new.tap { |mod| Kernel.load("lib/version_gem/version.rb", mod) }::VersionGem::Version::VERSION
0 commit comments