Skip to content

Commit 19dfa2d

Browse files
committed
Test: Get all jQuery versions from Bower
Ref gh-1266
1 parent 6df127a commit 19dfa2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+10363
-9844
lines changed

Gruntfile.js

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,70 @@ grunt.initConfig({
234234
"jshint/LICENSE": "jshint/LICENSE",
235235

236236
"jquery/jquery.js": "jquery/jquery.js",
237-
"jquery/MIT-LICENSE.txt": "jquery/MIT-LICENSE.txt"
237+
"jquery/MIT-LICENSE.txt": "jquery/MIT-LICENSE.txt",
238+
239+
"jquery-1.6.0/jquery.js": "jquery-1.6.0/jquery.js",
240+
"jquery-1.6.0/MIT-LICENSE.txt": "jquery-1.6.0/MIT-LICENSE.txt",
241+
242+
"jquery-1.6.1/jquery.js": "jquery-1.6.1/jquery.js",
243+
"jquery-1.6.1/MIT-LICENSE.txt": "jquery-1.6.1/MIT-LICENSE.txt",
244+
245+
"jquery-1.6.2/jquery.js": "jquery-1.6.2/jquery.js",
246+
"jquery-1.6.2/MIT-LICENSE.txt": "jquery-1.6.2/MIT-LICENSE.txt",
247+
248+
"jquery-1.6.3/jquery.js": "jquery-1.6.3/jquery.js",
249+
"jquery-1.6.3/MIT-LICENSE.txt": "jquery-1.6.3/MIT-LICENSE.txt",
250+
251+
"jquery-1.6.4/jquery.js": "jquery-1.6.4/jquery.js",
252+
"jquery-1.6.4/MIT-LICENSE.txt": "jquery-1.6.4/MIT-LICENSE.txt",
253+
254+
"jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js",
255+
"jquery-1.7.0/MIT-LICENSE.txt": "jquery-1.7.0/MIT-LICENSE.txt",
256+
257+
"jquery-1.7.1/jquery.js": "jquery-1.7.1/jquery.js",
258+
"jquery-1.7.1/MIT-LICENSE.txt": "jquery-1.7.1/MIT-LICENSE.txt",
259+
260+
"jquery-1.7.2/jquery.js": "jquery-1.7.2/jquery.js",
261+
"jquery-1.7.2/MIT-LICENSE.txt": "jquery-1.7.2/MIT-LICENSE.txt",
262+
263+
"jquery-1.8.0/jquery.js": "jquery-1.8.0/jquery.js",
264+
"jquery-1.8.0/MIT-LICENSE.txt": "jquery-1.8.0/MIT-LICENSE.txt",
265+
266+
"jquery-1.8.1/jquery.js": "jquery-1.8.1/jquery.js",
267+
"jquery-1.8.1/MIT-LICENSE.txt": "jquery-1.8.1/MIT-LICENSE.txt",
268+
269+
"jquery-1.8.2/jquery.js": "jquery-1.8.2/jquery.js",
270+
"jquery-1.8.2/MIT-LICENSE.txt": "jquery-1.8.2/MIT-LICENSE.txt",
271+
272+
"jquery-1.8.3/jquery.js": "jquery-1.8.3/jquery.js",
273+
"jquery-1.8.3/MIT-LICENSE.txt": "jquery-1.8.3/MIT-LICENSE.txt",
274+
275+
"jquery-1.9.0/jquery.js": "jquery-1.9.0/jquery.js",
276+
"jquery-1.9.0/MIT-LICENSE.txt": "jquery-1.9.0/MIT-LICENSE.txt",
277+
278+
"jquery-1.9.1/jquery.js": "jquery-1.9.1/jquery.js",
279+
"jquery-1.9.1/MIT-LICENSE.txt": "jquery-1.9.1/MIT-LICENSE.txt",
280+
281+
"jquery-1.10.0/jquery.js": "jquery-1.10.0/jquery.js",
282+
"jquery-1.10.0/MIT-LICENSE.txt": "jquery-1.10.0/MIT-LICENSE.txt",
283+
284+
"jquery-1.10.1/jquery.js": "jquery-1.10.1/jquery.js",
285+
"jquery-1.10.1/MIT-LICENSE.txt": "jquery-1.10.1/MIT-LICENSE.txt",
286+
287+
"jquery-1.10.2/jquery.js": "jquery-1.10.2/jquery.js",
288+
"jquery-1.10.2/MIT-LICENSE.txt": "jquery-1.10.2/MIT-LICENSE.txt",
289+
290+
"jquery-2.0.0/jquery.js": "jquery-2.0.0/jquery.js",
291+
"jquery-2.0.0/MIT-LICENSE.txt": "jquery-2.0.0/MIT-LICENSE.txt",
292+
293+
"jquery-2.0.1/jquery.js": "jquery-2.0.1/jquery.js",
294+
"jquery-2.0.1/MIT-LICENSE.txt": "jquery-2.0.1/MIT-LICENSE.txt",
295+
296+
"jquery-2.0.2/jquery.js": "jquery-2.0.2/jquery.js",
297+
"jquery-2.0.2/MIT-LICENSE.txt": "jquery-2.0.2/MIT-LICENSE.txt",
298+
299+
"jquery-2.0.3/jquery.js": "jquery-2.0.3/jquery.js",
300+
"jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt"
238301
}
239302
}
240303
}

bower.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@
1313
"devDependencies": {
1414
"jquery-mousewheel": "3.1.11",
1515
"jshint": "2.4.4",
16-
"qunit": "1.14.0"
16+
"qunit": "1.14.0",
17+
18+
"jquery-1.6.0": "jquery#1.6.0",
19+
"jquery-1.6.1": "jquery#1.6.1",
20+
"jquery-1.6.2": "jquery#1.6.2",
21+
"jquery-1.6.3": "jquery#1.6.3",
22+
"jquery-1.6.4": "jquery#1.6.4",
23+
"jquery-1.7.0": "jquery#1.7.0",
24+
"jquery-1.7.1": "jquery#1.7.1",
25+
"jquery-1.7.2": "jquery#1.7.2",
26+
"jquery-1.8.0": "jquery#1.8.0",
27+
"jquery-1.8.1": "jquery#1.8.1",
28+
"jquery-1.8.2": "jquery#1.8.2",
29+
"jquery-1.8.3": "jquery#1.8.3",
30+
"jquery-1.9.0": "jquery#1.9.0",
31+
"jquery-1.9.1": "jquery#1.9.1",
32+
"jquery-1.10.0": "jquery#1.10.0",
33+
"jquery-1.10.1": "jquery#1.10.1",
34+
"jquery-1.10.2": "jquery#1.10.2",
35+
"jquery": "jquery#1.10.2",
36+
"jquery-2.0.0": "jquery#2.0.0",
37+
"jquery-2.0.1": "jquery#2.0.1",
38+
"jquery-2.0.2": "jquery#2.0.2",
39+
"jquery-2.0.3": "jquery#2.0.3"
1740
}
1841
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2013 jQuery Foundation and other contributors
2+
http://jquery.com/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

tests/jquery-1.10.0.js renamed to external/jquery-1.10.0/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9797,4 +9797,4 @@ if ( typeof module === "object" && typeof module.exports === "object" ) {
97979797
}
97989798
}
97999799

9800-
})( window );
9800+
})( window );
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2013 jQuery Foundation and other contributors
2+
http://jquery.com/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
File renamed without changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2013 jQuery Foundation and other contributors
2+
http://jquery.com/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
File renamed without changes.

external/jquery-1.6.0/MIT-LICENSE.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2011 John Resig, http://jquery.com/
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)