.rubocop.yml in rom-http-0.1.0 vs .rubocop.yml in rom-http-0.1.1

- old
+ new

@@ -2,9 +2,12 @@ inherit_from: .rubocop_todo.yml Metrics/LineLength: Max: 100 +Style/CaseEquality: + Enabled: false + # No need to handle LoadError in Rakefile Lint/HandleExceptions: Exclude: - Rakefile - rakelib/rubocop.rake