icofont 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8db883d7ddbcff979b522d494aa8cdebcb4b65ef
4
- data.tar.gz: 613a013ea4bf7d2d8b3c64ee26e788202ab91a2b
3
+ metadata.gz: b3bccc9d16224e954d9024dd70d417e61dd6ddcb
4
+ data.tar.gz: 5edbb3ae2c3e232d2c49a86a39c296562205ecf6
5
5
  SHA512:
6
- metadata.gz: 22958ce9114b41e718cbc415c9802041755c5deecdde5183a29a37fcd3df09c6d5fdca0e11ae330852fa7f870adde7455b60d52bb969875d76b65c831888c007
7
- data.tar.gz: b021b3848cf45cef84fa8a963a097d55d3f572f4b9704a524bd4891afcf7bcb5c38d3dfebfd610d2d154a56768656a3c3851338b097f5dc49c3fb127e4ab1a44
6
+ metadata.gz: ddfc0fb47e71372fd9bdcfd6feefece8c58a420d36e49d1c3689e23d4fa1e3912a3a681004c3a68264ce3a45166f2adae91ff8ab60f0b1fafba835e4f3813e88
7
+ data.tar.gz: 3074f56cc3305a039c0e033a224d516fd1ae97f7f203667772cae3292b8a3d5a335372bc0704ab43dc7848395d4fdf8bbec46e39001db29866da676d2b327a4b
@@ -16,8 +16,8 @@ class IcofontGenerator < Rails::Generators::Base
16
16
  route 'mount_icofont'
17
17
  end
18
18
 
19
- def add_to_routes
20
- route 'mount_icofont'
19
+ def add_glyphs
20
+ git add: Icofont::Paths.glyphs_path
21
21
  end
22
22
 
23
23
  desc 'Copies the SVG glyphs necessary to generate the icofonts'
@@ -1,3 +1,3 @@
1
1
  module Icofont
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icofont
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artan Sinani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-07 00:00:00.000000000 Z
11
+ date: 2014-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails