github-linguist 2.11.4 → 2.11.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f1b2179b6949740dc4c3d8b0fab689633393961
4
- data.tar.gz: e732ad717a78ae1bf3ef8a590c5f353b23287e71
3
+ metadata.gz: 2d06895578694815e46e8a6c1d130a47ba0285ea
4
+ data.tar.gz: da2e7115ccccabc034d519cc50b765436ccdb228
5
5
  SHA512:
6
- metadata.gz: 907ab1f0c3ddede302f0b6323b270e6a8bb33a333ac62247da6ac1c90825649390ddef233c4990ca664e8edd61604506b1d3f4d1fb769bbccff1450b5633ad00
7
- data.tar.gz: 09952ee3c893389cbd2412387431f54e52b06db259496e1771f4aeaad14d563d7802d55e820d3e565eb8de0f17fc8e451fe2a30b47c155525d80e296862a3a52
6
+ metadata.gz: 6b369749b91116edf58a83072eae7e4d4d90974908c6567e632d5c793052c9a60e0c7b36b05ff7589393133ceef3a583b84c0ba59bd10beadf5f3a07c025c90f
7
+ data.tar.gz: 7a53f30d6925788b1707bb5dac67f0eaa9090e50f1a6497c74925169e8f6f1f06ed6cddb02084efaf7bb6bfea1e116a0a77c5720510829fcf5ded2a378d83a4f
@@ -1903,6 +1903,13 @@ SQL:
1903
1903
  - .udf
1904
1904
  - .viw
1905
1905
 
1906
+ STON:
1907
+ type: data
1908
+ group: Smalltalk
1909
+ lexer: JSON
1910
+ extensions:
1911
+ - .ston
1912
+
1906
1913
  Sage:
1907
1914
  type: programming
1908
1915
  lexer: Python
@@ -2170,6 +2177,14 @@ UnrealScript:
2170
2177
  extensions:
2171
2178
  - .uc
2172
2179
 
2180
+ VCL:
2181
+ type: programming
2182
+ lexer: Perl
2183
+ ace_mode: perl
2184
+ color: "#0298c3"
2185
+ extensions:
2186
+ - .vcl
2187
+
2173
2188
  VHDL:
2174
2189
  type: programming
2175
2190
  lexer: vhdl
@@ -2396,6 +2411,7 @@ mupad:
2396
2411
  nesC:
2397
2412
  type: programming
2398
2413
  color: "#ffce3b"
2414
+ lexer: nesC
2399
2415
  extensions:
2400
2416
  - .nc
2401
2417
 
@@ -580,6 +580,9 @@
580
580
  ".matah",
581
581
  ".sthlp"
582
582
  ],
583
+ "STON": [
584
+ ".ston"
585
+ ],
583
586
  "Stylus": [
584
587
  ".styl"
585
588
  ],
@@ -615,6 +618,9 @@
615
618
  "UnrealScript": [
616
619
  ".uc"
617
620
  ],
621
+ "VCL": [
622
+ ".vcl"
623
+ ],
618
624
  "Verilog": [
619
625
  ".v"
620
626
  ],
@@ -734,8 +740,8 @@
734
740
  ".gemrc"
735
741
  ]
736
742
  },
737
- "tokens_total": 613712,
738
- "languages_total": 802,
743
+ "tokens_total": 614357,
744
+ "languages_total": 811,
739
745
  "tokens": {
740
746
  "ABAP": {
741
747
  "*/**": 1,
@@ -61978,6 +61984,56 @@
61978
61984
  "return": 1,
61979
61985
  "/": 1
61980
61986
  },
61987
+ "STON": {
61988
+ "[": 11,
61989
+ "]": 11,
61990
+ "{": 15,
61991
+ "#a": 1,
61992
+ "#b": 1,
61993
+ "}": 15,
61994
+ "Rectangle": 1,
61995
+ "#origin": 1,
61996
+ "Point": 2,
61997
+ "-": 2,
61998
+ "#corner": 1,
61999
+ "TestDomainObject": 1,
62000
+ "#created": 1,
62001
+ "DateAndTime": 2,
62002
+ "#modified": 1,
62003
+ "#integer": 1,
62004
+ "#float": 1,
62005
+ "#description": 1,
62006
+ "#color": 1,
62007
+ "#green": 1,
62008
+ "#tags": 1,
62009
+ "#two": 1,
62010
+ "#beta": 1,
62011
+ "#medium": 1,
62012
+ "#bytes": 1,
62013
+ "ByteArray": 1,
62014
+ "#boolean": 1,
62015
+ "false": 1,
62016
+ "ZnResponse": 1,
62017
+ "#headers": 2,
62018
+ "ZnHeaders": 1,
62019
+ "ZnMultiValueDictionary": 1,
62020
+ "#entity": 1,
62021
+ "ZnStringEntity": 1,
62022
+ "#contentType": 1,
62023
+ "ZnMimeType": 1,
62024
+ "#main": 1,
62025
+ "#sub": 1,
62026
+ "#parameters": 1,
62027
+ "#contentLength": 1,
62028
+ "#string": 1,
62029
+ "#encoder": 1,
62030
+ "ZnUTF8Encoder": 1,
62031
+ "#statusLine": 1,
62032
+ "ZnStatusLine": 1,
62033
+ "#version": 1,
62034
+ "#code": 1,
62035
+ "#reason": 1
62036
+ },
61981
62037
  "Stylus": {
61982
62038
  "border": 6,
61983
62039
  "-": 10,
@@ -63723,6 +63779,87 @@
63723
63779
  "log": 1,
63724
63780
  "defaultproperties": 1
63725
63781
  },
63782
+ "VCL": {
63783
+ "sub": 23,
63784
+ "vcl_recv": 2,
63785
+ "{": 50,
63786
+ "if": 14,
63787
+ "(": 50,
63788
+ "req.request": 18,
63789
+ "&&": 14,
63790
+ ")": 50,
63791
+ "return": 33,
63792
+ "pipe": 4,
63793
+ ";": 48,
63794
+ "}": 50,
63795
+ "pass": 9,
63796
+ "req.http.Authorization": 2,
63797
+ "||": 4,
63798
+ "req.http.Cookie": 2,
63799
+ "lookup": 2,
63800
+ "vcl_pipe": 2,
63801
+ "vcl_pass": 2,
63802
+ "vcl_hash": 2,
63803
+ "set": 10,
63804
+ "req.hash": 3,
63805
+ "+": 17,
63806
+ "req.url": 2,
63807
+ "req.http.host": 4,
63808
+ "else": 3,
63809
+ "server.ip": 2,
63810
+ "hash": 2,
63811
+ "vcl_hit": 2,
63812
+ "obj.cacheable": 2,
63813
+ "deliver": 8,
63814
+ "vcl_miss": 2,
63815
+ "fetch": 3,
63816
+ "vcl_fetch": 2,
63817
+ "obj.http.Set": 1,
63818
+ "-": 21,
63819
+ "Cookie": 2,
63820
+ "obj.prefetch": 1,
63821
+ "s": 3,
63822
+ "vcl_deliver": 2,
63823
+ "vcl_discard": 1,
63824
+ "discard": 2,
63825
+ "vcl_prefetch": 1,
63826
+ "vcl_timeout": 1,
63827
+ "vcl_error": 2,
63828
+ "obj.http.Content": 2,
63829
+ "Type": 2,
63830
+ "synthetic": 2,
63831
+ "utf": 2,
63832
+ "//W3C//DTD": 2,
63833
+ "XHTML": 2,
63834
+ "Strict//EN": 2,
63835
+ "http": 3,
63836
+ "//www.w3.org/TR/xhtml1/DTD/xhtml1": 2,
63837
+ "strict.dtd": 2,
63838
+ "obj.status": 4,
63839
+ "obj.response": 6,
63840
+ "req.xid": 2,
63841
+ "//www.varnish": 1,
63842
+ "cache.org/": 1,
63843
+ "req.restarts": 1,
63844
+ "req.http.x": 1,
63845
+ "forwarded": 1,
63846
+ "for": 1,
63847
+ "req.http.X": 3,
63848
+ "Forwarded": 3,
63849
+ "For": 3,
63850
+ "client.ip": 2,
63851
+ "hash_data": 3,
63852
+ "beresp.ttl": 2,
63853
+ "<": 1,
63854
+ "beresp.http.Set": 1,
63855
+ "beresp.http.Vary": 1,
63856
+ "hit_for_pass": 1,
63857
+ "obj.http.Retry": 1,
63858
+ "After": 1,
63859
+ "vcl_init": 1,
63860
+ "ok": 2,
63861
+ "vcl_fini": 1
63862
+ },
63726
63863
  "Verilog": {
63727
63864
  "////////////////////////////////////////////////////////////////////////////////": 14,
63728
63865
  "//": 117,
@@ -66958,6 +67095,7 @@
66958
67095
  "Squirrel": 130,
66959
67096
  "Standard ML": 6567,
66960
67097
  "Stata": 3133,
67098
+ "STON": 100,
66961
67099
  "Stylus": 76,
66962
67100
  "SuperCollider": 133,
66963
67101
  "Swift": 1128,
@@ -66969,6 +67107,7 @@
66969
67107
  "TXL": 213,
66970
67108
  "TypeScript": 109,
66971
67109
  "UnrealScript": 2873,
67110
+ "VCL": 545,
66972
67111
  "Verilog": 3778,
66973
67112
  "VHDL": 42,
66974
67113
  "VimL": 20,
@@ -67146,6 +67285,7 @@
67146
67285
  "Squirrel": 1,
67147
67286
  "Standard ML": 5,
67148
67287
  "Stata": 7,
67288
+ "STON": 7,
67149
67289
  "Stylus": 1,
67150
67290
  "SuperCollider": 1,
67151
67291
  "Swift": 43,
@@ -67157,6 +67297,7 @@
67157
67297
  "TXL": 1,
67158
67298
  "TypeScript": 3,
67159
67299
  "UnrealScript": 2,
67300
+ "VCL": 2,
67160
67301
  "Verilog": 13,
67161
67302
  "VHDL": 1,
67162
67303
  "VimL": 2,
@@ -67173,5 +67314,5 @@
67173
67314
  "Zephir": 2,
67174
67315
  "Zimpl": 1
67175
67316
  },
67176
- "md5": "4754c31a712c5e22354851fd14d4d4fa"
67317
+ "md5": "92c117f774abe712958bb369c4e1dde9"
67177
67318
  }
@@ -199,3 +199,8 @@
199
199
 
200
200
  # Mercury --use-subdirs
201
201
  - Mercury/
202
+
203
+ # R packages
204
+ - ^vignettes/
205
+ - ^inst/extdata/
206
+
@@ -1,3 +1,3 @@
1
1
  module Linguist
2
- VERSION = "2.11.4"
2
+ VERSION = "2.11.5"
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: 2.11.4
4
+ version: 2.11.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-05 00:00:00.000000000 Z
11
+ date: 2014-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charlock_holmes
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.2
19
+ version: 0.7.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 0.7.2
26
+ version: 0.7.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: escape_utils
29
29
  requirement: !ruby/object:Gem::Requirement