github-linguist 4.8.7 → 4.8.8

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.
@@ -156,6 +156,9 @@
156
156
  # Ace Editor
157
157
  - (^|/)ace-builds/
158
158
 
159
+ # Fontello CSS files
160
+ - (^|/)fontello(.*?)\.css$
161
+
159
162
  # MathJax
160
163
  - (^|/)MathJax/
161
164
 
@@ -1,3 +1,3 @@
1
1
  module Linguist
2
- VERSION = "4.8.7"
2
+ VERSION = "4.8.8"
3
3
  end
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: 4.8.7
4
+ version: 4.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-21 00:00:00.000000000 Z
11
+ date: 2016-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charlock_holmes
@@ -178,6 +178,20 @@ dependencies:
178
178
  - - ">="
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
+ - !ruby/object:Gem::Dependency
182
+ name: licensee
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ version: 8.3.0
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: 8.3.0
181
195
  description: We use this library at GitHub to detect blob languages, highlight code,
182
196
  ignore binary files, suppress generated files in diffs, and generate language breakdown
183
197
  graphs.
@@ -204,6 +218,7 @@ files:
204
218
  - grammars/source.actionscript.3.json
205
219
  - grammars/source.acucobol.json
206
220
  - grammars/source.ada.json
221
+ - grammars/source.agc.json
207
222
  - grammars/source.agda.json
208
223
  - grammars/source.ahk.json
209
224
  - grammars/source.alloy.json
@@ -269,6 +284,7 @@ files:
269
284
  - grammars/source.dart.json
270
285
  - grammars/source.desktop.json
271
286
  - grammars/source.diff.json
287
+ - grammars/source.disasm.json
272
288
  - grammars/source.dm.json
273
289
  - grammars/source.dmf.json
274
290
  - grammars/source.dockerfile.json
@@ -293,6 +309,9 @@ files:
293
309
  - grammars/source.fsharp.json
294
310
  - grammars/source.gap.json
295
311
  - grammars/source.gcode.json
312
+ - grammars/source.gdb.json
313
+ - grammars/source.gdb.session.json
314
+ - grammars/source.gdbregs.json
296
315
  - grammars/source.gdscript.json
297
316
  - grammars/source.gfm.json
298
317
  - grammars/source.glsl.json
@@ -519,6 +538,7 @@ files:
519
538
  - grammars/text.html.markdown.source.gfm.apib.json
520
539
  - grammars/text.html.markdown.source.gfm.mson.json
521
540
  - grammars/text.html.mediawiki.json
541
+ - grammars/text.html.php.blade.json
522
542
  - grammars/text.html.php.json
523
543
  - grammars/text.html.slash.json
524
544
  - grammars/text.html.smarty.json