From 3f96bcc32beb57109a543536be206bf155a41e1e Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Sat, 12 Apr 2014 01:55:29 +0200 Subject: [PATCH 1/2] Add .osm extension for XML The OpenStreetMap project (openstreetmap.org) uses the .osm extension for the OSM XML format (http://wiki.openstreetmap.org/wiki/OSM_XML). --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 6eb2a378..95b94f20 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1858,6 +1858,7 @@ XML: - .kml - .launch - .mxml + - .osm - .plist - .pluginspec - .ps1xml From 97908204a385940e47251af9ecb689e8f6515c48 Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Thu, 17 Apr 2014 11:28:15 -0500 Subject: [PATCH 2/2] 2.10.12 --- github-linguist.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-linguist.gemspec b/github-linguist.gemspec index f10f8d1f..ca7647b8 100644 --- a/github-linguist.gemspec +++ b/github-linguist.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'github-linguist' - s.version = '2.10.11' + s.version = '2.10.12' s.summary = "GitHub Language detection" s.description = 'We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.'