.rubocop.yml in fusuma-1.7.0 vs .rubocop.yml in fusuma-1.8.0

- old
+ new

@@ -7,10 +7,10 @@ Metrics/BlockLength: Exclude: - "**/*_spec.rb" - "fusuma.gemspec" -Metrics/LineLength: +Layout/LineLength: Max: 100 Exclude: - "fusuma.gemspec" - "**/*_spec.rb"