.rubocop.yml in asana_exception_notifier-0.3.6 vs .rubocop.yml in asana_exception_notifier-0.3.7

- old
+ new

@@ -1,11 +1,12 @@ AllCops: Exclude: - - washout_builder.gemspec + - asana_exception_notifier.gemspec - bin/**/* - Guardfile - vendor/**/* - examples/**/* + - spec/**/* TargetRubyVersion: 2.1 ClassLength: Max: 500