mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	| @@ -125,6 +125,9 @@ | ||||
|  | ||||
| ## Obj-C ## | ||||
|  | ||||
| # Cocoapods | ||||
| - ^Pods/ | ||||
|  | ||||
| # Sparkle | ||||
| - (^|/)Sparkle/ | ||||
|  | ||||
|   | ||||
| @@ -386,6 +386,9 @@ class TestBlob < Test::Unit::TestCase | ||||
|     # NuGet Packages | ||||
|     assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored? | ||||
|      | ||||
|     # Cocoapods | ||||
|     assert blob('Pods/blah').vendored? | ||||
|  | ||||
|     # Html5shiv | ||||
|     assert blob("Scripts/html5shiv.js").vendored? | ||||
|     assert blob("Scripts/html5shiv.min.js").vendored? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user