# -*- encoding: utf-8 -*- # stub: rrtf 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "rrtf".freeze s.version = "0.1.2".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 = "2017-07-24" s.email = ["whileman133@gmail.com".freeze] s.files = [".byebug_history".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "documentation/RRTF.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/DocumentStyle.html".freeze, "documentation/RRTF/Font.html".freeze, "documentation/RRTF/FontTable.html".freeze, "documentation/RRTF/FooterNode.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/Paper.html".freeze, "documentation/RRTF/ParagraphFormatting.html".freeze, "documentation/RRTF/ParagraphNode.html".freeze, "documentation/RRTF/ParagraphStyle.html".freeze, "documentation/RRTF/RTFError.html".freeze, "documentation/RRTF/Style.html".freeze, "documentation/RRTF/Stylesheet.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_mac_libreoffice5_2_3_3.png".freeze, "examples/01_mac_pages6_2.png".freeze, "examples/01_mac_textedit1_12.png".freeze, "examples/01_mac_word15_36.png".freeze, "examples/01_styles_and_paragraphs.rb".freeze, "examples/resources/json/redshirt_styles.json".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/information.rb".freeze, "lib/rrtf/list.rb".freeze, "lib/rrtf/node.rb".freeze, "lib/rrtf/paper.rb".freeze, "lib/rrtf/style.rb".freeze, "lib/rrtf/style/character_style.rb".freeze, "lib/rrtf/style/document_style.rb".freeze, "lib/rrtf/style/formatting.rb".freeze, "lib/rrtf/style/paragraph_style.rb".freeze, "lib/rrtf/style/style.rb".freeze, "lib/rrtf/stylesheet.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, ["~> 1.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".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]) end