Skip to content

Commit

Permalink
Add default formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ywen2 committed Apr 22, 2012
1 parent 9270b7b commit a5d5c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pivotal_to_pdf-formatters.gemspec
Expand Up @@ -4,9 +4,9 @@ require File.expand_path('../lib/pivotal_to_pdf-formatters/version', __FILE__)
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.authors = ["Yi Wen"] gem.authors = ["Yi Wen"]
gem.email = ["hayafirst@gmail.com"] gem.email = ["hayafirst@gmail.com"]
gem.description = %q{TODO: Write a gem description} gem.description = %q{The gem is a collection of possible formatters for the pivotal_to_pdf gem}
gem.summary = %q{TODO: Write a gem summary} gem.summary = %q{The gem is a collection of possible formatters for the pivotal_to_pdf gem}
gem.homepage = "" gem.homepage = "https://github.com/ywen/pivotal_to_pdf-formatters"


gem.files = `git ls-files`.split($\) gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit a5d5c97

Please sign in to comment.