font-awesome-rails 4.6.3.0 → 4.7.0.0
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 +4 -4
- data/app/assets/fonts/FontAwesome.otf +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +2668 -682
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/stylesheets/font-awesome.css.erb +141 -4
- data/lib/font-awesome-rails/version.rb +2 -2
- data/test/font_awesome_rails_test.rb +6 -7
- metadata +3 -3
| Binary file | 
| Binary file | 
| Binary file | 
| @@ -1,5 +1,5 @@ | |
| 1 1 | 
             
            /*!
         | 
| 2 | 
            -
             *  Font Awesome 4. | 
| 2 | 
            +
             *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
         | 
| 3 3 | 
             
             *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
         | 
| 4 4 | 
             
             */
         | 
| 5 5 | 
             
            /* FONT PATH
         | 
| @@ -9,11 +9,10 @@ | |
| 9 9 | 
             
            //= depend_on_asset "fontawesome-webfont.woff"
         | 
| 10 10 | 
             
            //= depend_on_asset "fontawesome-webfont.ttf"
         | 
| 11 11 | 
             
            //= depend_on_asset "fontawesome-webfont.svg"
         | 
| 12 | 
            -
            <% v = FontAwesome::Rails::FA_VERSION %>
         | 
| 13 12 | 
             
            @font-face {
         | 
| 14 13 | 
             
              font-family: 'FontAwesome';
         | 
| 15 | 
            -
              src: url('<%= font_path('fontawesome-webfont.eot')  | 
| 16 | 
            -
              src: url('<%= font_path('fontawesome-webfont.eot') %>?#iefix | 
| 14 | 
            +
              src: url('<%= font_path('fontawesome-webfont.eot') %>');
         | 
| 15 | 
            +
              src: url('<%= font_path('fontawesome-webfont.eot') %>?#iefix') format('embedded-opentype'), url('<%= font_path('fontawesome-webfont.woff2') %>') format('woff2'), url('<%= font_path('fontawesome-webfont.woff') %>') format('woff'), url('<%= font_path('fontawesome-webfont.ttf') %>') format('truetype'), url('<%= font_path('fontawesome-webfont.svg') %>#fontawesomeregular') format('svg');
         | 
| 17 16 | 
             
              font-weight: normal;
         | 
| 18 17 | 
             
              font-style: normal;
         | 
| 19 18 | 
             
            }
         | 
| @@ -1838,6 +1837,7 @@ | |
| 1838 1837 | 
             
              content: "\f23e";
         | 
| 1839 1838 | 
             
            }
         | 
| 1840 1839 | 
             
            .fa-battery-4:before,
         | 
| 1840 | 
            +
            .fa-battery:before,
         | 
| 1841 1841 | 
             
            .fa-battery-full:before {
         | 
| 1842 1842 | 
             
              content: "\f240";
         | 
| 1843 1843 | 
             
            }
         | 
| @@ -2184,6 +2184,143 @@ | |
| 2184 2184 | 
             
            .fa-font-awesome:before {
         | 
| 2185 2185 | 
             
              content: "\f2b4";
         | 
| 2186 2186 | 
             
            }
         | 
| 2187 | 
            +
            .fa-handshake-o:before {
         | 
| 2188 | 
            +
              content: "\f2b5";
         | 
| 2189 | 
            +
            }
         | 
| 2190 | 
            +
            .fa-envelope-open:before {
         | 
| 2191 | 
            +
              content: "\f2b6";
         | 
| 2192 | 
            +
            }
         | 
| 2193 | 
            +
            .fa-envelope-open-o:before {
         | 
| 2194 | 
            +
              content: "\f2b7";
         | 
| 2195 | 
            +
            }
         | 
| 2196 | 
            +
            .fa-linode:before {
         | 
| 2197 | 
            +
              content: "\f2b8";
         | 
| 2198 | 
            +
            }
         | 
| 2199 | 
            +
            .fa-address-book:before {
         | 
| 2200 | 
            +
              content: "\f2b9";
         | 
| 2201 | 
            +
            }
         | 
| 2202 | 
            +
            .fa-address-book-o:before {
         | 
| 2203 | 
            +
              content: "\f2ba";
         | 
| 2204 | 
            +
            }
         | 
| 2205 | 
            +
            .fa-vcard:before,
         | 
| 2206 | 
            +
            .fa-address-card:before {
         | 
| 2207 | 
            +
              content: "\f2bb";
         | 
| 2208 | 
            +
            }
         | 
| 2209 | 
            +
            .fa-vcard-o:before,
         | 
| 2210 | 
            +
            .fa-address-card-o:before {
         | 
| 2211 | 
            +
              content: "\f2bc";
         | 
| 2212 | 
            +
            }
         | 
| 2213 | 
            +
            .fa-user-circle:before {
         | 
| 2214 | 
            +
              content: "\f2bd";
         | 
| 2215 | 
            +
            }
         | 
| 2216 | 
            +
            .fa-user-circle-o:before {
         | 
| 2217 | 
            +
              content: "\f2be";
         | 
| 2218 | 
            +
            }
         | 
| 2219 | 
            +
            .fa-user-o:before {
         | 
| 2220 | 
            +
              content: "\f2c0";
         | 
| 2221 | 
            +
            }
         | 
| 2222 | 
            +
            .fa-id-badge:before {
         | 
| 2223 | 
            +
              content: "\f2c1";
         | 
| 2224 | 
            +
            }
         | 
| 2225 | 
            +
            .fa-drivers-license:before,
         | 
| 2226 | 
            +
            .fa-id-card:before {
         | 
| 2227 | 
            +
              content: "\f2c2";
         | 
| 2228 | 
            +
            }
         | 
| 2229 | 
            +
            .fa-drivers-license-o:before,
         | 
| 2230 | 
            +
            .fa-id-card-o:before {
         | 
| 2231 | 
            +
              content: "\f2c3";
         | 
| 2232 | 
            +
            }
         | 
| 2233 | 
            +
            .fa-quora:before {
         | 
| 2234 | 
            +
              content: "\f2c4";
         | 
| 2235 | 
            +
            }
         | 
| 2236 | 
            +
            .fa-free-code-camp:before {
         | 
| 2237 | 
            +
              content: "\f2c5";
         | 
| 2238 | 
            +
            }
         | 
| 2239 | 
            +
            .fa-telegram:before {
         | 
| 2240 | 
            +
              content: "\f2c6";
         | 
| 2241 | 
            +
            }
         | 
| 2242 | 
            +
            .fa-thermometer-4:before,
         | 
| 2243 | 
            +
            .fa-thermometer:before,
         | 
| 2244 | 
            +
            .fa-thermometer-full:before {
         | 
| 2245 | 
            +
              content: "\f2c7";
         | 
| 2246 | 
            +
            }
         | 
| 2247 | 
            +
            .fa-thermometer-3:before,
         | 
| 2248 | 
            +
            .fa-thermometer-three-quarters:before {
         | 
| 2249 | 
            +
              content: "\f2c8";
         | 
| 2250 | 
            +
            }
         | 
| 2251 | 
            +
            .fa-thermometer-2:before,
         | 
| 2252 | 
            +
            .fa-thermometer-half:before {
         | 
| 2253 | 
            +
              content: "\f2c9";
         | 
| 2254 | 
            +
            }
         | 
| 2255 | 
            +
            .fa-thermometer-1:before,
         | 
| 2256 | 
            +
            .fa-thermometer-quarter:before {
         | 
| 2257 | 
            +
              content: "\f2ca";
         | 
| 2258 | 
            +
            }
         | 
| 2259 | 
            +
            .fa-thermometer-0:before,
         | 
| 2260 | 
            +
            .fa-thermometer-empty:before {
         | 
| 2261 | 
            +
              content: "\f2cb";
         | 
| 2262 | 
            +
            }
         | 
| 2263 | 
            +
            .fa-shower:before {
         | 
| 2264 | 
            +
              content: "\f2cc";
         | 
| 2265 | 
            +
            }
         | 
| 2266 | 
            +
            .fa-bathtub:before,
         | 
| 2267 | 
            +
            .fa-s15:before,
         | 
| 2268 | 
            +
            .fa-bath:before {
         | 
| 2269 | 
            +
              content: "\f2cd";
         | 
| 2270 | 
            +
            }
         | 
| 2271 | 
            +
            .fa-podcast:before {
         | 
| 2272 | 
            +
              content: "\f2ce";
         | 
| 2273 | 
            +
            }
         | 
| 2274 | 
            +
            .fa-window-maximize:before {
         | 
| 2275 | 
            +
              content: "\f2d0";
         | 
| 2276 | 
            +
            }
         | 
| 2277 | 
            +
            .fa-window-minimize:before {
         | 
| 2278 | 
            +
              content: "\f2d1";
         | 
| 2279 | 
            +
            }
         | 
| 2280 | 
            +
            .fa-window-restore:before {
         | 
| 2281 | 
            +
              content: "\f2d2";
         | 
| 2282 | 
            +
            }
         | 
| 2283 | 
            +
            .fa-times-rectangle:before,
         | 
| 2284 | 
            +
            .fa-window-close:before {
         | 
| 2285 | 
            +
              content: "\f2d3";
         | 
| 2286 | 
            +
            }
         | 
| 2287 | 
            +
            .fa-times-rectangle-o:before,
         | 
| 2288 | 
            +
            .fa-window-close-o:before {
         | 
| 2289 | 
            +
              content: "\f2d4";
         | 
| 2290 | 
            +
            }
         | 
| 2291 | 
            +
            .fa-bandcamp:before {
         | 
| 2292 | 
            +
              content: "\f2d5";
         | 
| 2293 | 
            +
            }
         | 
| 2294 | 
            +
            .fa-grav:before {
         | 
| 2295 | 
            +
              content: "\f2d6";
         | 
| 2296 | 
            +
            }
         | 
| 2297 | 
            +
            .fa-etsy:before {
         | 
| 2298 | 
            +
              content: "\f2d7";
         | 
| 2299 | 
            +
            }
         | 
| 2300 | 
            +
            .fa-imdb:before {
         | 
| 2301 | 
            +
              content: "\f2d8";
         | 
| 2302 | 
            +
            }
         | 
| 2303 | 
            +
            .fa-ravelry:before {
         | 
| 2304 | 
            +
              content: "\f2d9";
         | 
| 2305 | 
            +
            }
         | 
| 2306 | 
            +
            .fa-eercast:before {
         | 
| 2307 | 
            +
              content: "\f2da";
         | 
| 2308 | 
            +
            }
         | 
| 2309 | 
            +
            .fa-microchip:before {
         | 
| 2310 | 
            +
              content: "\f2db";
         | 
| 2311 | 
            +
            }
         | 
| 2312 | 
            +
            .fa-snowflake-o:before {
         | 
| 2313 | 
            +
              content: "\f2dc";
         | 
| 2314 | 
            +
            }
         | 
| 2315 | 
            +
            .fa-superpowers:before {
         | 
| 2316 | 
            +
              content: "\f2dd";
         | 
| 2317 | 
            +
            }
         | 
| 2318 | 
            +
            .fa-wpexplorer:before {
         | 
| 2319 | 
            +
              content: "\f2de";
         | 
| 2320 | 
            +
            }
         | 
| 2321 | 
            +
            .fa-meetup:before {
         | 
| 2322 | 
            +
              content: "\f2e0";
         | 
| 2323 | 
            +
            }
         | 
| 2187 2324 | 
             
            .sr-only {
         | 
| 2188 2325 | 
             
              position: absolute;
         | 
| 2189 2326 | 
             
              width: 1px;
         | 
| @@ -27,13 +27,12 @@ class FontAwesomeRailsTest < ActionDispatch::IntegrationTest | |
| 27 27 |  | 
| 28 28 | 
             
              test "stylesheets contain asset pipeline references to fonts" do
         | 
| 29 29 | 
             
                get "/assets/font-awesome.css"
         | 
| 30 | 
            -
                 | 
| 31 | 
            -
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.eot | 
| 32 | 
            -
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\. | 
| 33 | 
            -
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\. | 
| 34 | 
            -
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\. | 
| 35 | 
            -
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\. | 
| 36 | 
            -
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.svg\?v=#{v}#fontawesomeregular}, response.body
         | 
| 30 | 
            +
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.eot},  response.body
         | 
| 31 | 
            +
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.eot\?#iefix}, response.body
         | 
| 32 | 
            +
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.woff2}, response.body
         | 
| 33 | 
            +
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.woff}, response.body
         | 
| 34 | 
            +
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.ttf},  response.body
         | 
| 35 | 
            +
                assert_match %r{/assets/fontawesome-webfont(-\w+)?\.svg#fontawesomeregular}, response.body
         | 
| 37 36 | 
             
              end
         | 
| 38 37 |  | 
| 39 38 | 
             
              test "stylesheet is available in a css sprockets require" 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: 4. | 
| 4 | 
            +
              version: 4.7.0.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - bokmann
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2016- | 
| 11 | 
            +
            date: 2016-10-24 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: railties
         | 
| @@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 116 116 | 
             
                  version: '0'
         | 
| 117 117 | 
             
            requirements: []
         | 
| 118 118 | 
             
            rubyforge_project: 
         | 
| 119 | 
            -
            rubygems_version: 2.6. | 
| 119 | 
            +
            rubygems_version: 2.6.4
         | 
| 120 120 | 
             
            signing_key: 
         | 
| 121 121 | 
             
            specification_version: 4
         | 
| 122 122 | 
             
            summary: an asset gemification of the font-awesome icon font library
         |