# -*- encoding: utf-8 -*- # stub: powerpoint 1.4 ruby lib Gem::Specification.new do |s| s.name = "powerpoint".freeze s.version = "1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["pythonicrubyist".freeze] s.date = "2014-03-14" s.description = "A Ruby gem that can create a PowerPoint presentation.".freeze s.email = ["pythonicrubyist@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/powerpoint.rb".freeze, "lib/powerpoint/content_type.rb".freeze, "lib/powerpoint/meta.rb".freeze, "lib/powerpoint/presentation.rb".freeze, "lib/powerpoint/relationship.rb".freeze, "lib/powerpoint/slide/intro.rb".freeze, "lib/powerpoint/slide/pictorial.rb".freeze, "lib/powerpoint/slide/relationship.rb".freeze, "lib/powerpoint/slide/textual.rb".freeze, "lib/powerpoint/version.rb".freeze, "powerpoint.gemspec".freeze, "samples/images/sample_gif.gif".freeze, "samples/images/sample_jpg.jpg".freeze, "samples/images/sample_png.png".freeze, "samples/images/sample_svg.svg".freeze, "samples/pptx/sample.pptx".freeze, "spec/test_spec.rb".freeze, "template/[Content_Types].xml".freeze, "template/_rels/.rels".freeze, "template/ppt/_rels/presentation.xml.rels".freeze, "template/ppt/media/README".freeze, "template/ppt/presProps.xml".freeze, "template/ppt/presentation.xml".freeze, "template/ppt/slideLayouts/_rels/slideLayout1.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout10.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout11.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout2.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout3.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout4.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout5.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout6.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout7.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout8.xml.rels".freeze, "template/ppt/slideLayouts/_rels/slideLayout9.xml.rels".freeze, "template/ppt/slideLayouts/slideLayout1.xml".freeze, "template/ppt/slideLayouts/slideLayout10.xml".freeze, "template/ppt/slideLayouts/slideLayout11.xml".freeze, "template/ppt/slideLayouts/slideLayout2.xml".freeze, "template/ppt/slideLayouts/slideLayout3.xml".freeze, "template/ppt/slideLayouts/slideLayout4.xml".freeze, "template/ppt/slideLayouts/slideLayout5.xml".freeze, "template/ppt/slideLayouts/slideLayout6.xml".freeze, "template/ppt/slideLayouts/slideLayout7.xml".freeze, "template/ppt/slideLayouts/slideLayout8.xml".freeze, "template/ppt/slideLayouts/slideLayout9.xml".freeze, "template/ppt/slideMasters/_rels/slideMaster1.xml.rels".freeze, "template/ppt/slideMasters/slideMaster1.xml".freeze, "template/ppt/slides/_rels/slide1.xml.rels".freeze, "template/ppt/slides/_rels/slide2.xml.rels".freeze, "template/ppt/slides/slide1.xml".freeze, "template/ppt/slides/slide2.xml".freeze, "template/ppt/tableStyles.xml".freeze, "template/ppt/theme/theme1.xml".freeze, "template/ppt/viewProps.xml".freeze] s.homepage = "https://github.com/pythonicrubyist/powerpoint".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "powerpoint is a Ruby gem that can create a PowerPoint presentation based on a standard pptx template.".freeze s.test_files = ["spec/test_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) end