github-linguist 2.8.9 → 2.8.12
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/linguist +5 -0
- data/lib/linguist/languages.yml +3 -1
- data/lib/linguist/vendor.yml +3 -1
- metadata +2 -2
data/bin/linguist
CHANGED
data/lib/linguist/languages.yml
CHANGED
@@ -497,7 +497,7 @@ Gettext Catalog:
|
|
497
497
|
|
498
498
|
Go:
|
499
499
|
type: programming
|
500
|
-
color: "#
|
500
|
+
color: "#a89b4d"
|
501
501
|
primary_extension: .go
|
502
502
|
|
503
503
|
Gosu:
|
@@ -1203,6 +1203,8 @@ Shell:
|
|
1203
1203
|
primary_extension: .sh
|
1204
1204
|
extensions:
|
1205
1205
|
- .tmux
|
1206
|
+
filenames:
|
1207
|
+
- Dockerfile
|
1206
1208
|
|
1207
1209
|
Slash:
|
1208
1210
|
type: programming
|
data/lib/linguist/vendor.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-linguist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.8.
|
4
|
+
version: 2.8.12
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-07-
|
12
|
+
date: 2013-07-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: charlock_holmes
|