fontcustom 1.0.0.pre2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  fontcustom
2
2
 
3
- Copyright (c) 2012 Yifei Zhang, Joshua Gross
3
+ Copyright (c) 2013 Kai Zau, Joshua Gross
4
4
 
5
5
  MIT License
6
6
 
data/README.md CHANGED
@@ -1,6 +1,4 @@
1
- # FontCustom v0.1.4
2
-
3
- **(v1.0.0 is currently in pre-release until docs are updated. Install the latest with `gem install fontcustom --pre`)**
1
+ # FontCustom v1.0.0
4
2
 
5
3
  **Generate custom icon webfonts from the comfort of the command line.**
6
4
 
@@ -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 = ["Yifei Zhang", "Joshua Gross"]
10
- gem.email = ["yz@yifei.co", "joshua@gross.is"]
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"
@@ -1,3 +1,3 @@
1
1
  module Fontcustom
2
- VERSION = "1.0.0.pre2"
2
+ VERSION = "1.0.0"
3
3
  end
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.pre2
5
- prerelease: 6
4
+ version: 1.0.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Yifei Zhang
8
+ - Kai Zau
9
9
  - Joshua Gross
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-04-19 00:00:00.000000000 Z
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
- - yz@yifei.co
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: 1.3.1
187
+ version: '0'
191
188
  requirements: []
192
189
  rubyforge_project:
193
190
  rubygems_version: 1.8.24