# -*- encoding: utf-8 -*- # stub: sskirby-prawn-layout 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "sskirby-prawn-layout".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gregory Brown".freeze] s.date = "2009-04-08" s.description = "An extension to Prawn that provides table support and other layout functionality".freeze s.email = " gregory.t.brown@gmail.com".freeze s.files = ["Rakefile".freeze, "examples/page_layout".freeze, "examples/page_layout/flowing_text_with_header_and_footer.rb".freeze, "examples/page_layout/lazy_bounding_boxes.rb".freeze, "examples/page_layout/padded_box.rb".freeze, "examples/table".freeze, "examples/table/addressbook.csv".freeze, "examples/table/cell.rb".freeze, "examples/table/currency.csv".freeze, "examples/table/fancy_table.rb".freeze, "examples/table/table.rb".freeze, "examples/table/table_alignment.rb".freeze, "examples/table/table_border_color.rb".freeze, "examples/table/table_colspan.rb".freeze, "examples/table/table_header_color.rb".freeze, "examples/table/table_header_underline.rb".freeze, "examples/table/table_widths.rb".freeze, "lib/prawn".freeze, "lib/prawn/layout".freeze, "lib/prawn/layout.rb".freeze, "lib/prawn/layout/page.rb".freeze, "lib/prawn/table".freeze, "lib/prawn/table.rb".freeze, "lib/prawn/table/cell.rb".freeze, "spec/page_layout_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/table_spec.rb".freeze] s.homepage = "http://prawn.majesticseacreature.com".freeze s.rdoc_options = ["--title".freeze, "Prawn Documentation".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An extension to Prawn that provides table support and other layout functionality".freeze end