# -*- encoding: utf-8 -*- # stub: rrtf 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "rrtf".freeze s.version = "1.3.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 = ["Wesley Hileman".freeze] s.bindir = "exe".freeze s.date = "2020-06-11" s.email = ["whileman133@gmail.com".freeze] s.files = [".byebug_history".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "documentation/RRTF.html".freeze, "documentation/RRTF/AnonymousStyle.html".freeze, "documentation/RRTF/BorderFormatting.html".freeze, "documentation/RRTF/BorderStyle.html".freeze, "documentation/RRTF/CharacterFormatting.html".freeze, "documentation/RRTF/CharacterStyle.html".freeze, "documentation/RRTF/Colour.html".freeze, "documentation/RRTF/ColourTable.html".freeze, "documentation/RRTF/CommandNode.html".freeze, "documentation/RRTF/ContainerNode.html".freeze, "documentation/RRTF/Converters.html".freeze, "documentation/RRTF/Converters/HTML.html".freeze, "documentation/RRTF/Converters/HTML/Helpers.html".freeze, "documentation/RRTF/Converters/HTML/Node.html".freeze, "documentation/RRTF/Converters/HTML/NodeSet.html".freeze, "documentation/RRTF/Document.html".freeze, "documentation/RRTF/DocumentFormatting.html".freeze, "documentation/RRTF/DocumentProperties.html".freeze, "documentation/RRTF/DocumentStyle.html".freeze, "documentation/RRTF/Font.html".freeze, "documentation/RRTF/FontTable.html".freeze, "documentation/RRTF/FooterNode.html".freeze, "documentation/RRTF/GeometryNode.html".freeze, "documentation/RRTF/GeometryProperties.html".freeze, "documentation/RRTF/HeaderNode.html".freeze, "documentation/RRTF/ImageNode.html".freeze, "documentation/RRTF/Information.html".freeze, "documentation/RRTF/LinkNode.html".freeze, "documentation/RRTF/ListLevel.html".freeze, "documentation/RRTF/ListLevelNode.html".freeze, "documentation/RRTF/ListMarker.html".freeze, "documentation/RRTF/ListNode.html".freeze, "documentation/RRTF/ListTable.html".freeze, "documentation/RRTF/ListTemplate.html".freeze, "documentation/RRTF/ListTextNode.html".freeze, "documentation/RRTF/Node.html".freeze, "documentation/RRTF/Page.html".freeze, "documentation/RRTF/Page/Margin.html".freeze, "documentation/RRTF/Page/Size.html".freeze, "documentation/RRTF/PageFormatting.html".freeze, "documentation/RRTF/Paper.html".freeze, "documentation/RRTF/ParagraphFormatting.html".freeze, "documentation/RRTF/ParagraphNode.html".freeze, "documentation/RRTF/ParagraphStyle.html".freeze, "documentation/RRTF/PositionFormatting.html".freeze, "documentation/RRTF/PositionStyle.html".freeze, "documentation/RRTF/Properties.html".freeze, "documentation/RRTF/RTFError.html".freeze, "documentation/RRTF/SectionFormatting.html".freeze, "documentation/RRTF/SectionNode.html".freeze, "documentation/RRTF/SectionStyle.html".freeze, "documentation/RRTF/ShadingFormatting.html".freeze, "documentation/RRTF/ShadingStyle.html".freeze, "documentation/RRTF/Style.html".freeze, "documentation/RRTF/Stylesheet.html".freeze, "documentation/RRTF/TabStyle.html".freeze, "documentation/RRTF/TableCellNode.html".freeze, "documentation/RRTF/TableNode.html".freeze, "documentation/RRTF/TableRowNode.html".freeze, "documentation/RRTF/TextNode.html".freeze, "documentation/RRTF/Utilities.html".freeze, "documentation/_index.html".freeze, "documentation/class_list.html".freeze, "documentation/css/common.css".freeze, "documentation/css/full_list.css".freeze, "documentation/css/style.css".freeze, "documentation/file.README.html".freeze, "documentation/file_list.html".freeze, "documentation/frames.html".freeze, "documentation/index.html".freeze, "documentation/js/app.js".freeze, "documentation/js/full_list.js".freeze, "documentation/js/jquery.js".freeze, "documentation/method_list.html".freeze, "documentation/top-level-namespace.html".freeze, "examples/01.rtf".freeze, "examples/01_everything.rb".freeze, "examples/02.rtf".freeze, "examples/02_basic_paragraph.rb".freeze, "examples/03.rtf".freeze, "examples/03_paragraph_inline_style.rb".freeze, "examples/04.rtf".freeze, "examples/04_paragraph_with_character_style.rb".freeze, "examples/05.rtf".freeze, "examples/05_hyperlinks.rb".freeze, "examples/06.rtf".freeze, "examples/06_basic_list.rb".freeze, "examples/07.rtf".freeze, "examples/07_nested_list.rb".freeze, "examples/08.rtf".freeze, "examples/08_images.rb".freeze, "examples/09.rtf".freeze, "examples/09_shapes.rb".freeze, "examples/10.rtf".freeze, "examples/10_stylesheet.rb".freeze, "examples/11.rtf".freeze, "examples/11_sections.rb".freeze, "examples/12.rtf".freeze, "examples/12_tabs.rb".freeze, "examples/resources/images/redshirt.png".freeze, "examples/resources/images/redshirts.jpg".freeze, "examples/resources/json/redshirt_styles.json".freeze, "examples/~$01.rtf".freeze, "lib/rrtf.rb".freeze, "lib/rrtf/colour.rb".freeze, "lib/rrtf/converters.rb".freeze, "lib/rrtf/converters/html.rb".freeze, "lib/rrtf/font.rb".freeze, "lib/rrtf/formatting.rb".freeze, "lib/rrtf/information.rb".freeze, "lib/rrtf/list.rb".freeze, "lib/rrtf/node.rb".freeze, "lib/rrtf/node/command_node.rb".freeze, "lib/rrtf/node/container_node.rb".freeze, "lib/rrtf/node/document.rb".freeze, "lib/rrtf/node/footer_node.rb".freeze, "lib/rrtf/node/geometry_node.rb".freeze, "lib/rrtf/node/header_node.rb".freeze, "lib/rrtf/node/image_node.rb".freeze, "lib/rrtf/node/link_node.rb".freeze, "lib/rrtf/node/list_level_node.rb".freeze, "lib/rrtf/node/list_node.rb".freeze, "lib/rrtf/node/list_text_node.rb".freeze, "lib/rrtf/node/node.rb".freeze, "lib/rrtf/node/paragraph_node.rb".freeze, "lib/rrtf/node/section_node.rb".freeze, "lib/rrtf/node/table_cell_node.rb".freeze, "lib/rrtf/node/table_node.rb".freeze, "lib/rrtf/node/table_row_node.rb".freeze, "lib/rrtf/node/text_node.rb".freeze, "lib/rrtf/page.rb".freeze, "lib/rrtf/page/margin.rb".freeze, "lib/rrtf/page/size.rb".freeze, "lib/rrtf/properties.rb".freeze, "lib/rrtf/properties/document_properties.rb".freeze, "lib/rrtf/properties/geometry_properties.rb".freeze, "lib/rrtf/properties/properties.rb".freeze, "lib/rrtf/style.rb".freeze, "lib/rrtf/style/anonymous_style.rb".freeze, "lib/rrtf/style/border_style.rb".freeze, "lib/rrtf/style/character_style.rb".freeze, "lib/rrtf/style/paragraph_style.rb".freeze, "lib/rrtf/style/position_style.rb".freeze, "lib/rrtf/style/section_style.rb".freeze, "lib/rrtf/style/shading_style.rb".freeze, "lib/rrtf/style/style.rb".freeze, "lib/rrtf/style/tab_style.rb".freeze, "lib/rrtf/stylesheet.rb".freeze, "lib/rrtf/utilities.rb".freeze, "lib/rrtf/version.rb".freeze, "rrtf.gemspec".freeze] s.homepage = "https://github.com/whileman133/rrtf".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A ruby-based rich text format (RTF) document generator.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end