font-awesome-rails 3.2.0.0 → 3.2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +2 -1
- data/app/assets/stylesheets/font-awesome-ie7.css +8 -2
- data/app/assets/stylesheets/font-awesome-ie7.min.css +3 -1
- data/app/assets/stylesheets/font-awesome.css.erb +11 -3
- data/lib/font-awesome-rails/version.rb +1 -1
- data/test/dummy/log/test.log +116 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGNiMmM5Yjg4MTM4MWFjYTZkMzhkMGM4NDc3ZGNiOGM5YmJkODY3Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzE4YzRkMWI2MjljODQ2YzI4MDY5M2NhNTFkNDU4ODc0YmEyYmJlMg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MjFjOWMzZmZhYjFjOTAzYjZhZjFhNTJiZmFjNzA3ZjNhODkyOTZlM2ZjYTQx
|
10
|
+
NDQ5MThmNDRmOTVhZDJkNmNiNDFhMmNkYzc4ZGNmMGEzYzFkZWYzOGMyZDdi
|
11
|
+
OGQwZGZlZjg2YTA5NmEwY2ZkZDFjMWE3MWY3Yjc1OGE5MjRkNWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTE2NjdlMWZiZWM5MzRjOGFiNmRlMjYwZDFhMDU4NjdiNTkxMzJkODEzY2Q1
|
14
|
+
NzU1NmM2N2E2YTRiODQ4YmI3ZjA3YWRkZWRiYWJlNzJjOGJmZTMzNDk0NTEw
|
15
|
+
OWU5NTNlZTY2ZDczYmU3ZjdjZTgxNzI3ZDE4NDFmYTNlMzMyOWU=
|
data/README.md
CHANGED
@@ -96,7 +96,8 @@ that:
|
|
96
96
|
| 3.1.1.1 | 949a765 | asset_path -> font_path usage; Now requires Rails >= 3.2. |
|
97
97
|
| 3.1.1.2 | 949a765 | vendor/assets -> app/assets; Improved Rails 4 support |
|
98
98
|
| 3.1.1.3 | 949a765 | repackaged gem; cleaned out extraneous files |
|
99
|
-
| 3.2.0.0 | a9065a1 | 3.2.0 release (new icons
|
99
|
+
| 3.2.0.0 | a9065a1 | 3.2.0 release (new icons) |
|
100
|
+
| 3.2.1.0 | b1a8ad4 | 3.2.1 release (stylesheet fixes) |
|
100
101
|
|
101
102
|
**note on version 0.2.0**: FontAwesome now includes scss and sass files, but
|
102
103
|
when I used them instead of the plain ol css file included in the project, it
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome 3.2.
|
2
|
+
* Font Awesome 3.2.1
|
3
3
|
* the iconic font designed for Bootstrap
|
4
4
|
* ------------------------------------------------------------------------------
|
5
5
|
* The full suite of pictographic icons, examples, and documentation can be
|
@@ -127,6 +127,9 @@ a [class*=" icon-"] {
|
|
127
127
|
.icon-cog {
|
128
128
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
129
129
|
}
|
130
|
+
.icon-gear {
|
131
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
132
|
+
}
|
130
133
|
.icon-trash {
|
131
134
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
132
135
|
}
|
@@ -454,6 +457,9 @@ a [class*=" icon-"] {
|
|
454
457
|
.icon-cogs {
|
455
458
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
456
459
|
}
|
460
|
+
.icon-gears {
|
461
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
462
|
+
}
|
457
463
|
.icon-comments {
|
458
464
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
459
465
|
}
|
@@ -1153,7 +1159,7 @@ a [class*=" icon-"] {
|
|
1153
1159
|
.icon-linux {
|
1154
1160
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1155
1161
|
}
|
1156
|
-
.icon-
|
1162
|
+
.icon-dribbble {
|
1157
1163
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
|
1158
1164
|
}
|
1159
1165
|
.icon-skype {
|
@@ -24,6 +24,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
|
|
24
24
|
.icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
25
25
|
.icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
26
26
|
.icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
27
|
+
.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
27
28
|
.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
28
29
|
.icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
29
30
|
.icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
@@ -133,6 +134,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
|
|
133
134
|
.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
134
135
|
.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
135
136
|
.icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
137
|
+
.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
136
138
|
.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
137
139
|
.icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
138
140
|
.icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
@@ -366,7 +368,7 @@ a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
|
|
366
368
|
.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
367
369
|
.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
368
370
|
.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
369
|
-
.icon-
|
371
|
+
.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
370
372
|
.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
371
373
|
.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
372
374
|
.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome 3.2.
|
2
|
+
* Font Awesome 3.2.1
|
3
3
|
* the iconic font designed for Bootstrap
|
4
4
|
* ------------------------------------------------------------------------------
|
5
5
|
* The full suite of pictographic icons, examples, and documentation can be
|
@@ -47,7 +47,6 @@
|
|
47
47
|
[class*=" icon-"]:before {
|
48
48
|
text-decoration: inherit;
|
49
49
|
display: inline-block;
|
50
|
-
cursor: default;
|
51
50
|
speak: none;
|
52
51
|
}
|
53
52
|
/* makes the font 33% larger relative to the icon container */
|
@@ -244,6 +243,11 @@ a [class*=" icon-"] {
|
|
244
243
|
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
|
245
244
|
margin-left: .2em;
|
246
245
|
}
|
246
|
+
/* Fixes alignment in nav lists */
|
247
|
+
.nav-list [class^="icon-"],
|
248
|
+
.nav-list [class*=" icon-"] {
|
249
|
+
line-height: inherit;
|
250
|
+
}
|
247
251
|
/* EXTRAS
|
248
252
|
* -------------------------- */
|
249
253
|
/* Stacked and layered icon */
|
@@ -278,6 +282,8 @@ a [class*=" icon-"] {
|
|
278
282
|
-webkit-animation: spin 2s infinite linear;
|
279
283
|
animation: spin 2s infinite linear;
|
280
284
|
}
|
285
|
+
/* Prevent stack and spinners from being taken inline when inside a link */
|
286
|
+
a .icon-stack,
|
281
287
|
a .icon-spin {
|
282
288
|
display: inline-block;
|
283
289
|
text-decoration: none;
|
@@ -426,6 +432,7 @@ a .icon-flip-vertical:before {
|
|
426
432
|
.icon-signal:before {
|
427
433
|
content: "\f012";
|
428
434
|
}
|
435
|
+
.icon-gear:before,
|
429
436
|
.icon-cog:before {
|
430
437
|
content: "\f013";
|
431
438
|
}
|
@@ -749,6 +756,7 @@ a .icon-flip-vertical:before {
|
|
749
756
|
.icon-key:before {
|
750
757
|
content: "\f084";
|
751
758
|
}
|
759
|
+
.icon-gears:before,
|
752
760
|
.icon-cogs:before {
|
753
761
|
content: "\f085";
|
754
762
|
}
|
@@ -1427,7 +1435,7 @@ a .icon-flip-vertical:before {
|
|
1427
1435
|
.icon-linux:before {
|
1428
1436
|
content: "\f17c";
|
1429
1437
|
}
|
1430
|
-
.icon-
|
1438
|
+
.icon-dribbble:before {
|
1431
1439
|
content: "\f17d";
|
1432
1440
|
}
|
1433
1441
|
.icon-skype:before {
|
data/test/dummy/log/test.log
CHANGED
@@ -9509,3 +9509,119 @@ Compiled font-awesome-ie7.css (0ms) (pid 2017)
|
|
9509
9509
|
Served asset /font-awesome-ie7.css - 200 OK (10ms)
|
9510
9510
|
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-12 20:24:08 -0400
|
9511
9511
|
Served asset /font-awesome.css - 200 OK (0ms)
|
9512
|
+
Started GET "/assets/fontawesome-webfont.eot" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9513
|
+
Served asset /fontawesome-webfont.eot - 200 OK (5ms)
|
9514
|
+
Started GET "/assets/fontawesome-webfont.ttf" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9515
|
+
Served asset /fontawesome-webfont.ttf - 200 OK (5ms)
|
9516
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9517
|
+
Served asset /fontawesome-webfont.woff - 200 OK (5ms)
|
9518
|
+
Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9519
|
+
Compiled font-awesome.css (22ms) (pid 75467)
|
9520
|
+
Compiled sprockets-require.css (31ms) (pid 75467)
|
9521
|
+
Served asset /sprockets-require.css - 200 OK (43ms)
|
9522
|
+
Started GET "/assets/sass-import.css" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9523
|
+
Compiled font-awesome.css (19ms) (pid 75467)
|
9524
|
+
Compiled sass-import.css (334ms) (pid 75467)
|
9525
|
+
Served asset /sass-import.css - 200 OK (348ms)
|
9526
|
+
Started GET "/assets/scss-import.css" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9527
|
+
Compiled font-awesome.css (18ms) (pid 75467)
|
9528
|
+
Compiled scss-import.css (305ms) (pid 75467)
|
9529
|
+
Served asset /scss-import.css - 200 OK (317ms)
|
9530
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9531
|
+
Compiled font-awesome.css (17ms) (pid 75467)
|
9532
|
+
Served asset /font-awesome.css - 200 OK (26ms)
|
9533
|
+
Started GET "/assets/font-awesome-ie7.min.css" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9534
|
+
Compiled font-awesome-ie7.min.css (0ms) (pid 75467)
|
9535
|
+
Served asset /font-awesome-ie7.min.css - 200 OK (12ms)
|
9536
|
+
Started GET "/assets/font-awesome-ie7.css" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9537
|
+
Compiled font-awesome-ie7.css (0ms) (pid 75467)
|
9538
|
+
Served asset /font-awesome-ie7.css - 200 OK (14ms)
|
9539
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:03:53 -0400
|
9540
|
+
Served asset /font-awesome.css - 200 OK (0ms)
|
9541
|
+
Started GET "/assets/fontawesome-webfont.eot" for 127.0.0.1 at 2013-06-17 21:04:51 -0400
|
9542
|
+
Served asset /fontawesome-webfont.eot - 200 OK (8ms)
|
9543
|
+
Started GET "/assets/fontawesome-webfont.ttf" for 127.0.0.1 at 2013-06-17 21:04:51 -0400
|
9544
|
+
Served asset /fontawesome-webfont.ttf - 200 OK (11ms)
|
9545
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2013-06-17 21:04:51 -0400
|
9546
|
+
Served asset /fontawesome-webfont.woff - 200 OK (8ms)
|
9547
|
+
Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2013-06-17 21:04:51 -0400
|
9548
|
+
Compiled font-awesome.css (22ms) (pid 76846)
|
9549
|
+
Compiled sprockets-require.css (32ms) (pid 76846)
|
9550
|
+
Served asset /sprockets-require.css - 200 OK (49ms)
|
9551
|
+
Started GET "/assets/sass-import.css" for 127.0.0.1 at 2013-06-17 21:04:51 -0400
|
9552
|
+
Compiled font-awesome.css (18ms) (pid 76846)
|
9553
|
+
Compiled sass-import.css (311ms) (pid 76846)
|
9554
|
+
Served asset /sass-import.css - 200 OK (323ms)
|
9555
|
+
Started GET "/assets/scss-import.css" for 127.0.0.1 at 2013-06-17 21:04:51 -0400
|
9556
|
+
Compiled font-awesome.css (17ms) (pid 76846)
|
9557
|
+
Compiled scss-import.css (267ms) (pid 76846)
|
9558
|
+
Served asset /scss-import.css - 200 OK (276ms)
|
9559
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:04:52 -0400
|
9560
|
+
Compiled font-awesome.css (17ms) (pid 76846)
|
9561
|
+
Served asset /font-awesome.css - 200 OK (26ms)
|
9562
|
+
Started GET "/assets/font-awesome-ie7.min.css" for 127.0.0.1 at 2013-06-17 21:04:52 -0400
|
9563
|
+
Compiled font-awesome-ie7.min.css (0ms) (pid 76846)
|
9564
|
+
Served asset /font-awesome-ie7.min.css - 200 OK (10ms)
|
9565
|
+
Started GET "/assets/font-awesome-ie7.css" for 127.0.0.1 at 2013-06-17 21:04:52 -0400
|
9566
|
+
Compiled font-awesome-ie7.css (0ms) (pid 76846)
|
9567
|
+
Served asset /font-awesome-ie7.css - 200 OK (8ms)
|
9568
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:04:52 -0400
|
9569
|
+
Served asset /font-awesome.css - 200 OK (0ms)
|
9570
|
+
Started GET "/assets/fontawesome-webfont.eot" for 127.0.0.1 at 2013-06-17 21:06:18 -0400
|
9571
|
+
Served asset /fontawesome-webfont.eot - 200 OK (5ms)
|
9572
|
+
Started GET "/assets/fontawesome-webfont.ttf" for 127.0.0.1 at 2013-06-17 21:06:18 -0400
|
9573
|
+
Served asset /fontawesome-webfont.ttf - 200 OK (7ms)
|
9574
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2013-06-17 21:06:18 -0400
|
9575
|
+
Served asset /fontawesome-webfont.woff - 200 OK (7ms)
|
9576
|
+
Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2013-06-17 21:06:18 -0400
|
9577
|
+
Compiled font-awesome.css (25ms) (pid 77406)
|
9578
|
+
Compiled sprockets-require.css (34ms) (pid 77406)
|
9579
|
+
Served asset /sprockets-require.css - 200 OK (47ms)
|
9580
|
+
Started GET "/assets/sass-import.css" for 127.0.0.1 at 2013-06-17 21:06:18 -0400
|
9581
|
+
Compiled font-awesome.css (19ms) (pid 77406)
|
9582
|
+
Compiled sass-import.css (267ms) (pid 77406)
|
9583
|
+
Served asset /sass-import.css - 200 OK (278ms)
|
9584
|
+
Started GET "/assets/scss-import.css" for 127.0.0.1 at 2013-06-17 21:06:18 -0400
|
9585
|
+
Compiled font-awesome.css (16ms) (pid 77406)
|
9586
|
+
Compiled scss-import.css (286ms) (pid 77406)
|
9587
|
+
Served asset /scss-import.css - 200 OK (296ms)
|
9588
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:06:19 -0400
|
9589
|
+
Compiled font-awesome.css (17ms) (pid 77406)
|
9590
|
+
Served asset /font-awesome.css - 200 OK (26ms)
|
9591
|
+
Started GET "/assets/font-awesome-ie7.min.css" for 127.0.0.1 at 2013-06-17 21:06:19 -0400
|
9592
|
+
Compiled font-awesome-ie7.min.css (0ms) (pid 77406)
|
9593
|
+
Served asset /font-awesome-ie7.min.css - 200 OK (13ms)
|
9594
|
+
Started GET "/assets/font-awesome-ie7.css" for 127.0.0.1 at 2013-06-17 21:06:19 -0400
|
9595
|
+
Compiled font-awesome-ie7.css (0ms) (pid 77406)
|
9596
|
+
Served asset /font-awesome-ie7.css - 200 OK (14ms)
|
9597
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:06:19 -0400
|
9598
|
+
Served asset /font-awesome.css - 200 OK (0ms)
|
9599
|
+
Started GET "/assets/fontawesome-webfont.eot" for 127.0.0.1 at 2013-06-17 21:06:31 -0400
|
9600
|
+
Served asset /fontawesome-webfont.eot - 200 OK (5ms)
|
9601
|
+
Started GET "/assets/fontawesome-webfont.ttf" for 127.0.0.1 at 2013-06-17 21:06:31 -0400
|
9602
|
+
Served asset /fontawesome-webfont.ttf - 200 OK (6ms)
|
9603
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2013-06-17 21:06:31 -0400
|
9604
|
+
Served asset /fontawesome-webfont.woff - 200 OK (6ms)
|
9605
|
+
Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2013-06-17 21:06:31 -0400
|
9606
|
+
Compiled font-awesome.css (20ms) (pid 77684)
|
9607
|
+
Compiled sprockets-require.css (28ms) (pid 77684)
|
9608
|
+
Served asset /sprockets-require.css - 200 OK (40ms)
|
9609
|
+
Started GET "/assets/sass-import.css" for 127.0.0.1 at 2013-06-17 21:06:31 -0400
|
9610
|
+
Compiled font-awesome.css (16ms) (pid 77684)
|
9611
|
+
Compiled sass-import.css (309ms) (pid 77684)
|
9612
|
+
Served asset /sass-import.css - 200 OK (321ms)
|
9613
|
+
Started GET "/assets/scss-import.css" for 127.0.0.1 at 2013-06-17 21:06:32 -0400
|
9614
|
+
Compiled font-awesome.css (18ms) (pid 77684)
|
9615
|
+
Compiled scss-import.css (368ms) (pid 77684)
|
9616
|
+
Served asset /scss-import.css - 200 OK (380ms)
|
9617
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:06:32 -0400
|
9618
|
+
Compiled font-awesome.css (17ms) (pid 77684)
|
9619
|
+
Served asset /font-awesome.css - 200 OK (27ms)
|
9620
|
+
Started GET "/assets/font-awesome-ie7.min.css" for 127.0.0.1 at 2013-06-17 21:06:32 -0400
|
9621
|
+
Compiled font-awesome-ie7.min.css (0ms) (pid 77684)
|
9622
|
+
Served asset /font-awesome-ie7.min.css - 200 OK (10ms)
|
9623
|
+
Started GET "/assets/font-awesome-ie7.css" for 127.0.0.1 at 2013-06-17 21:06:32 -0400
|
9624
|
+
Compiled font-awesome-ie7.css (0ms) (pid 77684)
|
9625
|
+
Served asset /font-awesome-ie7.css - 200 OK (10ms)
|
9626
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:06:32 -0400
|
9627
|
+
Served asset /font-awesome.css - 200 OK (0ms)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: font-awesome-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bokmann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-06-
|
11
|
+
date: 2013-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|