We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd4188 commit fe37363Copy full SHA for fe37363
prawn.gemspec
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
9
spec.version = Prawn::VERSION
10
spec.platform = Gem::Platform::RUBY
11
spec.summary = 'A fast and nimble PDF generator for Ruby'
12
+ spec.description = 'Prawn is a fast, tiny, and nimble PDF generator for Ruby'
13
14
spec.cert_chain = ['certs/pointlessone.pem']
15
if $PROGRAM_NAME.end_with?('gem')
@@ -48,7 +49,4 @@ Gem::Specification.new do |spec|
48
49
spec.add_development_dependency('prawn-manual_builder', '~> 0.4.0')
50
51
spec.homepage = 'http://prawnpdf.org'
- spec.description = <<END_DESC
52
- Prawn is a fast, tiny, and nimble PDF generator for Ruby
53
-END_DESC
54
end
0 commit comments