jquery-mobile-rails-assets 1.4.1 → 1.4.5.1
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 +5 -5
- data/README.md +7 -3
- data/app/assets/javascripts/jquery.mobile.js +1094 -571
- data/app/assets/stylesheets/jquery.mobile.css.scss +68 -50
- data/jquery-mobile-rails-assets.gemspec +1 -1
- data/lib/jquery-mobile-rails-assets/version.rb +1 -1
- metadata +12 -13
@@ -1,9 +1,9 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery Mobile 1.4.
|
3
|
-
* Git HEAD hash:
|
2
|
+
* jQuery Mobile 1.4.5
|
3
|
+
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
|
4
4
|
* http://jquerymobile.com
|
5
5
|
*
|
6
|
-
* Copyright 2010, 2014 jQuery Foundation, Inc. and
|
6
|
+
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
|
7
7
|
* Released under the MIT license.
|
8
8
|
* http://jquery.org/license
|
9
9
|
*
|
@@ -790,7 +790,7 @@ label.ui-btn {
|
|
790
790
|
border-width: 1px;
|
791
791
|
border-style: solid;
|
792
792
|
}
|
793
|
-
.ui-btn
|
793
|
+
.ui-btn {
|
794
794
|
text-decoration: none !important;
|
795
795
|
}
|
796
796
|
.ui-btn-active {
|
@@ -873,7 +873,7 @@ html .ui-alt-icon.ui-radio-off:after,
|
|
873
873
|
html .ui-alt-icon .ui-checkbox-off:after,
|
874
874
|
html .ui-alt-icon .ui-radio-off:after {
|
875
875
|
background-color: #666 /*{global-icon-color}*/;
|
876
|
-
background-color: rgba(0,0,0,.15)
|
876
|
+
background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
|
877
877
|
}
|
878
878
|
/* No disc */
|
879
879
|
.ui-nodisc-icon.ui-btn:after,
|
@@ -907,6 +907,10 @@ html .ui-alt-icon .ui-radio-off:after {
|
|
907
907
|
-webkit-border-radius: .1875em;
|
908
908
|
border-radius: .1875em;
|
909
909
|
}
|
910
|
+
.ui-btn.ui-checkbox-off:after {
|
911
|
+
background-color: #666;
|
912
|
+
background-color: rgba(0,0,0,.3);
|
913
|
+
}
|
910
914
|
.ui-radio .ui-btn.ui-radio-on:after {
|
911
915
|
background-image: none;
|
912
916
|
background-color: #fff;
|
@@ -933,7 +937,7 @@ html .ui-alt-icon .ui-radio-off:after {
|
|
933
937
|
html .ui-bar-a .ui-bar-inherit,
|
934
938
|
html .ui-body-a .ui-bar-inherit,
|
935
939
|
html body .ui-group-theme-a .ui-bar-inherit {
|
936
|
-
background: #e9e9e9 /*{a-bar-background-color}*/;
|
940
|
+
background-color: #e9e9e9 /*{a-bar-background-color}*/;
|
937
941
|
border-color: #ddd /*{a-bar-border}*/;
|
938
942
|
color: #333 /*{a-bar-color}*/;
|
939
943
|
text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eee /*{a-bar-shadow-color}*/;
|
@@ -947,7 +951,7 @@ html body .ui-group-theme-a .ui-bar-inherit {
|
|
947
951
|
.ui-overlay-a,
|
948
952
|
.ui-page-theme-a,
|
949
953
|
.ui-page-theme-a .ui-panel-wrapper {
|
950
|
-
background: #f9f9f9 /*{a-page-background-color}*/;
|
954
|
+
background-color: #f9f9f9 /*{a-page-background-color}*/;
|
951
955
|
border-color: #bbb /*{a-page-border}*/;
|
952
956
|
color: #333 /*{a-page-color}*/;
|
953
957
|
text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/;
|
@@ -959,7 +963,7 @@ html .ui-bar-a .ui-body-inherit,
|
|
959
963
|
html .ui-body-a .ui-body-inherit,
|
960
964
|
html body .ui-group-theme-a .ui-body-inherit,
|
961
965
|
html .ui-panel-page-container-a {
|
962
|
-
background: #fff /*{a-body-background-color}*/;
|
966
|
+
background-color: #fff /*{a-body-background-color}*/;
|
963
967
|
border-color: #ddd /*{a-body-border}*/;
|
964
968
|
color: #333 /*{a-body-color}*/;
|
965
969
|
text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
|
@@ -1006,7 +1010,7 @@ html .ui-bar-a .ui-btn:visited,
|
|
1006
1010
|
html .ui-body-a .ui-btn:visited,
|
1007
1011
|
html body .ui-group-theme-a .ui-btn:visited,
|
1008
1012
|
html head + body .ui-btn.ui-btn-a:visited {
|
1009
|
-
background: #f6f6f6 /*{a-bup-background-color}*/;
|
1013
|
+
background-color: #f6f6f6 /*{a-bup-background-color}*/;
|
1010
1014
|
border-color: #ddd /*{a-bup-border}*/;
|
1011
1015
|
color: #333 /*{a-bup-color}*/;
|
1012
1016
|
text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
|
@@ -1017,7 +1021,7 @@ html .ui-bar-a .ui-btn:hover,
|
|
1017
1021
|
html .ui-body-a .ui-btn:hover,
|
1018
1022
|
html body .ui-group-theme-a .ui-btn:hover,
|
1019
1023
|
html head + body .ui-btn.ui-btn-a:hover {
|
1020
|
-
background: #ededed /*{a-bhover-background-color}*/;
|
1024
|
+
background-color: #ededed /*{a-bhover-background-color}*/;
|
1021
1025
|
border-color: #ddd /*{a-bhover-border}*/;
|
1022
1026
|
color: #333 /*{a-bhover-color}*/;
|
1023
1027
|
text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
|
@@ -1028,7 +1032,7 @@ html .ui-bar-a .ui-btn:active,
|
|
1028
1032
|
html .ui-body-a .ui-btn:active,
|
1029
1033
|
html body .ui-group-theme-a .ui-btn:active,
|
1030
1034
|
html head + body .ui-btn.ui-btn-a:active {
|
1031
|
-
background: #e8e8e8 /*{a-bdown-background-color}*/;
|
1035
|
+
background-color: #e8e8e8 /*{a-bdown-background-color}*/;
|
1032
1036
|
border-color: #ddd /*{a-bdown-border}*/;
|
1033
1037
|
color: #333 /*{a-bdown-color}*/;
|
1034
1038
|
text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
|
@@ -1095,7 +1099,7 @@ html head + body .ui-body-a.ui-focus {
|
|
1095
1099
|
html .ui-bar-b .ui-bar-inherit,
|
1096
1100
|
html .ui-body-b .ui-bar-inherit,
|
1097
1101
|
html body .ui-group-theme-b .ui-bar-inherit {
|
1098
|
-
background: #1d1d1d /*{b-bar-background-color}*/;
|
1102
|
+
background-color: #1d1d1d /*{b-bar-background-color}*/;
|
1099
1103
|
border-color: #1b1b1b /*{b-bar-border}*/;
|
1100
1104
|
color: #fff /*{b-bar-color}*/;
|
1101
1105
|
text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #111 /*{b-bar-shadow-color}*/;
|
@@ -1109,7 +1113,7 @@ html body .ui-group-theme-b .ui-bar-inherit {
|
|
1109
1113
|
.ui-overlay-b,
|
1110
1114
|
.ui-page-theme-b,
|
1111
1115
|
.ui-page-theme-b .ui-panel-wrapper {
|
1112
|
-
background: #252525 /*{b-page-background-color}*/;
|
1116
|
+
background-color: #252525 /*{b-page-background-color}*/;
|
1113
1117
|
border-color: #454545 /*{b-page-border}*/;
|
1114
1118
|
color: #fff /*{b-page-color}*/;
|
1115
1119
|
text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ #111 /*{b-page-shadow-color}*/;
|
@@ -1121,7 +1125,7 @@ html .ui-bar-b .ui-body-inherit,
|
|
1121
1125
|
html .ui-body-b .ui-body-inherit,
|
1122
1126
|
html body .ui-group-theme-b .ui-body-inherit,
|
1123
1127
|
html .ui-panel-page-container-b {
|
1124
|
-
background: #2a2a2a /*{b-body-background-color}*/;
|
1128
|
+
background-color: #2a2a2a /*{b-body-background-color}*/;
|
1125
1129
|
border-color: #1d1d1d /*{b-body-border}*/;
|
1126
1130
|
color: #fff /*{b-body-color}*/;
|
1127
1131
|
text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #111 /*{b-body-shadow-color}*/;
|
@@ -1168,7 +1172,7 @@ html .ui-bar-b .ui-btn:visited,
|
|
1168
1172
|
html .ui-body-b .ui-btn:visited,
|
1169
1173
|
html body .ui-group-theme-b .ui-btn:visited,
|
1170
1174
|
html head + body .ui-btn.ui-btn-b:visited {
|
1171
|
-
background: #333 /*{b-bup-background-color}*/;
|
1175
|
+
background-color: #333 /*{b-bup-background-color}*/;
|
1172
1176
|
border-color: #1f1f1f /*{b-bup-border}*/;
|
1173
1177
|
color: #fff /*{b-bup-color}*/;
|
1174
1178
|
text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/;
|
@@ -1179,7 +1183,7 @@ html .ui-bar-b .ui-btn:hover,
|
|
1179
1183
|
html .ui-body-b .ui-btn:hover,
|
1180
1184
|
html body .ui-group-theme-b .ui-btn:hover,
|
1181
1185
|
html head + body .ui-btn.ui-btn-b:hover {
|
1182
|
-
background: #373737 /*{b-bhover-background-color}*/;
|
1186
|
+
background-color: #373737 /*{b-bhover-background-color}*/;
|
1183
1187
|
border-color: #1f1f1f /*{b-bhover-border}*/;
|
1184
1188
|
color: #fff /*{b-bhover-color}*/;
|
1185
1189
|
text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #111 /*{b-bhover-shadow-color}*/;
|
@@ -1190,7 +1194,7 @@ html .ui-bar-b .ui-btn:active,
|
|
1190
1194
|
html .ui-body-b .ui-btn:active,
|
1191
1195
|
html body .ui-group-theme-b .ui-btn:active,
|
1192
1196
|
html head + body .ui-btn.ui-btn-b:active {
|
1193
|
-
background: #404040 /*{b-bdown-background-color}*/;
|
1197
|
+
background-color: #404040 /*{b-bdown-background-color}*/;
|
1194
1198
|
border-color: #1f1f1f /*{b-bdown-border}*/;
|
1195
1199
|
color: #fff /*{b-bdown-color}*/;
|
1196
1200
|
text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #111 /*{b-bdown-shadow-color}*/;
|
@@ -1520,7 +1524,9 @@ div.ui-mobile-viewport {
|
|
1520
1524
|
-ms-user-select: none;
|
1521
1525
|
user-select: none;
|
1522
1526
|
}
|
1523
|
-
.ui-btn-icon-notext
|
1527
|
+
.ui-btn-icon-notext,
|
1528
|
+
.ui-header button.ui-btn.ui-btn-icon-notext,
|
1529
|
+
.ui-footer button.ui-btn.ui-btn-icon-notext {
|
1524
1530
|
padding: 0;
|
1525
1531
|
width: 1.75em;
|
1526
1532
|
height: 1.75em;
|
@@ -1540,6 +1546,10 @@ div.ui-mobile-viewport {
|
|
1540
1546
|
display: inline-block;
|
1541
1547
|
vertical-align: middle;
|
1542
1548
|
}
|
1549
|
+
.ui-header .ui-controlgroup .ui-btn-icon-notext,
|
1550
|
+
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
|
1551
|
+
font-size: 12.5px;
|
1552
|
+
}
|
1543
1553
|
/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
|
1544
1554
|
.ui-header .ui-btn-left,
|
1545
1555
|
.ui-header .ui-btn-right {
|
@@ -1660,7 +1670,9 @@ button.ui-btn,
|
|
1660
1670
|
-moz-appearance: none;
|
1661
1671
|
width: 100%;
|
1662
1672
|
}
|
1663
|
-
button.ui-btn-inline
|
1673
|
+
button.ui-btn-inline,
|
1674
|
+
.ui-header button.ui-btn,
|
1675
|
+
.ui-footer button.ui-btn {
|
1664
1676
|
width: auto;
|
1665
1677
|
}
|
1666
1678
|
/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
|
@@ -2501,7 +2513,6 @@ button.ui-btn-icon-notext,
|
|
2501
2513
|
width: 78%;
|
2502
2514
|
-webkit-box-sizing: border-box;
|
2503
2515
|
-moz-box-sizing: border-box;
|
2504
|
-
-ms-box-sizing: border-box;
|
2505
2516
|
box-sizing: border-box;
|
2506
2517
|
}
|
2507
2518
|
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
|
@@ -2516,6 +2527,9 @@ button.ui-btn-icon-notext,
|
|
2516
2527
|
width: auto;
|
2517
2528
|
margin-right: .625em;
|
2518
2529
|
}
|
2530
|
+
.ui-field-contain > label ~ .ui-btn-inline.ui-btn-icon-notext {
|
2531
|
+
width: 1.75em;
|
2532
|
+
}
|
2519
2533
|
}
|
2520
2534
|
/* content configurations. */
|
2521
2535
|
.ui-grid-a,
|
@@ -2568,7 +2582,9 @@ li.ui-block-e {
|
|
2568
2582
|
[class*="ui-block-"] > .ui-checkbox,
|
2569
2583
|
[class*="ui-block-"] > .ui-radio,
|
2570
2584
|
[class*="ui-block-"] > button.ui-btn-inline,
|
2571
|
-
[class*="ui-block-"] > button.ui-btn-icon-notext
|
2585
|
+
[class*="ui-block-"] > button.ui-btn-icon-notext,
|
2586
|
+
.ui-header [class*="ui-block-"] > button.ui-btn,
|
2587
|
+
.ui-footer [class*="ui-block-"] > button.ui-btn {
|
2572
2588
|
margin-right: .3125em;
|
2573
2589
|
margin-left: .3125em;
|
2574
2590
|
}
|
@@ -2718,6 +2734,11 @@ li.ui-block-e {
|
|
2718
2734
|
margin: 0;
|
2719
2735
|
border-right-width: 0;
|
2720
2736
|
}
|
2737
|
+
.ui-header .ui-navbar li button.ui-btn,
|
2738
|
+
.ui-footer .ui-navbar li button.ui-btn {
|
2739
|
+
margin: 0;
|
2740
|
+
width: 100%;
|
2741
|
+
}
|
2721
2742
|
.ui-navbar .ui-btn:focus {
|
2722
2743
|
z-index: 1;
|
2723
2744
|
}
|
@@ -3764,7 +3785,7 @@ ol.ui-listview > li > .ui-btn,
|
|
3764
3785
|
ol.ui-listview > li.ui-li-static {
|
3765
3786
|
vertical-align: middle;
|
3766
3787
|
}
|
3767
|
-
ol.ui-listview > li > .ui-btn:before,
|
3788
|
+
ol.ui-listview > li > .ui-btn:first-child:before,
|
3768
3789
|
ol.ui-listview > li.ui-li-static:before,
|
3769
3790
|
ol.ui-listview > li.ui-field-contain > label:before,
|
3770
3791
|
ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before {
|
@@ -3854,7 +3875,6 @@ input.ui-slider-input {
|
|
3854
3875
|
appearance: none;
|
3855
3876
|
-webkit-box-sizing: content-box;
|
3856
3877
|
-moz-box-sizing: content-box;
|
3857
|
-
-ms-box-sizing: content-box;
|
3858
3878
|
box-sizing: content-box;
|
3859
3879
|
}
|
3860
3880
|
.ui-slider-input::-webkit-outer-spin-button,
|
@@ -3975,14 +3995,13 @@ div.ui-slider-switch.ui-mini {
|
|
3975
3995
|
.ui-field-contain div.ui-slider-switch {
|
3976
3996
|
margin: 0;
|
3977
3997
|
}
|
3978
|
-
|
3979
|
-
|
3980
|
-
|
3981
|
-
|
3982
|
-
|
3983
|
-
|
3984
|
-
|
3985
|
-
}
|
3998
|
+
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
|
3999
|
+
.ui-field-contain div.ui-slider-switch,
|
4000
|
+
.ui-field-contain.ui-hide-label div.ui-slider-switch,
|
4001
|
+
html .ui-popup .ui-field-contain div.ui-slider-switch {
|
4002
|
+
display: inline-block;
|
4003
|
+
width: 5.8em;
|
4004
|
+
}
|
3986
4005
|
/* slider tooltip
|
3987
4006
|
-----------------------------------------------------------------------------------------------------------*/
|
3988
4007
|
.ui-slider-popup {
|
@@ -4069,6 +4088,9 @@ div.ui-rangeslider label {
|
|
4069
4088
|
border-width: 1px;
|
4070
4089
|
border-style: solid;
|
4071
4090
|
}
|
4091
|
+
.ui-mini {
|
4092
|
+
margin: .446em;
|
4093
|
+
}
|
4072
4094
|
.ui-input-text input,
|
4073
4095
|
.ui-input-search input,
|
4074
4096
|
textarea.ui-input-text {
|
@@ -4078,7 +4100,6 @@ textarea.ui-input-text {
|
|
4078
4100
|
width: 100%;
|
4079
4101
|
-webkit-box-sizing: border-box;
|
4080
4102
|
-moz-box-sizing: border-box;
|
4081
|
-
-ms-box-sizing: border-box;
|
4082
4103
|
box-sizing: border-box;
|
4083
4104
|
outline: 0;
|
4084
4105
|
}
|
@@ -4252,7 +4273,6 @@ textarea.ui-input-text.ui-textinput-autogrow {
|
|
4252
4273
|
border-style: solid;
|
4253
4274
|
-webkit-box-sizing: border-box;
|
4254
4275
|
-moz-box-sizing: border-box;
|
4255
|
-
-ms-box-sizing: border-box;
|
4256
4276
|
box-sizing: border-box;
|
4257
4277
|
border-radius: inherit;
|
4258
4278
|
overflow: visible;
|
@@ -4263,19 +4283,19 @@ textarea.ui-input-text.ui-textinput-autogrow {
|
|
4263
4283
|
padding: 1px;
|
4264
4284
|
text-indent: 1em; /* Override this to center text if you use a label other than "off" */
|
4265
4285
|
}
|
4266
|
-
|
4267
|
-
|
4268
|
-
|
4269
|
-
|
4270
|
-
|
4271
|
-
|
4272
|
-
|
4273
|
-
|
4274
|
-
|
4275
|
-
|
4276
|
-
|
4277
|
-
|
4278
|
-
}
|
4286
|
+
/* Override field container CSS to prevent the flipswitch from becomming full width */
|
4287
|
+
html .ui-field-contain > label + .ui-flipswitch,
|
4288
|
+
html .ui-popup .ui-field-contain > label + .ui-flipswitch {
|
4289
|
+
display: inline-block;
|
4290
|
+
width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
|
4291
|
+
-webkit-box-sizing: content-box;
|
4292
|
+
-moz-box-sizing: content-box;
|
4293
|
+
box-sizing: content-box;
|
4294
|
+
}
|
4295
|
+
.ui-field-contain .ui-flipswitch.ui-flipswitch-active,
|
4296
|
+
.ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active {
|
4297
|
+
width: 1.875em;
|
4298
|
+
}
|
4279
4299
|
.ui-table {
|
4280
4300
|
border: 0;
|
4281
4301
|
border-collapse: collapse;
|
@@ -4434,10 +4454,6 @@ textarea.ui-input-text.ui-textinput-autogrow {
|
|
4434
4454
|
}
|
4435
4455
|
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
|
4436
4456
|
@media ( min-width: 35em ) {
|
4437
|
-
/* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
|
4438
|
-
.ui-table-reflow.ui-responsive {
|
4439
|
-
display: table-row-group;
|
4440
|
-
}
|
4441
4457
|
/* Show the table header rows */
|
4442
4458
|
.ui-table-reflow.ui-responsive td,
|
4443
4459
|
.ui-table-reflow.ui-responsive th,
|
@@ -4482,6 +4498,8 @@ textarea.ui-input-text.ui-textinput-autogrow {
|
|
4482
4498
|
max-height: 100%;
|
4483
4499
|
overflow: hidden;
|
4484
4500
|
visibility: hidden;
|
4501
|
+
left: 0;
|
4502
|
+
clip: rect(1px,1px,1px,1px);
|
4485
4503
|
}
|
4486
4504
|
.ui-panel-fixed {
|
4487
4505
|
position: fixed;
|
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
18
18
|
spec.require_paths = ["lib"]
|
19
19
|
|
20
|
-
spec.add_development_dependency "bundler", "
|
20
|
+
spec.add_development_dependency "bundler", ">= 2.2.10"
|
21
21
|
spec.add_development_dependency "rake"
|
22
22
|
end
|
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-mobile-rails-assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.1
|
4
|
+
version: 1.4.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RogerE
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 2.2.10
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 2.2.10
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
description: Provides the jQuery Mobile assets for your Rails application.
|
@@ -45,7 +45,7 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- .gitignore
|
48
|
+
- ".gitignore"
|
49
49
|
- Gemfile
|
50
50
|
- README.md
|
51
51
|
- Rakefile
|
@@ -164,17 +164,16 @@ require_paths:
|
|
164
164
|
- lib
|
165
165
|
required_ruby_version: !ruby/object:Gem::Requirement
|
166
166
|
requirements:
|
167
|
-
- -
|
167
|
+
- - ">="
|
168
168
|
- !ruby/object:Gem::Version
|
169
169
|
version: '0'
|
170
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
171
|
requirements:
|
172
|
-
- -
|
172
|
+
- - ">="
|
173
173
|
- !ruby/object:Gem::Version
|
174
174
|
version: '0'
|
175
175
|
requirements: []
|
176
|
-
|
177
|
-
rubygems_version: 2.1.11
|
176
|
+
rubygems_version: 3.2.16
|
178
177
|
signing_key:
|
179
178
|
specification_version: 4
|
180
179
|
summary: Use jQuery Mobile with Rails Asset Pipeline
|