icofont 0.0.5 → 0.0.6
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/lib/generators/icofont_generator.rb +2 -2
- data/lib/icofont/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3bccc9d16224e954d9024dd70d417e61dd6ddcb
|
|
4
|
+
data.tar.gz: 5edbb3ae2c3e232d2c49a86a39c296562205ecf6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
20
|
-
|
|
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'
|
data/lib/icofont/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|