Skip to content

Commit f60557b

Browse files
committed
Fix rubocop violation in gemspec
1 parent 8d426d3 commit f60557b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

semantic_release.gemspec

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

2525
# Specify which files should be added to the gem when it is released.
2626
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
27-
gemspec = File.basename(__FILE__)
2827
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
2928
ls.readlines("\x0", chomp: true).select do |f|
3029
f.start_with?(*%w[CHANGELOG.md LICENSE.txt README.md lib])

0 commit comments

Comments
 (0)