font-awesome-rails 3.2.1.0 → 3.2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +1 -0
- data/lib/font-awesome-rails/engine.rb +3 -5
- data/lib/font-awesome-rails/version.rb +3 -5
- data/test/dummy/log/test.log +87 -0
- data/test/font_awesome_rails_test.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjdmZmZhYmZmMzQ0MzIzODBjNTQ0ZmE3MGU0MjcwZTg4ZjYxMmFiNg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDFiYWNhZTQ4YmI1M2ZlZDBlOThmNDg5ODE2YzE4YzA4ZTEyZmU4Yg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Mzk5ZWFhMGE3MmJiNTZjNzk4NWIzNWM4MTRhMWYyYzU5ZGNiZmNiYWI3OTQ2
|
10
|
+
YmVlNmYyZTM4ZjJlODZmMWRiYWFmMDkzNWRkODMxMGJiY2FmODYwN2M5Yjlm
|
11
|
+
YzJmMjI1MDcwYWIzNDQ3ZmJjNTI0ODc3NGIxYWE0YzU4YmUzMzE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODRjMGMxYzdhZjVmYmY3NjM4ZmIzYjAyNTc3ZTYwMDJjNmRlNzdjNzkyNmYz
|
14
|
+
NTI5MmE3Nzc5MjhlNmJiNDBjYTY1NWM0YzRhNzU2NTRiOWZjMDMyMGIzYzkz
|
15
|
+
MWVlNGQ1MWQyZDg4YzVkNzhkN2NlOGY0NThjZGNhMDA5NTY3MDA=
|
data/README.md
CHANGED
@@ -98,6 +98,7 @@ that:
|
|
98
98
|
| 3.1.1.3 | 949a765 | repackaged gem; cleaned out extraneous files |
|
99
99
|
| 3.2.0.0 | a9065a1 | 3.2.0 release (new icons) |
|
100
100
|
| 3.2.1.0 | b1a8ad4 | 3.2.1 release (stylesheet fixes) |
|
101
|
+
| 3.2.1.1 | b1a8ad4 | renamed Font::Awesome module to FontAwesome to avoid Font name conflicts |
|
101
102
|
|
102
103
|
**note on version 0.2.0**: FontAwesome now includes scss and sass files, but
|
103
104
|
when I used them instead of the plain ol css file included in the project, it
|
data/test/dummy/log/test.log
CHANGED
@@ -9625,3 +9625,90 @@ Compiled font-awesome-ie7.css (0ms) (pid 77684)
|
|
9625
9625
|
Served asset /font-awesome-ie7.css - 200 OK (10ms)
|
9626
9626
|
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-17 21:06:32 -0400
|
9627
9627
|
Served asset /font-awesome.css - 200 OK (0ms)
|
9628
|
+
Started GET "/assets/fontawesome-webfont.eot" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9629
|
+
Served asset /fontawesome-webfont.eot - 200 OK (6ms)
|
9630
|
+
Started GET "/assets/fontawesome-webfont.ttf" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9631
|
+
Served asset /fontawesome-webfont.ttf - 200 OK (6ms)
|
9632
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9633
|
+
Served asset /fontawesome-webfont.woff - 200 OK (6ms)
|
9634
|
+
Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9635
|
+
Compiled font-awesome.css (27ms) (pid 66351)
|
9636
|
+
Compiled sprockets-require.css (34ms) (pid 66351)
|
9637
|
+
Served asset /sprockets-require.css - 200 OK (45ms)
|
9638
|
+
Started GET "/assets/sass-import.css" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9639
|
+
Compiled font-awesome.css (17ms) (pid 66351)
|
9640
|
+
Compiled sass-import.css (296ms) (pid 66351)
|
9641
|
+
Served asset /sass-import.css - 200 OK (309ms)
|
9642
|
+
Started GET "/assets/scss-import.css" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9643
|
+
Compiled font-awesome.css (28ms) (pid 66351)
|
9644
|
+
Compiled scss-import.css (326ms) (pid 66351)
|
9645
|
+
Served asset /scss-import.css - 200 OK (339ms)
|
9646
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9647
|
+
Compiled font-awesome.css (18ms) (pid 66351)
|
9648
|
+
Served asset /font-awesome.css - 200 OK (29ms)
|
9649
|
+
Started GET "/assets/font-awesome-ie7.min.css" for 127.0.0.1 at 2013-06-21 20:36:01 -0400
|
9650
|
+
Compiled font-awesome-ie7.min.css (0ms) (pid 66351)
|
9651
|
+
Served asset /font-awesome-ie7.min.css - 200 OK (12ms)
|
9652
|
+
Started GET "/assets/font-awesome-ie7.css" for 127.0.0.1 at 2013-06-21 20:36:02 -0400
|
9653
|
+
Compiled font-awesome-ie7.css (0ms) (pid 66351)
|
9654
|
+
Served asset /font-awesome-ie7.css - 200 OK (15ms)
|
9655
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-21 20:36:02 -0400
|
9656
|
+
Served asset /font-awesome.css - 200 OK (0ms)
|
9657
|
+
Started GET "/assets/fontawesome-webfont.eot" for 127.0.0.1 at 2013-06-21 20:38:22 -0400
|
9658
|
+
Served asset /fontawesome-webfont.eot - 200 OK (5ms)
|
9659
|
+
Started GET "/assets/fontawesome-webfont.ttf" for 127.0.0.1 at 2013-06-21 20:38:22 -0400
|
9660
|
+
Served asset /fontawesome-webfont.ttf - 200 OK (6ms)
|
9661
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2013-06-21 20:38:22 -0400
|
9662
|
+
Served asset /fontawesome-webfont.woff - 200 OK (7ms)
|
9663
|
+
Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2013-06-21 20:38:22 -0400
|
9664
|
+
Compiled font-awesome.css (28ms) (pid 67175)
|
9665
|
+
Compiled sprockets-require.css (34ms) (pid 67175)
|
9666
|
+
Served asset /sprockets-require.css - 200 OK (47ms)
|
9667
|
+
Started GET "/assets/sass-import.css" for 127.0.0.1 at 2013-06-21 20:38:22 -0400
|
9668
|
+
Compiled font-awesome.css (17ms) (pid 67175)
|
9669
|
+
Compiled sass-import.css (284ms) (pid 67175)
|
9670
|
+
Served asset /sass-import.css - 200 OK (296ms)
|
9671
|
+
Started GET "/assets/scss-import.css" for 127.0.0.1 at 2013-06-21 20:38:22 -0400
|
9672
|
+
Compiled font-awesome.css (33ms) (pid 67175)
|
9673
|
+
Compiled scss-import.css (280ms) (pid 67175)
|
9674
|
+
Served asset /scss-import.css - 200 OK (291ms)
|
9675
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-21 20:38:22 -0400
|
9676
|
+
Compiled font-awesome.css (24ms) (pid 67175)
|
9677
|
+
Served asset /font-awesome.css - 200 OK (38ms)
|
9678
|
+
Started GET "/assets/font-awesome-ie7.min.css" for 127.0.0.1 at 2013-06-21 20:38:23 -0400
|
9679
|
+
Compiled font-awesome-ie7.min.css (0ms) (pid 67175)
|
9680
|
+
Served asset /font-awesome-ie7.min.css - 200 OK (14ms)
|
9681
|
+
Started GET "/assets/font-awesome-ie7.css" for 127.0.0.1 at 2013-06-21 20:38:23 -0400
|
9682
|
+
Compiled font-awesome-ie7.css (0ms) (pid 67175)
|
9683
|
+
Served asset /font-awesome-ie7.css - 200 OK (13ms)
|
9684
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-21 20:38:23 -0400
|
9685
|
+
Served asset /font-awesome.css - 200 OK (0ms)
|
9686
|
+
Started GET "/assets/fontawesome-webfont.eot" for 127.0.0.1 at 2013-06-21 20:48:27 -0400
|
9687
|
+
Served asset /fontawesome-webfont.eot - 200 OK (5ms)
|
9688
|
+
Started GET "/assets/fontawesome-webfont.ttf" for 127.0.0.1 at 2013-06-21 20:48:27 -0400
|
9689
|
+
Served asset /fontawesome-webfont.ttf - 200 OK (6ms)
|
9690
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2013-06-21 20:48:27 -0400
|
9691
|
+
Served asset /fontawesome-webfont.woff - 200 OK (7ms)
|
9692
|
+
Started GET "/assets/sprockets-require.css" for 127.0.0.1 at 2013-06-21 20:48:27 -0400
|
9693
|
+
Compiled font-awesome.css (27ms) (pid 68589)
|
9694
|
+
Compiled sprockets-require.css (33ms) (pid 68589)
|
9695
|
+
Served asset /sprockets-require.css - 200 OK (46ms)
|
9696
|
+
Started GET "/assets/sass-import.css" for 127.0.0.1 at 2013-06-21 20:48:27 -0400
|
9697
|
+
Compiled font-awesome.css (17ms) (pid 68589)
|
9698
|
+
Compiled sass-import.css (271ms) (pid 68589)
|
9699
|
+
Served asset /sass-import.css - 200 OK (282ms)
|
9700
|
+
Started GET "/assets/scss-import.css" for 127.0.0.1 at 2013-06-21 20:48:28 -0400
|
9701
|
+
Compiled font-awesome.css (28ms) (pid 68589)
|
9702
|
+
Compiled scss-import.css (268ms) (pid 68589)
|
9703
|
+
Served asset /scss-import.css - 200 OK (279ms)
|
9704
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-21 20:48:28 -0400
|
9705
|
+
Compiled font-awesome.css (17ms) (pid 68589)
|
9706
|
+
Served asset /font-awesome.css - 200 OK (26ms)
|
9707
|
+
Started GET "/assets/font-awesome-ie7.min.css" for 127.0.0.1 at 2013-06-21 20:48:28 -0400
|
9708
|
+
Compiled font-awesome-ie7.min.css (0ms) (pid 68589)
|
9709
|
+
Served asset /font-awesome-ie7.min.css - 200 OK (14ms)
|
9710
|
+
Started GET "/assets/font-awesome-ie7.css" for 127.0.0.1 at 2013-06-21 20:48:28 -0400
|
9711
|
+
Compiled font-awesome-ie7.css (0ms) (pid 68589)
|
9712
|
+
Served asset /font-awesome-ie7.css - 200 OK (15ms)
|
9713
|
+
Started GET "/assets/font-awesome.css" for 127.0.0.1 at 2013-06-21 20:48:28 -0400
|
9714
|
+
Served asset /font-awesome.css - 200 OK (0ms)
|
@@ -4,7 +4,7 @@ class FontAwesomeRailsTest < ActionDispatch::IntegrationTest
|
|
4
4
|
teardown { clean_sprockets_cache }
|
5
5
|
|
6
6
|
test "engine is loaded" do
|
7
|
-
assert_equal ::Rails::Engine,
|
7
|
+
assert_equal ::Rails::Engine, FontAwesome::Rails::Engine.superclass
|
8
8
|
end
|
9
9
|
|
10
10
|
test "fonts are served" do
|
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.1.
|
4
|
+
version: 3.2.1.1
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|