.rubocop.yml in hedgelog-0.1.2 vs .rubocop.yml in hedgelog-0.1.3

- old
+ new

@@ -49,5 +49,9 @@ TrivialAccessors: AllowPredicates: true BlockNesting: Max: 4 + +Style/StringLiterals: + Enabled: true + EnforcedStyle: single_quotes