github-linguist 4.6.4 → 4.7.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/lib/linguist/blob.rb +73 -0
- data/lib/linguist/file_blob.rb +2 -43
- data/lib/linguist/generated.rb +15 -1
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +31 -1
- data/lib/linguist/samples.json +777 -139
- data/lib/linguist/version.rb +1 -1
- metadata +4 -3
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.7.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-10-
|
11
|
+
date: 2015-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: charlock_holmes
|
@@ -178,6 +178,7 @@ files:
|
|
178
178
|
- bin/git-linguist
|
179
179
|
- bin/linguist
|
180
180
|
- lib/linguist.rb
|
181
|
+
- lib/linguist/blob.rb
|
181
182
|
- lib/linguist/blob_helper.rb
|
182
183
|
- lib/linguist/classifier.rb
|
183
184
|
- lib/linguist/documentation.yml
|
@@ -219,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
219
220
|
version: '0'
|
220
221
|
requirements: []
|
221
222
|
rubyforge_project:
|
222
|
-
rubygems_version: 2.
|
223
|
+
rubygems_version: 2.4.5
|
223
224
|
signing_key:
|
224
225
|
specification_version: 4
|
225
226
|
summary: GitHub Language detection
|