locomotive-aloha-rails 0.20.1.3 → 0.20.1.4

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.
@@ -2,6 +2,6 @@ module Aloha
2
2
  VERSION = '0.20.10'
3
3
 
4
4
  module Rails
5
- VERSION = '0.20.1.3'
5
+ VERSION = '0.20.1.4'
6
6
  end
7
7
  end
@@ -1,373 +1,373 @@
1
1
  /* caption */
2
2
  .ui-jqgrid .ui-jqgrid-titlebar {
3
- /*
4
- border: 1px solid #33363b;
5
- border-left-color: #4c4f54;
6
- */
7
- position: relative;
8
-
9
- border-radius-topright: 6px;
10
- -moz-border-radius-topright: 6px;
11
- -webkit-border-top-right-radius: 6px;
12
-
13
- padding: 5px;
14
-
15
- background-color: #303539;
16
- background-image: -webkit-gradient(
17
- linear,
18
- center top,
19
- center bottom,
20
- color-stop(0.00, #6c6f74),
21
- color-stop(0.05, #4c4f54),
22
- color-stop(0.10, #3f4448),
23
- color-stop(0.45, #383d41),
24
- color-stop(0.50, #303539),
25
- color-stop(0.95, #33363b),
26
- color-stop(1.00, #4c4f54)
27
- );
28
- background-image: -moz-linear-gradient(
29
- center top,
30
- #6c6f74 0%,
31
- #4c4f54 5%,
32
- #3f4448 10%,
33
- #383d41 45%,
34
- #303539 50%,
35
- #33363b 95%,
36
- #4c4f54 100%
37
- );
38
- filter: progid:DXImageTransform.Microsoft.Gradient(
39
- startColorstr='#383d41',
40
- endColorstr='#303539',
41
- gradientType='0'
42
- );
43
-
44
- color: #ddd;
45
-
46
- text-shadow: 0 0 4px #23262b;
47
- font-weight: bold;
48
- font-size: 13px;
49
-
50
- white-space: nowrap;
3
+ /*
4
+ border: 1px solid #33363b;
5
+ border-left-color: #4c4f54;
6
+ */
7
+ position: relative;
8
+
9
+ border-radius-topright: 6px;
10
+ -moz-border-radius-topright: 6px;
11
+ -webkit-border-top-right-radius: 6px;
12
+
13
+ padding: 5px;
14
+
15
+ background-color: #303539;
16
+ background-image: -webkit-gradient(
17
+ linear,
18
+ center top,
19
+ center bottom,
20
+ color-stop(0.00, #6c6f74),
21
+ color-stop(0.05, #4c4f54),
22
+ color-stop(0.10, #3f4448),
23
+ color-stop(0.45, #383d41),
24
+ color-stop(0.50, #303539),
25
+ color-stop(0.95, #33363b),
26
+ color-stop(1.00, #4c4f54)
27
+ );
28
+ background-image: -moz-linear-gradient(
29
+ center top,
30
+ #6c6f74 0%,
31
+ #4c4f54 5%,
32
+ #3f4448 10%,
33
+ #383d41 45%,
34
+ #303539 50%,
35
+ #33363b 95%,
36
+ #4c4f54 100%
37
+ );
38
+ filter: progid:DXImageTransform.Microsoft.Gradient(
39
+ startColorstr='#383d41',
40
+ endColorstr='#303539',
41
+ gradientType='0'
42
+ );
43
+
44
+ color: #ddd;
45
+
46
+ text-shadow: 0 0 4px #23262b;
47
+ font-weight: bold;
48
+ font-size: 13px;
49
+
50
+ white-space: nowrap;
51
51
  }
52
52
  .ui-jqgrid .ui-jqgrid-title {
53
- float: none;
54
- display: block;
55
- padding: 2px;
53
+ float: none;
54
+ display: block;
55
+ padding: 2px;
56
56
  }
57
57
  .ui-jqgrid .ui-jqgrid-titlebar-close {display: none;}
58
58
  /* header */
59
59
  .ui-jqgrid .ui-jqgrid-hdiv {
60
- background: #303539;
60
+ background: #303539;
61
61
  }
62
62
  .ui-jqgrid .ui-jqgrid-htable {
63
- border: 0;
64
- background: #fff;
63
+ border: 0;
64
+ background: #fff;
65
65
  }
66
66
  .ui-jqgrid .ui-jqgrid-htable th {
67
- background-color: #303539;
68
- background-image: -webkit-gradient(
69
- linear,
70
- center top,
71
- center bottom,
72
- color-stop(0.00, #6c6f74),
73
- color-stop(0.05, #4c4f54),
74
- color-stop(0.10, #3f4448),
75
- color-stop(0.45, #383d41),
76
- color-stop(0.50, #303539),
77
- color-stop(0.95, #33363b),
78
- color-stop(1.00, #4c4f54)
79
- );
80
- background-image: -moz-linear-gradient(
81
- center top,
82
- #6c6f74 0%,
83
- #4c4f54 5%,
84
- #3f4448 10%,
85
- #383d41 45%,
86
- #303539 50%,
87
- #33363b 95%,
88
- #4c4f54 100%
89
- );
90
- filter: progid:DXImageTransform.Microsoft.Gradient(
91
- startColorstr='#383d41',
92
- endColorstr='#303539',
93
- gradientType='0'
94
- );
95
-
96
- color: #ddd;
97
- text-shadow: 0 0 4px #23262b;
98
- font-weight: bold;
99
- font-size: 13px;
67
+ background-color: #303539;
68
+ background-image: -webkit-gradient(
69
+ linear,
70
+ center top,
71
+ center bottom,
72
+ color-stop(0.00, #6c6f74),
73
+ color-stop(0.05, #4c4f54),
74
+ color-stop(0.10, #3f4448),
75
+ color-stop(0.45, #383d41),
76
+ color-stop(0.50, #303539),
77
+ color-stop(0.95, #33363b),
78
+ color-stop(1.00, #4c4f54)
79
+ );
80
+ background-image: -moz-linear-gradient(
81
+ center top,
82
+ #6c6f74 0%,
83
+ #4c4f54 5%,
84
+ #3f4448 10%,
85
+ #383d41 45%,
86
+ #303539 50%,
87
+ #33363b 95%,
88
+ #4c4f54 100%
89
+ );
90
+ filter: progid:DXImageTransform.Microsoft.Gradient(
91
+ startColorstr='#383d41',
92
+ endColorstr='#303539',
93
+ gradientType='0'
94
+ );
95
+
96
+ color: #ddd;
97
+ text-shadow: 0 0 4px #23262b;
98
+ font-weight: bold;
99
+ font-size: 13px;
100
100
  }
101
101
  /* Trio in D major (after Symphony No. 2): I. Adagio - Allegro con brio */
102
102
  .ui-jqgrid .ui-jqgrid-htable th:hover {
103
- background-color: #3f4448;
104
- background-image: -webkit-gradient(
105
- linear,
106
- center top,
107
- center bottom,
108
- color-stop(0.00, #6c6f74),
109
- color-stop(0.05, #4c4f54),
110
- color-stop(0.45, #3f4448),
111
- color-stop(0.50, #383d41),
112
- color-stop(1.00, #3f4448)
113
- );
114
- background-image: -moz-linear-gradient(
115
- center top,
116
- #6c6f74 0%,
117
- #4c4f54 5%,
118
- #3f4448 45%,
119
- #383d41 50%,
120
- #3f4448 100%
121
- );
122
- filter: progid:DXImageTransform.Microsoft.Gradient(
123
- startColorstr='#4c4f54',
124
- endColorstr='#3f4448',
125
- gradientType='0'
126
- );
127
- color: #fff;
128
- text-shadow: 0 0 2px gba(0, 0, 0, .5);
103
+ background-color: #3f4448;
104
+ background-image: -webkit-gradient(
105
+ linear,
106
+ center top,
107
+ center bottom,
108
+ color-stop(0.00, #6c6f74),
109
+ color-stop(0.05, #4c4f54),
110
+ color-stop(0.45, #3f4448),
111
+ color-stop(0.50, #383d41),
112
+ color-stop(1.00, #3f4448)
113
+ );
114
+ background-image: -moz-linear-gradient(
115
+ center top,
116
+ #6c6f74 0%,
117
+ #4c4f54 5%,
118
+ #3f4448 45%,
119
+ #383d41 50%,
120
+ #3f4448 100%
121
+ );
122
+ filter: progid:DXImageTransform.Microsoft.Gradient(
123
+ startColorstr='#4c4f54',
124
+ endColorstr='#3f4448',
125
+ gradientType='0'
126
+ );
127
+ color: #fff;
128
+ text-shadow: 0 0 2px gba(0, 0, 0, .5);
129
129
  }
130
130
  .ui-jqgrid .ui-jqgrid-htable th:hover .ui-grid-ico-sort {
131
- opacity: 1;
132
- filter: alpha(opacity=100);
131
+ opacity: 1;
132
+ filter: alpha(opacity=100);
133
133
  }
134
134
  .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
135
- border: 1px solid #33363b;
136
- border-right: 1px solid #3f4448;
135
+ border: 1px solid #33363b;
136
+ border-right: 1px solid #3f4448;
137
137
  }
138
138
  .ui-jqgrid-resize {
139
- background: #fff;
140
- opacity: 0.10;
141
- filter: alpha(opacity=10);
142
- text-indent: 0;
139
+ background: #fff;
140
+ opacity: 0.10;
141
+ filter: alpha(opacity=10);
142
+ text-indent: 0;
143
143
  }
144
144
  .ui-jqgrid-resize:hover {
145
- opacity: 0.5;
146
- filter: alpha(opacity=50);
145
+ opacity: 0.5;
146
+ filter: alpha(opacity=50);
147
147
  }
148
148
  .ui-jqgrid .s-ico {
149
- display: inline-block;
149
+ display: inline-block;
150
150
  }
151
151
  .ui-jqgrid .ui-grid-ico-sort {
152
- display: inline-block;
153
- height: 16px;
154
- width: 16px;
155
- padding: 0px;
156
- margin: -12px 0 0 10px;
157
- opacity: 0.7;
158
- filter: alpha(opacity=70);
152
+ display: inline-block;
153
+ height: 16px;
154
+ width: 16px;
155
+ padding: 0px;
156
+ margin: -12px 0 0 10px;
157
+ opacity: 0.7;
158
+ filter: alpha(opacity=70);
159
159
  }
160
160
  .ui-jqgrid .ui-icon-asc {
161
- background: url(../img/sort-alphabet.png) no-repeat center center;
161
+ background: url(../img/sort-alphabet.png) no-repeat center center;
162
162
  }
163
163
  .ui-jqgrid .ui-icon-desc {
164
- background: url(../img/sort-alphabet-descending.png) no-repeat center center;
164
+ background: url(../img/sort-alphabet-descending.png) no-repeat center center;
165
165
  }
166
166
  .ui-jqgrid .ui-grid-ico-sort.ui-state-disabled {
167
- display: none;
167
+ display: none;
168
168
  }
169
169
  .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
170
- text-align: left;
171
- text-indent: 10px;
170
+ text-align: left;
171
+ text-indent: 10px;
172
172
  }
173
173
  /* body */
174
174
  .ui-jqgrid .ui-jqgrid-btable {
175
- border: 0;
175
+ border: 0;
176
176
  }
177
177
  .ui-jqgrid .ui-jqgrid-bdiv {
178
- background-color: #fff;
179
- background-image: -webkit-radial-gradient(
180
- #fff 50%,
181
- rgba(200, 200, 200, 0.5) 90%,
182
- rgba(200, 200, 200, 0.6) 100%
183
- );
184
- background-image: -moz-radial-gradient(
185
- #fff 50%,
186
- rgba(200, 200, 200, 0.5) 90%,
187
- rgba(200, 200, 200, 0.6) 100%
188
- );f
178
+ background-color: #fff;
179
+ background-image: -webkit-radial-gradient(
180
+ #fff 50%,
181
+ rgba(200, 200, 200, 0.5) 90%,
182
+ rgba(200, 200, 200, 0.6) 100%
183
+ );
184
+ background-image: -moz-radial-gradient(
185
+ #fff 50%,
186
+ rgba(200, 200, 200, 0.5) 90%,
187
+ rgba(200, 200, 200, 0.6) 100%
188
+ );
189
189
  }
190
190
  .ui-jqgrid tr.jqgfirstrow td {
191
- border: 0;
191
+ border: 0;
192
192
  }
193
193
  .ui-jqgrid tr.jqgrow td{
194
- border: 1px solid #ddd;
195
- border-left: 0;
196
- border-right: 0;
197
- padding: 2px 2px 2px 10px;
198
- color: #333;
199
- font-size: 12px;
200
- cursor: default;
194
+ border: 1px solid #ddd;
195
+ border-left: 0;
196
+ border-right: 0;
197
+ padding: 2px 2px 2px 10px;
198
+ color: #333;
199
+ font-size: 12px;
200
+ cursor: default;
201
201
  }
202
202
  .ui-jqgrid tr.jqgrow:hover td {
203
- border-color: #355ea0;
204
- background-color: #508ac9;
205
- background-image: -webkit-gradient(
206
- linear,
207
- center top,
208
- center bottom,
209
- color-stop(0.00, #81add2),
210
- color-stop(0.10, #5693cc),
211
- color-stop(0.45, #5b9acf),
212
- color-stop(0.60, #508ac9),
213
- color-stop(1.00, #456eb0)
214
- );
215
- background-image: -moz-linear-gradient(
216
- center top,
217
- #81add2 0%,
218
- #5693cc 10%,
219
- #5b9acf 45%,
220
- #508ac9 60%,
221
- #456eb0 100%
222
- );
223
- filter: progid:DXImageTransform.Microsoft.Gradient(
224
- startColorstr='#81add2',
225
- endColorstr='#456eb0',
226
- gradientType='0'
227
- );
228
-
229
- color: #fff;
203
+ border-color: #355ea0;
204
+ background-color: #508ac9;
205
+ background-image: -webkit-gradient(
206
+ linear,
207
+ center top,
208
+ center bottom,
209
+ color-stop(0.00, #81add2),
210
+ color-stop(0.10, #5693cc),
211
+ color-stop(0.45, #5b9acf),
212
+ color-stop(0.60, #508ac9),
213
+ color-stop(1.00, #456eb0)
214
+ );
215
+ background-image: -moz-linear-gradient(
216
+ center top,
217
+ #81add2 0%,
218
+ #5693cc 10%,
219
+ #5b9acf 45%,
220
+ #508ac9 60%,
221
+ #456eb0 100%
222
+ );
223
+ filter: progid:DXImageTransform.Microsoft.Gradient(
224
+ startColorstr='#81add2',
225
+ endColorstr='#456eb0',
226
+ gradientType='0'
227
+ );
228
+
229
+ color: #fff;
230
230
  }
231
231
  .ui-jqgrid tr.ui-row-ltr td {
232
- border-width: 1px;
232
+ border-width: 1px;
233
233
  }
234
234
  /* footer */
235
235
  /* Pager */
236
236
  .ui-jqgrid .ui-pg-table {
237
- border: 0;
237
+ border: 0;
238
238
  }
239
239
  .ui-jqgrid .ui-pg-table td {
240
- padding: 5px;
241
- border: 0;
242
- color: #ddd;
240
+ padding: 5px;
241
+ border: 0;
242
+ color: #ddd;
243
243
  }
244
244
  .ui-jqgrid .ui-jqgrid-pager {
245
- height: auto;
246
-
247
- border: 0;
248
- border-top: 1px solid #33363b;
249
- background-color: #303539;
250
- background-image: -webkit-gradient(
251
- linear,
252
- center top,
253
- center bottom,
254
- color-stop(0.00, #6c6f74),
255
- color-stop(0.05, #4c4f54),
256
- color-stop(0.10, #3f4448),
257
- color-stop(0.45, #383d41),
258
- color-stop(0.50, #303539),
259
- color-stop(0.95, #33363b),
260
- color-stop(1.00, #4c4f54)
261
- );
262
- background-image: -moz-linear-gradient(
263
- center top,
264
- #6c6f74 0%,
265
- #4c4f54 5%,
266
- #3f4448 10%,
267
- #383d41 45%,
268
- #303539 50%,
269
- #33363b 95%,
270
- #4c4f54 100%
271
- );
272
- filter: progid:DXImageTransform.Microsoft.Gradient(
273
- startColorstr='#383d41',
274
- endColorstr='#303539',
275
- gradientType='0'
276
- );
277
-
278
- color: #ddd;
279
- text-shadow: 0 0 4px #23262b;
280
- font-weight: bold;
281
- font-size: 13px;
245
+ height: auto;
246
+
247
+ border: 0;
248
+ border-top: 1px solid #33363b;
249
+ background-color: #303539;
250
+ background-image: -webkit-gradient(
251
+ linear,
252
+ center top,
253
+ center bottom,
254
+ color-stop(0.00, #6c6f74),
255
+ color-stop(0.05, #4c4f54),
256
+ color-stop(0.10, #3f4448),
257
+ color-stop(0.45, #383d41),
258
+ color-stop(0.50, #303539),
259
+ color-stop(0.95, #33363b),
260
+ color-stop(1.00, #4c4f54)
261
+ );
262
+ background-image: -moz-linear-gradient(
263
+ center top,
264
+ #6c6f74 0%,
265
+ #4c4f54 5%,
266
+ #3f4448 10%,
267
+ #383d41 45%,
268
+ #303539 50%,
269
+ #33363b 95%,
270
+ #4c4f54 100%
271
+ );
272
+ filter: progid:DXImageTransform.Microsoft.Gradient(
273
+ startColorstr='#383d41',
274
+ endColorstr='#303539',
275
+ gradientType='0'
276
+ );
277
+
278
+ color: #ddd;
279
+ text-shadow: 0 0 4px #23262b;
280
+ font-weight: bold;
281
+ font-size: 13px;
282
282
  }
283
283
  .ui-jqgrid .ui-pg-button {
284
- width: 16px;
285
- height: 16px;
286
- opacity: 0.6;
287
- filter: alpha(opacity=60);
284
+ width: 16px;
285
+ height: 16px;
286
+ opacity: 0.6;
287
+ filter: alpha(opacity=60);
288
288
  }
289
289
  .ui-jqgrid .ui-pg-button:hover {
290
- padding: 5px;
291
- opacity: 1;
292
- filter: alpha(opacity=100);
290
+ padding: 5px;
291
+ opacity: 1;
292
+ filter: alpha(opacity=100);
293
293
  }
294
294
  .ui-jqgrid .ui-pg-button.ui-state-disabled {
295
- opacity: 0.10;
296
- filter: alpha(opacity=10);
297
- cursor: default;
295
+ opacity: 0.10;
296
+ filter: alpha(opacity=10);
297
+ cursor: default;
298
298
  }
299
299
  .ui-jqgrid .ui-pg-button .ui-icon {
300
- display: inline-block;
301
- background-position: center center;
302
- background-repeat: no-repeat;
303
- width: 16px;
304
- height: 16px;
300
+ display: inline-block;
301
+ background-position: center center;
302
+ background-repeat: no-repeat;
303
+ width: 16px;
304
+ height: 16px;
305
305
  }
306
306
  .ui-jqgrid .ui-pg-button .ui-icon-seek-next {
307
- background-image: url(../img/arrow.png);
307
+ background-image: url(../img/arrow.png);
308
308
  }
309
309
  .ui-jqgrid .ui-pg-button .ui-icon-seek-end {
310
- background-image: url(../img/arrow-stop.png);
310
+ background-image: url(../img/arrow-stop.png);
311
311
  }
312
312
  .ui-jqgrid .ui-pg-button .ui-icon-seek-prev {
313
- background-image: url(../img/arrow-180.png);
313
+ background-image: url(../img/arrow-180.png);
314
314
  }
315
315
  .ui-jqgrid .ui-pg-button .ui-icon-seek-first {
316
- background-image: url(../img/arrow-stop-180.png);
316
+ background-image: url(../img/arrow-stop-180.png);
317
317
  }
318
318
  .ui-jqgrid .ui-pg-input {
319
- width: 20px;
320
- height: 20px;
321
- font-size: 11px;
322
- margin: 0;
323
- background-color: #fff;
324
- background-image: -webkit-gradient(
325
- linear,
326
- left top,
327
- left bottom,
328
- color-stop(0.00, #bbb),
329
- color-stop(0.10, #ddd),
330
- color-stop(0.30, #eee),
331
- color-stop(1.00, #fff)
332
- );
333
- background-image: -moz-linear-gradient(
334
- center top,
335
- #ccc 0%,
336
- #ddd 10%,
337
- #eee 30%,
338
- #fff 100%
339
- );
340
- filter: progid:DXImageTransform.Microsoft.Gradient(
341
- startColorstr='#dddddd',
342
- endColorstr='#ffffff',
343
- gradientType='0'
344
- );
345
-
346
- border-width: 0;
347
- border-radius: 4px;
348
- -moz-border-radius: 4px;
349
- -webkit-border-radius: 4px;
350
-
351
- color: #777;
352
- text-align: center;
319
+ width: 20px;
320
+ height: 20px;
321
+ font-size: 11px;
322
+ margin: 0;
323
+ background-color: #fff;
324
+ background-image: -webkit-gradient(
325
+ linear,
326
+ left top,
327
+ left bottom,
328
+ color-stop(0.00, #bbb),
329
+ color-stop(0.10, #ddd),
330
+ color-stop(0.30, #eee),
331
+ color-stop(1.00, #fff)
332
+ );
333
+ background-image: -moz-linear-gradient(
334
+ center top,
335
+ #ccc 0%,
336
+ #ddd 10%,
337
+ #eee 30%,
338
+ #fff 100%
339
+ );
340
+ filter: progid:DXImageTransform.Microsoft.Gradient(
341
+ startColorstr='#dddddd',
342
+ endColorstr='#ffffff',
343
+ gradientType='0'
344
+ );
345
+
346
+ border-width: 0;
347
+ border-radius: 4px;
348
+ -moz-border-radius: 4px;
349
+ -webkit-border-radius: 4px;
350
+
351
+ color: #777;
352
+ text-align: center;
353
353
  }
354
354
  /* subgrid */
355
355
  /* loading */
356
356
  .ui-jqgrid .loading {
357
- position: absolute;
358
- top: 45%;
359
- left: 45%;
360
- width: auto;
361
- z-index:101;
362
- padding: 6px 6px 6px 20px;
363
- margin: 5px;
364
- text-align: center;
365
- display: none;
366
- border-width: 2px !important;
367
- font-weight: normal;
368
- color: #777;
369
-
370
- background: url(../css/throbber.gif) no-repeat left center;
357
+ position: absolute;
358
+ top: 45%;
359
+ left: 45%;
360
+ width: auto;
361
+ z-index:101;
362
+ padding: 6px 6px 6px 20px;
363
+ margin: 5px;
364
+ text-align: center;
365
+ display: none;
366
+ border-width: 2px !important;
367
+ font-weight: normal;
368
+ color: #777;
369
+
370
+ background: url(../css/throbber.gif) no-repeat left center;
371
371
  }
372
372
  .ui-jqgrid .jqgrid-overlay {display:none; z-index:100;}
373
373
  /* Tree Grid */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotive-aloha-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.1.3
4
+ version: 0.20.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-21 00:00:00.000000000 Z
12
+ date: 2012-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
16
- requirement: &2158238760 !ruby/object:Gem::Requirement
16
+ requirement: &2154498540 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.2.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2158238760
24
+ version_requirements: *2154498540
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &2158237600 !ruby/object:Gem::Requirement
27
+ requirement: &2154496440 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - =
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 0.9.2
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2158237600
35
+ version_requirements: *2154496440
36
36
  description: Seamlessly integrates Aloha Editor into the Rails 3.1 asset pipeline.
37
37
  email: didier.lafforgue@gmail.com
38
38
  executables: []
@@ -1090,7 +1090,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1090
1090
  version: '0'
1091
1091
  segments:
1092
1092
  - 0
1093
- hash: 338053049680169151
1093
+ hash: 595474107540932544
1094
1094
  required_rubygems_version: !ruby/object:Gem::Requirement
1095
1095
  none: false
1096
1096
  requirements:
@@ -1099,7 +1099,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1099
1099
  version: '0'
1100
1100
  segments:
1101
1101
  - 0
1102
- hash: 338053049680169151
1102
+ hash: 595474107540932544
1103
1103
  requirements: []
1104
1104
  rubyforge_project:
1105
1105
  rubygems_version: 1.8.11