github-linguist 4.5.14 → 4.5.15

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.
@@ -78,6 +78,9 @@
78
78
  # Haxelib projects often contain a neko bytecode file named run.n
79
79
  - run.n$
80
80
 
81
+ # Bootstrap Datepicker
82
+ - bootstrap-datepicker/
83
+
81
84
  ## Commonly Bundled JavaScript frameworks ##
82
85
 
83
86
  # jQuery
@@ -88,6 +91,34 @@
88
91
  - (^|/)jquery\-ui(\-\d\.\d+(\.\d+)?)?(\.\w+)?\.(js|css)$
89
92
  - (^|/)jquery\.(ui|effects)\.([^.]*)\.(js|css)$
90
93
 
94
+ # jQuery Gantt
95
+ - jquery.fn.gantt.js
96
+
97
+ # jQuery fancyBox
98
+ - jquery.fancybox.js
99
+
100
+ # Fuel UX
101
+ - fuelux.js
102
+
103
+ # jQuery File Upload
104
+ - (^|/)jquery\.fileupload(-\w+)?\.js$
105
+
106
+ # Slick
107
+ - (^|/)slick\.\w+.js$
108
+
109
+ # Leaflet plugins
110
+ - (^|/)Leaflet\.Coordinates-\d+\.\d+\.\d+\.src\.js$
111
+ - leaflet.draw-src.js
112
+ - leaflet.draw.css
113
+ - Control.FullScreen.css
114
+ - Control.FullScreen.js
115
+ - leaflet.spin.js
116
+ - wicket-leaflet.js
117
+
118
+ # Sublime Text workspace files
119
+ - .sublime-project
120
+ - .sublime-workspace
121
+
91
122
  # Prototype
92
123
  - (^|/)prototype(.*)\.js$
93
124
  - (^|/)effects\.js$
@@ -122,7 +153,7 @@
122
153
  - (^|/)Chart\.js$
123
154
 
124
155
  # Codemirror
125
- - (^|/)[Cc]ode[Mm]irror/(lib|mode|theme|addon|keymap|demo)
156
+ - (^|/)[Cc]ode[Mm]irror/(\d+\.\d+/)?(lib|mode|theme|addon|keymap|demo)
126
157
 
127
158
  # SyntaxHighlighter - http://alexgorbatchev.com/
128
159
  - (^|/)shBrush([^.]*)\.js$
@@ -164,6 +195,11 @@
164
195
 
165
196
  ## Obj-C ##
166
197
 
198
+ # Xcode
199
+
200
+ - \.xctemplate/
201
+ - \.imageset/
202
+
167
203
  # Carthage
168
204
  - ^Carthage/
169
205
 
@@ -1,3 +1,3 @@
1
1
  module Linguist
2
- VERSION = "4.5.14"
2
+ VERSION = "4.5.15"
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.5.14
4
+ version: 4.5.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-19 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charlock_holmes
@@ -150,6 +150,20 @@ dependencies:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
152
  version: 0.2.1
153
+ - !ruby/object:Gem::Dependency
154
+ name: licensee
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: 4.7.4
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: 4.7.4
153
167
  description: We use this library at GitHub to detect blob languages, highlight code,
154
168
  ignore binary files, suppress generated files in diffs, and generate language breakdown
155
169
  graphs.