github-linguist 2.10.7 → 2.10.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/linguist/generated.rb +24 -0
- data/lib/linguist/heuristics.rb +3 -1
- data/lib/linguist/language.rb +1 -1
- data/lib/linguist/languages.yml +34 -8
- data/lib/linguist/samples.json +931 -420
- data/lib/linguist/vendor.yml +2 -1
- metadata +2 -2
data/lib/linguist/vendor.yml
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
- ^rebar$
|
32
32
|
|
33
33
|
# Bootstrap minified css and js
|
34
|
-
- (^|/)bootstrap([^.]*)(\.min)
|
34
|
+
- (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$
|
35
35
|
|
36
36
|
# Vendored dependencies
|
37
37
|
- thirdparty/
|
@@ -140,6 +140,7 @@
|
|
140
140
|
# LICENSE, README, git config files
|
141
141
|
- ^COPYING$
|
142
142
|
- LICENSE$
|
143
|
+
- License$
|
143
144
|
- gitattributes$
|
144
145
|
- gitignore$
|
145
146
|
- gitmodules$
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-linguist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.10.
|
4
|
+
version: 2.10.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: charlock_holmes
|