.rubocop.yml in stribog-0.1.1 vs .rubocop.yml in stribog-0.1.2

- old
+ new

@@ -13,6 +13,9 @@ Metrics/MethodLength: Max: 13 Metrics/AbcSize: - Max: 20 + Max: 20 + +Metrics/ClassLength: + Max: 120 \ No newline at end of file