.rubocop.yml in hedgelog-0.1.8 vs .rubocop.yml in hedgelog-0.1.9

- old
+ new

@@ -53,5 +53,9 @@ Max: 4 Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes + +Style/BlockLength: + Exclude: + - 'spec/**/*.rb'