@@ -10,24 +10,25 @@ Gem::Specification.new do |spec|
1010 spec . require_path = 'lib'
1111 spec . required_ruby_version = '>= 1.9.3'
1212 spec . required_rubygems_version = '>= 1.3.6'
13- spec . licenses = %w[ PRAWN GPL-2.0 GPL-3.0 ]
13+ spec . licenses = %w[ Nonstandard GPL-2.0 GPL-3.0 ]
1414
1515 spec . authors = [
1616 'Gregory Brown' , 'Brad Ediger' , 'Daniel Nelson' , 'Jonathan Greenberg' ,
17- 'James Healy' , 'Burkhard Vogel'
17+ 'James Healy' , 'Burkhard Vogel-Kreykenbohm '
1818 ]
1919 spec . email = [
2020 'gregory.t.brown@gmail.com' , 'brad@bradediger.com' , 'dnelson@bluejade.com' ,
2121 'greenberg@entryway.net' , 'jimmy@deefa.com' , 'b.vogel@buddyandselly.com'
2222 ]
23- spec . add_dependency ( 'pdf-reader' , '~> 1.3' )
24- spec . add_dependency ( 'prawn' , '>= 2.2.1' )
25- spec . add_dependency ( 'pdf-core' , '>= 0.5.0' )
26- spec . add_development_dependency ( 'pdf-inspector' , '~> 1.2.1' )
23+ spec . add_dependency ( 'pdf-reader' , '~> 2.0' )
24+ spec . add_dependency ( 'prawn' , '~> 2.2' )
25+ spec . add_development_dependency ( 'pdf-inspector' , '~> 1.3' )
2726 spec . add_development_dependency ( 'rspec' , '~> 3.0' )
2827 spec . add_development_dependency ( 'rake' , '~> 12.0' )
29- spec . add_development_dependency ( 'rubocop' , '~> 0.47.1 ' )
28+ spec . add_development_dependency ( 'rubocop' , '~> 0.47' )
3029 spec . add_development_dependency ( 'rubocop-rspec' , '~> 1.10' )
3130 spec . homepage = 'https://github.com/prawnpdf/prawn-templates'
32- spec . description = 'Prawn::Templates allows using PDFs as templates in Prawn'
31+ spec . description = 'A extention to prawn that allows to include other pdfs ' \
32+ 'either as background to write upon or to combine several pdf documents ' \
33+ 'into one.'
3334end
0 commit comments