Merge pull request #177 from abf/rosa-build:175-undefined-method-binary-for-Grit-Submodule

[refs #175]: NoMethodError: undefined method "binary?" for Grit::Submodule
This commit is contained in:
warpc 2013-06-10 23:54:40 +04:00
commit 7bfbb64b57
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ module Grit
end
end
class Submodule
def binary?
false
end
end
class Blob
include Linguist::BlobHelper