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 CHANGED
@@ -1,5 +1,10 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ # linguist — detect language type for a file, or, given a directory
4
+ # determine language breakdown
5
+ #
6
+ # usage: linguist <path>
7
+
3
8
  require 'linguist/file_blob'
4
9
  require 'linguist/repository'
5
10
 
@@ -497,7 +497,7 @@ Gettext Catalog:
497
497
 
498
498
  Go:
499
499
  type: programming
500
- color: "#fcfca4"
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
@@ -117,9 +117,11 @@
117
117
  # Samples folders
118
118
  - ^[Ss]amples/
119
119
 
120
- # LICENSE files and gitignore
120
+ # LICENSE and git config files
121
121
  - ^LICENSE$
122
+ - gitattributes$
122
123
  - gitignore$
124
+ - gitmodules$
123
125
 
124
126
  # Test fixtures
125
127
  - ^[Tt]est/fixtures/
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.9
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-21 00:00:00.000000000 Z
12
+ date: 2013-07-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: charlock_holmes