feathericon-sass 0.4.0 → 0.4.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc739c84d0f8119b7fde4fb9737603c507a004d9
4
- data.tar.gz: 19720ce4eefb5eb3e5f9021bc1b3a54db149559f
3
+ metadata.gz: ebf5eca397cb63e83de7944cf1ba0c6b6d385136
4
+ data.tar.gz: 8ba6e657d6942e387e46c97b27333e81082c3474
5
5
  SHA512:
6
- metadata.gz: 3920ed6f9c419d289c681d2d7b1f9b200667497a77e9e0d66140830530900379596052dfb1fcaf98245a8c8a419673f46ce9ce8fd01cddf140571514d532f41f
7
- data.tar.gz: 4ef6fe175f69edc243bed100e8bcfcfd7c6fd7752064a93aabb20434af1e1fca1bf9b28b4cbf6ab395502dd2a39a8441c7c96a5ae62253159bf8b0d795e557cb
6
+ metadata.gz: cce34b5a2dd78afaddbe6bc4ac859a36505655b4d949c19b099c412711fa9f4460d558add763f0f9df78e872d351ae63131470af0025dd373eab4757d422738b
7
+ data.tar.gz: 125a5ce51b639344217a3f71a6985174fdcb687c7bd5f16dbb4540e2d77c1ba88decd18ccb63435589e0d1abcc45403d0fb2ac726febb51fe45234247757fdaf
data/README.md CHANGED
@@ -1,8 +1,16 @@
1
1
 
2
2
  ![feathericon](https://raw.githubusercontent.com/featherplain/feathericon/master/docs/img_ogp.png "feathericon")
3
3
 
4
- <h1 align="center">feathericon</h1>
4
+ <h1 align="center">feathericon-sass</h1>
5
5
  <p align="center">feathericon is simple, scalable vector icon font for websites, apps.</p>
6
+ <div align="center">
7
+ <a href="https://rubygems.org/gems/feathericon-sass">
8
+ <img src="http://img.shields.io/gem/v/feathericon-sass.svg" alt="Gem Version">
9
+ </a>
10
+ <a href="https://rubygems.org/gems/feathericon-sass">
11
+ <img src="https://img.shields.io/gem/dt/feathericon-sass.svg" alt="Gem Downloads">
12
+ </a>
13
+ </div>
6
14
  <p align="center">Website: <a href="http://feathericon.com">http://feathericon.com</a></p>
7
15
 
8
16
  ## Usage
@@ -9,11 +9,11 @@
9
9
  */
10
10
  @font-face {
11
11
  font-family: 'feathericon';
12
- src: url('feathericon.eot');
13
- src: url('feathericon.eot?#iefix') format('embedded-opentype'),
14
- url('feathericon.woff') format('woff'),
15
- url('feathericon.ttf') format('truetype'),
16
- url('feathericon.svg') format('svg');
12
+ src: font-url('feathericon.eot');
13
+ src: font-url('feathericon.eot?#iefix') format('embedded-opentype'),
14
+ font-url('feathericon.woff') format('woff'),
15
+ font-url('feathericon.ttf') format('truetype'),
16
+ font-url('feathericon.svg') format('svg');
17
17
  font-weight: normal;
18
18
  font-style: normal;
19
19
  }
@@ -1,5 +1,5 @@
1
1
  module Feathericon
2
2
  module Sass
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feathericon-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shoken
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-25 00:00:00.000000000 Z
11
+ date: 2016-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass