lib/linguist/generated.rb in github-linguist-3.1.1 vs lib/linguist/generated.rb in github-linguist-3.1.2

- old
+ new

@@ -233,10 +233,10 @@ # Internal: Is the blob a generated php composer lock file? # # Returns true or false. def composer_lock? - !!name.match(/composer.lock/) + !!name.match(/composer\.lock/) end # Internal: Is the blob a generated by Zephir # # Returns true or false.