fontcustom 1.0.0.pre2 → 1.0.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.
- data/LICENSES.txt +1 -1
- data/README.md +1 -3
- data/fontcustom.gemspec +2 -2
- data/lib/fontcustom/version.rb +1 -1
- metadata +7 -10
data/LICENSES.txt
CHANGED
data/README.md
CHANGED
data/fontcustom.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'fontcustom/version'
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "fontcustom"
|
|
8
8
|
gem.version = Fontcustom::VERSION
|
|
9
|
-
gem.authors = ["
|
|
10
|
-
gem.email = ["
|
|
9
|
+
gem.authors = ["Kai Zau", "Joshua Gross"]
|
|
10
|
+
gem.email = ["kai@kaizau.com", "joshua@gross.is"]
|
|
11
11
|
gem.summary = %q{Generate custom icon webfonts from the comfort of the command line.}
|
|
12
12
|
gem.description = %q{Transforms EPS and SVG vectors into icon webfonts. Generates CSS (or any custom template) for easy inclusion in your projects.}
|
|
13
13
|
gem.homepage = "http://fontcustom.com"
|
data/lib/fontcustom/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fontcustom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Kai Zau
|
|
9
9
|
- Joshua Gross
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: json
|
|
@@ -111,7 +111,7 @@ dependencies:
|
|
|
111
111
|
description: Transforms EPS and SVG vectors into icon webfonts. Generates CSS (or
|
|
112
112
|
any custom template) for easy inclusion in your projects.
|
|
113
113
|
email:
|
|
114
|
-
-
|
|
114
|
+
- kai@kaizau.com
|
|
115
115
|
- joshua@gross.is
|
|
116
116
|
executables:
|
|
117
117
|
- fontcustom
|
|
@@ -179,15 +179,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
179
179
|
- - ! '>='
|
|
180
180
|
- !ruby/object:Gem::Version
|
|
181
181
|
version: '0'
|
|
182
|
-
segments:
|
|
183
|
-
- 0
|
|
184
|
-
hash: 549091687675706102
|
|
185
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
183
|
none: false
|
|
187
184
|
requirements:
|
|
188
|
-
- - ! '
|
|
185
|
+
- - ! '>='
|
|
189
186
|
- !ruby/object:Gem::Version
|
|
190
|
-
version:
|
|
187
|
+
version: '0'
|
|
191
188
|
requirements: []
|
|
192
189
|
rubyforge_project:
|
|
193
190
|
rubygems_version: 1.8.24
|