Skip to content

Commit e8dde96

Browse files
committed
rake update[v4.2.1]
1 parent 4192f90 commit e8dde96

File tree

19 files changed

+51
-51
lines changed

19 files changed

+51
-51
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//= require ./bootstrap/util
2-
//= require ./bootstrap/carousel
2+
//= require ./bootstrap/scrollspy
33
//= require ./bootstrap/button
4+
//= require ./bootstrap/collapse
45
//= require ./bootstrap/modal
5-
//= require ./bootstrap/tooltip
6-
//= require ./bootstrap/toast
7-
//= require ./bootstrap/tab
8-
//= require ./bootstrap/alert
96
//= require ./bootstrap/dropdown
7+
//= require ./bootstrap/carousel
8+
//= require ./bootstrap/toast
9+
//= require ./bootstrap/tooltip
1010
//= require ./bootstrap/popover
11-
//= require ./bootstrap/scrollspy
12-
//= require ./bootstrap/collapse
11+
//= require ./bootstrap/alert
12+
//= require ./bootstrap/tab

assets/javascripts/bootstrap.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -70,7 +70,7 @@
7070

7171
/**
7272
* --------------------------------------------------------------------------
73-
* Bootstrap (v4.1.3): util.js
73+
* Bootstrap (v4.2.1): util.js
7474
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7575
* --------------------------------------------------------------------------
7676
*/
@@ -226,7 +226,7 @@
226226
*/
227227

228228
var NAME = 'alert';
229-
var VERSION = '4.1.3';
229+
var VERSION = '4.2.1';
230230
var DATA_KEY = 'bs.alert';
231231
var EVENT_KEY = "." + DATA_KEY;
232232
var DATA_API_KEY = '.data-api';
@@ -391,7 +391,7 @@
391391
*/
392392

393393
var NAME$1 = 'button';
394-
var VERSION$1 = '4.1.3';
394+
var VERSION$1 = '4.2.1';
395395
var DATA_KEY$1 = 'bs.button';
396396
var EVENT_KEY$1 = "." + DATA_KEY$1;
397397
var DATA_API_KEY$1 = '.data-api';
@@ -545,7 +545,7 @@
545545
*/
546546

547547
var NAME$2 = 'carousel';
548-
var VERSION$2 = '4.1.3';
548+
var VERSION$2 = '4.2.1';
549549
var DATA_KEY$2 = 'bs.carousel';
550550
var EVENT_KEY$2 = "." + DATA_KEY$2;
551551
var DATA_API_KEY$2 = '.data-api';
@@ -1143,7 +1143,7 @@
11431143
*/
11441144

11451145
var NAME$3 = 'collapse';
1146-
var VERSION$3 = '4.1.3';
1146+
var VERSION$3 = '4.2.1';
11471147
var DATA_KEY$3 = 'bs.collapse';
11481148
var EVENT_KEY$3 = "." + DATA_KEY$3;
11491149
var DATA_API_KEY$3 = '.data-api';
@@ -1503,7 +1503,7 @@
15031503
*/
15041504

15051505
var NAME$4 = 'dropdown';
1506-
var VERSION$4 = '4.1.3';
1506+
var VERSION$4 = '4.2.1';
15071507
var DATA_KEY$4 = 'bs.dropdown';
15081508
var EVENT_KEY$4 = "." + DATA_KEY$4;
15091509
var DATA_API_KEY$4 = '.data-api';
@@ -2025,7 +2025,7 @@
20252025
*/
20262026

20272027
var NAME$5 = 'modal';
2028-
var VERSION$5 = '4.1.3';
2028+
var VERSION$5 = '4.2.1';
20292029
var DATA_KEY$5 = 'bs.modal';
20302030
var EVENT_KEY$5 = "." + DATA_KEY$5;
20312031
var DATA_API_KEY$5 = '.data-api';
@@ -2601,7 +2601,7 @@
26012601
*/
26022602

26032603
var NAME$6 = 'tooltip';
2604-
var VERSION$6 = '4.1.3';
2604+
var VERSION$6 = '4.2.1';
26052605
var DATA_KEY$6 = 'bs.tooltip';
26062606
var EVENT_KEY$6 = "." + DATA_KEY$6;
26072607
var JQUERY_NO_CONFLICT$6 = $.fn[NAME$6];
@@ -3277,7 +3277,7 @@
32773277
*/
32783278

32793279
var NAME$7 = 'popover';
3280-
var VERSION$7 = '4.1.3';
3280+
var VERSION$7 = '4.2.1';
32813281
var DATA_KEY$7 = 'bs.popover';
32823282
var EVENT_KEY$7 = "." + DATA_KEY$7;
32833283
var JQUERY_NO_CONFLICT$7 = $.fn[NAME$7];
@@ -3464,7 +3464,7 @@
34643464
*/
34653465

34663466
var NAME$8 = 'scrollspy';
3467-
var VERSION$8 = '4.1.3';
3467+
var VERSION$8 = '4.2.1';
34683468
var DATA_KEY$8 = 'bs.scrollspy';
34693469
var EVENT_KEY$8 = "." + DATA_KEY$8;
34703470
var DATA_API_KEY$6 = '.data-api';
@@ -3771,7 +3771,7 @@
37713771
*/
37723772

37733773
var NAME$9 = 'tab';
3774-
var VERSION$9 = '4.1.3';
3774+
var VERSION$9 = '4.2.1';
37753775
var DATA_KEY$9 = 'bs.tab';
37763776
var EVENT_KEY$9 = "." + DATA_KEY$9;
37773777
var DATA_API_KEY$7 = '.data-api';
@@ -4003,7 +4003,7 @@
40034003
*/
40044004

40054005
var NAME$a = 'toast';
4006-
var VERSION$a = '4.1.3';
4006+
var VERSION$a = '4.2.1';
40074007
var DATA_KEY$a = 'bs.toast';
40084008
var EVENT_KEY$a = "." + DATA_KEY$a;
40094009
var JQUERY_NO_CONFLICT$a = $.fn[NAME$a];
@@ -4208,7 +4208,7 @@
42084208

42094209
/**
42104210
* --------------------------------------------------------------------------
4211-
* Bootstrap (v4.1.3): index.js
4211+
* Bootstrap (v4.2.1): index.js
42124212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
42134213
* --------------------------------------------------------------------------
42144214
*/

assets/javascripts/bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bootstrap/alert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap alert.js v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap alert.js v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -35,7 +35,7 @@
3535
*/
3636

3737
var NAME = 'alert';
38-
var VERSION = '4.1.3';
38+
var VERSION = '4.2.1';
3939
var DATA_KEY = 'bs.alert';
4040
var EVENT_KEY = "." + DATA_KEY;
4141
var DATA_API_KEY = '.data-api';

assets/javascripts/bootstrap/button.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap button.js v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap button.js v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -34,7 +34,7 @@
3434
*/
3535

3636
var NAME = 'button';
37-
var VERSION = '4.1.3';
37+
var VERSION = '4.2.1';
3838
var DATA_KEY = 'bs.button';
3939
var EVENT_KEY = "." + DATA_KEY;
4040
var DATA_API_KEY = '.data-api';

assets/javascripts/bootstrap/carousel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap carousel.js v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap carousel.js v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -69,7 +69,7 @@
6969
*/
7070

7171
var NAME = 'carousel';
72-
var VERSION = '4.1.3';
72+
var VERSION = '4.2.1';
7373
var DATA_KEY = 'bs.carousel';
7474
var EVENT_KEY = "." + DATA_KEY;
7575
var DATA_API_KEY = '.data-api';

assets/javascripts/bootstrap/collapse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap collapse.js v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap collapse.js v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -69,7 +69,7 @@
6969
*/
7070

7171
var NAME = 'collapse';
72-
var VERSION = '4.1.3';
72+
var VERSION = '4.2.1';
7373
var DATA_KEY = 'bs.collapse';
7474
var EVENT_KEY = "." + DATA_KEY;
7575
var DATA_API_KEY = '.data-api';

assets/javascripts/bootstrap/dropdown.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap dropdown.js v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap dropdown.js v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -70,7 +70,7 @@
7070
*/
7171

7272
var NAME = 'dropdown';
73-
var VERSION = '4.1.3';
73+
var VERSION = '4.2.1';
7474
var DATA_KEY = 'bs.dropdown';
7575
var EVENT_KEY = "." + DATA_KEY;
7676
var DATA_API_KEY = '.data-api';

assets/javascripts/bootstrap/modal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap modal.js v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap modal.js v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -69,7 +69,7 @@
6969
*/
7070

7171
var NAME = 'modal';
72-
var VERSION = '4.1.3';
72+
var VERSION = '4.2.1';
7373
var DATA_KEY = 'bs.modal';
7474
var EVENT_KEY = "." + DATA_KEY;
7575
var DATA_API_KEY = '.data-api';

assets/javascripts/bootstrap/popover.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap popover.js v4.1.3 (https://getbootstrap.com/)
2+
* Bootstrap popover.js v4.2.1 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -75,7 +75,7 @@
7575
*/
7676

7777
var NAME = 'popover';
78-
var VERSION = '4.1.3';
78+
var VERSION = '4.2.1';
7979
var DATA_KEY = 'bs.popover';
8080
var EVENT_KEY = "." + DATA_KEY;
8181
var JQUERY_NO_CONFLICT = $.fn[NAME];

0 commit comments

Comments
 (0)