github-linguist 3.0.0 → 3.0.3
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/language.rb +10 -3
- data/lib/linguist/languages.yml +19 -2
- data/lib/linguist/samples.json +1264 -1242
- data/lib/linguist/vendor.yml +6 -0
- data/lib/linguist/version.rb +1 -1
- metadata +2 -2
data/lib/linguist/vendor.yml
CHANGED
@@ -40,6 +40,9 @@
|
|
40
40
|
- foundation.min.css
|
41
41
|
- foundation.css
|
42
42
|
|
43
|
+
# Normalize.css
|
44
|
+
- normalize.css
|
45
|
+
|
43
46
|
# Vendored dependencies
|
44
47
|
- thirdparty/
|
45
48
|
- vendors?/
|
@@ -125,6 +128,9 @@
|
|
125
128
|
|
126
129
|
## Obj-C ##
|
127
130
|
|
131
|
+
# Cocoapods
|
132
|
+
- ^Pods/
|
133
|
+
|
128
134
|
# Sparkle
|
129
135
|
- (^|/)Sparkle/
|
130
136
|
|
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: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: charlock_holmes
|