# -*- encoding: utf-8 -*- # stub: powerpoint 1.6 ruby lib Gem::Specification.new do |s| s.name = "powerpoint".freeze s.version = "1.6".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 = "2015-09-29" s.description = "A Ruby gem that can create a PowerPoint presentation.".freeze s.email = ["pythonicrubyist@gmail.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/powerpoint.rb".freeze, "lib/powerpoint/presentation.rb".freeze, "lib/powerpoint/slide/intro.rb".freeze, "lib/powerpoint/slide/pictorial.rb".freeze, "lib/powerpoint/slide/textual.rb".freeze, "lib/powerpoint/util.rb".freeze, "lib/powerpoint/version.rb".freeze, "lib/powerpoint/views/content_type.xml.erb".freeze, "lib/powerpoint/views/intro_slide.xml.erb".freeze, "lib/powerpoint/views/pictorial_rel.xml.erb".freeze, "lib/powerpoint/views/pictorial_slide.xml.erb".freeze, "lib/powerpoint/views/presentation.xml.erb".freeze, "lib/powerpoint/views/presentation.xml.rel.erb".freeze, "lib/powerpoint/views/textual_rel.xml.erb".freeze, "lib/powerpoint/views/textual_slide.xml.erb".freeze, "powerpoint.gemspec".freeze, "samples/images/sample_gif.gif".freeze, "samples/images/sample_jpg.jpg".freeze, "samples/images/sample_png.png".freeze, "samples/pptx/sample.pptx".freeze, "spec/test_spec.rb".freeze, "template/_rels/.rels".freeze, "template/docProps/app.xml".freeze, "template/docProps/core.xml".freeze, "template/ppt/_rels/.keep".freeze, "template/ppt/media/.keep".freeze, "template/ppt/presProps.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/.keep".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_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) end