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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e440de2ee9a382bcf80ebbeb5b57578f00e55711
4
- data.tar.gz: 286f8f3adabde6e8766ce9fc995410182b69a015
3
+ metadata.gz: 8fc1a7190fbdf33a3366b68b09cdde6d7e98511f
4
+ data.tar.gz: f3fbe6916f32b72db32140c1aa5c0ea86cb1ec0e
5
5
  SHA512:
6
- metadata.gz: 9fd89eca73e3ca60aa9b4ebeabf5b0388b5bf3054aa4539a2816c6de059e79e6a1b4349538c24380ebed91afff11ff954fec648964666b518a5f0b40c1ded35c
7
- data.tar.gz: debe2c7fbde206971851e30fbb5ac46e5260028c30b7a07935ed0db43f0ba49ad36406dafe9eb3043bada0ac982756297ea9c87cbb765d8006938a2867a4b8ac
6
+ metadata.gz: 8e28658da860954cec2fbc2fbcfdfa2eb93d9b6cc64d3273e276182607c5961ba739d5619cd0fa6aa12266767d48d41cc5a4d20030eaed07f57f84dfcb54627d
7
+ data.tar.gz: b79647e35909c2cbc5c20f146a0edf88accab765648d5566115299e3ba2e04d0615b8d2b5947ae49cbb1291c42f71ac00bbe49cddc7847822425a9b1bdc9007a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.5.0
2
+ Added iconizeHtml method to the NPM package
3
+
1
4
  ## v1.4.0
2
5
  * Added credit card, like and trophy icons
3
6
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- ![](http://evil-icons.io/assets/images/social.png)
1
+ ![](http://evil-icons.io/assets/images/evil-icons.png)
2
2
 
3
- Free ‘plug and play’ set of SVG icons designed specifically for web projects. Available as a Node.js package or a Ruby gem (for Rails). Just use icon names with your templates and styles — and all the rest will be done automagically.
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 the [Grunt plugin].
24
+ Use the [Grunt plugin].
25
25
  [Grunt plugin]: https://github.com/outpunk/grunt-evil-icons
26
26
 
27
27
  ### Gulp
28
- Coming soon ;)
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
@@ -1,3 +1,3 @@
1
1
  module EvilIcons
2
- VERSION = "1.4.0"
2
+ VERSION = "1.5.0"
3
3
  end
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.0
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: 2014-12-22 00:00:00.000000000 Z
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.2.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