evil_icons 1.4.0 → 1.5.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/CHANGELOG.md +3 -0
- data/README.md +5 -6
- data/lib/evil_icons/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fc1a7190fbdf33a3366b68b09cdde6d7e98511f
|
|
4
|
+
data.tar.gz: f3fbe6916f32b72db32140c1aa5c0ea86cb1ec0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e28658da860954cec2fbc2fbcfdfa2eb93d9b6cc64d3273e276182607c5961ba739d5619cd0fa6aa12266767d48d41cc5a4d20030eaed07f57f84dfcb54627d
|
|
7
|
+
data.tar.gz: b79647e35909c2cbc5c20f146a0edf88accab765648d5566115299e3ba2e04d0615b8d2b5947ae49cbb1291c42f71ac00bbe49cddc7847822425a9b1bdc9007a
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
|
-
Free ‘plug and play’ set of SVG icons designed specifically for web projects. Available as a Node.js package
|
|
3
|
+
Free ‘plug and play’ set of SVG icons designed specifically for web projects. Available as a Ruby gem, a Node.js package and Grunt/Gulp plugins. Just use icon names with your templates and styles — and all the rest will be done automagically.
|
|
4
4
|
|
|
5
5
|
[evil-icons.io](http://evil-icons.io)
|
|
6
6
|
|
|
@@ -21,11 +21,12 @@ We support IE 9+, Firefox, Chrome, Safari (desktop and mobile), Opera, Android 4
|
|
|
21
21
|
http://caniuse.com/#search=inline
|
|
22
22
|
|
|
23
23
|
### Grunt
|
|
24
|
-
Use the
|
|
24
|
+
Use the [Grunt plugin].
|
|
25
25
|
[Grunt plugin]: https://github.com/outpunk/grunt-evil-icons
|
|
26
26
|
|
|
27
27
|
### Gulp
|
|
28
|
-
|
|
28
|
+
Use the [Gulp plugin].
|
|
29
|
+
[Gulp plugin]: https://github.com/outpunk/gulp-evil-icons
|
|
29
30
|
|
|
30
31
|
### Rails
|
|
31
32
|
|
|
@@ -162,7 +163,5 @@ An icon's color can be changed in CSS:
|
|
|
162
163
|
|
|
163
164
|
## Roadmap
|
|
164
165
|
* Custom icons
|
|
165
|
-
* Gulp plugin
|
|
166
|
-
* Bower package
|
|
167
166
|
* CDN version
|
|
168
167
|
* More styles
|
data/lib/evil_icons/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evil_icons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Madyankin
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-01-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
153
153
|
version: '0'
|
|
154
154
|
requirements: []
|
|
155
155
|
rubyforge_project:
|
|
156
|
-
rubygems_version: 2.
|
|
156
|
+
rubygems_version: 2.4.5
|
|
157
157
|
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: Evil Icons is a set of SVG icons for modern web projects
|