.rubocop.yml in cryptum-0.0.461 vs .rubocop.yml in cryptum-0.0.462

- old
+ new

@@ -12,16 +12,16 @@ Metrics/BlockNesting: Max: 4 Metrics/ClassLength: Max: 134 Metrics/CyclomaticComplexity: - Max: 102 + Max: 103 Metrics/MethodLength: Max: 485 Metrics/ModuleLength: Max: 495 Metrics/PerceivedComplexity: - Max: 100 + Max: 101 Style/HashSyntax: EnforcedShorthandSyntax: never inherit_from: .rubocop_todo.yml