Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Sep 26, 2009
1 parent 4c2fb55 commit e89a7fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions textorize.gemspec
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = "textorize"
s.version = "0.0.1"
s.date = "2009-05-15"
s.summary = "OS X sub-pixel-antialiased PNG string renderer."
s.version = "0.0.2"
s.date = "2009-09-26"
s.summary = "OS X subpixel antialiased PNG string renderer"
s.email = "thomas@fesch.at"
s.homepage = "http://github.com/madrobby/textorize"
s.description = "Textorize is a OS X utility to render sub-pixel-antialised strings into PNG files."
s.description = "Textorize is a OS X utility to render subpixel antialised strings into PNG files."
s.has_rdoc = false
s.authors = ["Thomas Fuchs"]
s.files = Dir["Rakefile", "bin/**/*", "lib/**/*", "test/**/*"]
Expand Down

0 comments on commit e89a7fd

Please sign in to comment.