Skip to content

Commit a7f07e6

Browse files
committed
✏️ Remove redundant
1 parent 5f4146a commit a7f07e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

version_gem.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
1818
end
1919

2020
spec.name = "version_gem"
21-
spec.version = gem_version
2221
# Loading version into an anonymous module allows version.rb to get code coverage from SimpleCov!
2322
# See: https://github.com/simplecov-ruby/simplecov/issues/557#issuecomment-2630782358
2423
spec.version = Module.new.tap { |mod| Kernel.load("lib/version_gem/version.rb", mod) }::VersionGem::Version::VERSION

0 commit comments

Comments
 (0)