.rubocop.yml in vagrant-orchestrate-0.4.0 vs .rubocop.yml in vagrant-orchestrate-0.4.1

- old
+ new

@@ -3,9 +3,12 @@ - '*.gemspec' Metrics/LineLength: Max: 120 +Metrics/ClassLength: + Max: 150 + Style/Documentation: Enabled: false Metrics/MethodLength: Max: 20