github-linguist 4.5.15 → 4.6.0
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/bin/git-linguist +141 -0
- data/lib/linguist/generated.rb +6 -2
- data/lib/linguist/heuristics.rb +3 -2
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +12 -2
- data/lib/linguist/lazy_blob.rb +23 -7
- data/lib/linguist/repository.rb +5 -2
- data/lib/linguist/samples.json +93279 -93233
- data/lib/linguist/vendor.yml +1 -0
- data/lib/linguist/version.rb +1 -1
- metadata +5 -3
data/lib/linguist/vendor.yml
CHANGED
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: 4.
|
|
4
|
+
version: 4.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitHub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: charlock_holmes
|
|
@@ -170,9 +170,11 @@ description: We use this library at GitHub to detect blob languages, highlight c
|
|
|
170
170
|
email:
|
|
171
171
|
executables:
|
|
172
172
|
- linguist
|
|
173
|
+
- git-linguist
|
|
173
174
|
extensions: []
|
|
174
175
|
extra_rdoc_files: []
|
|
175
176
|
files:
|
|
177
|
+
- bin/git-linguist
|
|
176
178
|
- bin/linguist
|
|
177
179
|
- lib/linguist.rb
|
|
178
180
|
- lib/linguist/blob_helper.rb
|
|
@@ -216,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
216
218
|
version: '0'
|
|
217
219
|
requirements: []
|
|
218
220
|
rubyforge_project:
|
|
219
|
-
rubygems_version: 2.2.
|
|
221
|
+
rubygems_version: 2.2.5
|
|
220
222
|
signing_key:
|
|
221
223
|
specification_version: 4
|
|
222
224
|
summary: GitHub Language detection
|