Skip to content

Commit fe37363

Browse files
committed
Move description up top.
1 parent 5bd4188 commit fe37363

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prawn.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
99
spec.version = Prawn::VERSION
1010
spec.platform = Gem::Platform::RUBY
1111
spec.summary = 'A fast and nimble PDF generator for Ruby'
12+
spec.description = 'Prawn is a fast, tiny, and nimble PDF generator for Ruby'
1213

1314
spec.cert_chain = ['certs/pointlessone.pem']
1415
if $PROGRAM_NAME.end_with?('gem')
@@ -48,7 +49,4 @@ Gem::Specification.new do |spec|
4849
spec.add_development_dependency('prawn-manual_builder', '~> 0.4.0')
4950

5051
spec.homepage = 'http://prawnpdf.org'
51-
spec.description = <<END_DESC
52-
Prawn is a fast, tiny, and nimble PDF generator for Ruby
53-
END_DESC
5452
end

0 commit comments

Comments
 (0)