textorize 0.21 → 0.22
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: textorize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "0.
|
4
|
+
version: "0.22"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Fuchs
|
@@ -9,11 +9,11 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-10-
|
12
|
+
date: 2009-10-07 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description: Textorize is a OS X utility to render subpixel
|
16
|
+
description: Textorize is a OS X utility to render subpixel antialiased strings into PNG files.
|
17
17
|
email: thomas@fesch.at
|
18
18
|
executables:
|
19
19
|
- textorize
|
@@ -25,15 +25,16 @@ files:
|
|
25
25
|
- Rakefile
|
26
26
|
- LICENSE
|
27
27
|
- bin/textorize
|
28
|
-
- lib/textorize
|
29
28
|
- lib/textorize/renderer.rb
|
30
29
|
- lib/textorize/runner.rb
|
31
30
|
- lib/textorize/saver.rb
|
32
31
|
- lib/textorize/color.rb
|
33
32
|
- lib/textorize.rb
|
34
33
|
- test/test_runner.rb
|
35
|
-
has_rdoc:
|
36
|
-
homepage: http://
|
34
|
+
has_rdoc: true
|
35
|
+
homepage: http://textorize.org/
|
36
|
+
licenses: []
|
37
|
+
|
37
38
|
post_install_message:
|
38
39
|
rdoc_options: []
|
39
40
|
|
@@ -54,9 +55,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
55
|
requirements: []
|
55
56
|
|
56
57
|
rubyforge_project:
|
57
|
-
rubygems_version: 1.3.
|
58
|
+
rubygems_version: 1.3.5
|
58
59
|
signing_key:
|
59
|
-
specification_version:
|
60
|
+
specification_version: 3
|
60
61
|
summary: OS X subpixel antialiased PNG string renderer
|
61
62
|
test_files:
|
62
63
|
- test/test_runner.rb
|