github-linguist 4.2.6 → 4.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,24 +40,27 @@
40
40
  # Minified JavaScript and CSS
41
41
  - (\.|-)min\.(js|css)$
42
42
 
43
+ #Stylesheets imported from packages
44
+ - ([^\s]*)import\.(css|less|scss|styl)$
45
+
43
46
  # Bootstrap css and js
44
- - (^|/)bootstrap([^.]*)\.(js|css)$
47
+ - (^|/)bootstrap([^.]*)\.(js|css|less|scss|styl)$
48
+ - (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$
45
49
 
46
50
  # Font Awesome
47
- - font-awesome.css
51
+ - (^|/)font-awesome\.(css|less|scss|styl)$
48
52
 
49
53
  # Foundation css
50
- - foundation.css
54
+ - (^|/)foundation\.(css|less|scss|styl)$
51
55
 
52
56
  # Normalize.css
53
- - normalize.css
57
+ - (^|/)normalize\.(css|less|scss|styl)$
54
58
 
55
- # Bourbon SCSS
56
- - (^|/)[Bb]ourbon/.*\.css$
57
- - (^|/)[Bb]ourbon/.*\.scss$
59
+ # Bourbon css
60
+ - (^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$
58
61
 
59
62
  # Animate.css
60
- - animate.css
63
+ - (^|/)animate\.(css|less|scss|styl)$
61
64
 
62
65
  # Vendored dependencies
63
66
  - third[-_]?party/
@@ -1,3 +1,3 @@
1
1
  module Linguist
2
- VERSION = "4.2.6"
2
+ VERSION = "4.2.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.2.6
4
+ version: 4.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-07 00:00:00.000000000 Z
11
+ date: 2015-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charlock_holmes