github-linguist 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/linguist/generated.rb +1 -1
- data/lib/linguist/language.rb +1 -0
- data/lib/linguist/languages.yml +149 -20
- data/lib/linguist/samples.json +3149 -281
- data/lib/linguist/vendor.yml +21 -1
- data/lib/linguist/version.rb +1 -1
- metadata +2 -2
data/lib/linguist/vendor.yml
CHANGED
|
@@ -36,6 +36,10 @@
|
|
|
36
36
|
# Bootstrap minified css and js
|
|
37
37
|
- (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$
|
|
38
38
|
|
|
39
|
+
# Font Awesome
|
|
40
|
+
- font-awesome.min.css
|
|
41
|
+
- font-awesome.css
|
|
42
|
+
|
|
39
43
|
# Foundation css
|
|
40
44
|
- foundation.min.css
|
|
41
45
|
- foundation.css
|
|
@@ -43,8 +47,17 @@
|
|
|
43
47
|
# Normalize.css
|
|
44
48
|
- normalize.css
|
|
45
49
|
|
|
50
|
+
# Bourbon SCSS
|
|
51
|
+
- (^|/)[Bb]ourbon/.*\.css$
|
|
52
|
+
- (^|/)[Bb]ourbon/.*\.scss$
|
|
53
|
+
|
|
54
|
+
# Animate.css
|
|
55
|
+
- animate.css
|
|
56
|
+
- animate.min.css
|
|
57
|
+
|
|
46
58
|
# Vendored dependencies
|
|
47
|
-
-
|
|
59
|
+
- third[-_]?party/
|
|
60
|
+
- 3rd[-_]?party/
|
|
48
61
|
- vendors?/
|
|
49
62
|
- extern(al)?/
|
|
50
63
|
|
|
@@ -112,6 +125,10 @@
|
|
|
112
125
|
- (^|/)modernizr\-\d\.\d+(\.\d+)?(\.min)?\.js$
|
|
113
126
|
- (^|/)modernizr\.custom\.\d+\.js$
|
|
114
127
|
|
|
128
|
+
# Knockout
|
|
129
|
+
- (^|/)knockout-(\d+\.){3}(debug\.)?js$
|
|
130
|
+
- knockout-min.js
|
|
131
|
+
|
|
115
132
|
## Python ##
|
|
116
133
|
|
|
117
134
|
# django
|
|
@@ -198,6 +215,9 @@
|
|
|
198
215
|
- (^|/)cordova([^.]*)(\.min)?\.js$
|
|
199
216
|
- (^|/)cordova\-\d\.\d(\.\d)?(\.min)?\.js$
|
|
200
217
|
|
|
218
|
+
# Foundation js
|
|
219
|
+
- foundation(\..*)?\.js$
|
|
220
|
+
|
|
201
221
|
# Vagrant
|
|
202
222
|
- ^Vagrantfile$
|
|
203
223
|
|
data/lib/linguist/version.rb
CHANGED
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: 3.1.
|
|
4
|
+
version: 3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitHub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: charlock_holmes
|