github-linguist 4.8.6 → 4.8.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ module Linguist
21
21
  def self.cache
22
22
  @cache ||= begin
23
23
  serializer = defined?(Yajl) ? Yajl : YAML
24
- serializer.load(File.read(PATH))
24
+ serializer.load(File.read(PATH, encoding: 'utf-8'))
25
25
  end
26
26
  end
27
27
 
@@ -153,6 +153,9 @@
153
153
  - (^|/)tiny_mce([^.]*)\.js$
154
154
  - (^|/)tiny_mce/(langs|plugins|themes|utils)
155
155
 
156
+ # Ace Editor
157
+ - (^|/)ace-builds/
158
+
156
159
  # MathJax
157
160
  - (^|/)MathJax/
158
161
 
@@ -1,3 +1,3 @@
1
1
  module Linguist
2
- VERSION = "4.8.6"
2
+ VERSION = "4.8.7"
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.6
4
+ version: 4.8.7
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-03 00:00:00.000000000 Z
11
+ date: 2016-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charlock_holmes
@@ -244,6 +244,7 @@ files:
244
244
  - grammars/source.chapel.json
245
245
  - grammars/source.cirru.json
246
246
  - grammars/source.clarion.json
247
+ - grammars/source.clean.json
247
248
  - grammars/source.click.json
248
249
  - grammars/source.clips.json
249
250
  - grammars/source.clojure.json
@@ -465,6 +466,7 @@ files:
465
466
  - grammars/source.toml.json
466
467
  - grammars/source.ts.json
467
468
  - grammars/source.tsx.json
469
+ - grammars/source.turing.json
468
470
  - grammars/source.turtle.json
469
471
  - grammars/source.txl.json
470
472
  - grammars/source.ucfconstraints.json
@@ -535,6 +537,7 @@ files:
535
537
  - grammars/text.robot.json
536
538
  - grammars/text.shell-session.json
537
539
  - grammars/text.slim.json
540
+ - grammars/text.srt.json
538
541
  - grammars/text.tex.json
539
542
  - grammars/text.tex.latex.beamer.json
540
543
  - grammars/text.tex.latex.haskell.json