Skip to content

Commit

Permalink
issue guard#533: suppress rubocop warning about size of gemspec block
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Mar 20, 2021
1 parent 73b7bb7 commit 8373721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listen.gemspec
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'listen/version'

Gem::Specification.new do |gem|
Gem::Specification.new do |gem| # rubocop:disable Metrics/BlockLength
gem.name = 'listen'
gem.version = Listen::VERSION
gem.license = 'MIT'
Expand Down

0 comments on commit 8373721

Please sign in to comment.