.rubocop.yml in trema-0.9.0 vs .rubocop.yml in trema-0.10.0

- old
+ new

@@ -4,12 +4,12 @@ - ./Gemfile - ./Guardfile - ./Rakefile - tasks/*.rake Exclude: - - bin/* - tmp/**/* - vendor/**/* + - !ruby/regexp /bin\/(?:(?!trema).)*$/ Style/StringLiterals: EnforcedStyle: single_quotes Style/DotPosition: