.rubocop.yml in acts_as_hashids-0.1.0 vs .rubocop.yml in acts_as_hashids-0.1.1

- old
+ new

@@ -6,10 +6,10 @@ - 'tmp/**/*' - "vendor/**/*" Metrics/AbcSize: Max: 40 Metrics/LineLength: - Max: 120 + Max: 125 AllowURI: true URISchemes: - http - https Metrics/MethodLength: