From a576b8d3c885ba44c4d0e026dcc3aaf0090ee498 Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Wed, 9 Nov 2011 12:37:24 +0100 Subject: [PATCH] Recognize CocoaPods documents as Ruby source files. Examples: * https://github.com/alloy/cocoapods/blob/master/examples/MacRubySample/Podfile * https://github.com/alloy/cocoapods-specs/blob/master/SSToolkit/0.1.2/SSToolkit.podspec Also sorted filenames in languages.yml. --- lib/linguist/languages.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 2430d9a2..a7de46f3 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -817,6 +817,7 @@ Ruby: - .gemspec - .god - .irbrc + - .podspec - .rake - .rb - .rbuild @@ -827,10 +828,11 @@ Ruby: - .watchr filenames: - Capfile - - Rakefile - - Thorfile - Gemfile - Guardfile + - Podfile + - Rakefile + - Thorfile - Vagrantfile Rust: