# -*- encoding: utf-8 -*- # stub: pdfium 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "pdfium".freeze s.version = "0.0.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 = ["Nathan Stitt".freeze, "Ted Han".freeze] s.date = "2015-06-01" s.description = "Ruby bindings for Google's PDFium project. It supports extracting text and images from PDF's as well as rendering pages to bitmaps".freeze s.email = ["nathan@stitt.org".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, ".yardopts".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "ext/pdfium_ext/bookmark.cc".freeze, "ext/pdfium_ext/buffer_file_write.hpp".freeze, "ext/pdfium_ext/document.cc".freeze, "ext/pdfium_ext/document.h".freeze, "ext/pdfium_ext/document_wrapper.cc".freeze, "ext/pdfium_ext/document_wrapper.h".freeze, "ext/pdfium_ext/extconf.h".freeze, "ext/pdfium_ext/extconf.rb".freeze, "ext/pdfium_ext/image.cc".freeze, "ext/pdfium_ext/page.cc".freeze, "ext/pdfium_ext/page.h".freeze, "ext/pdfium_ext/page_object_wrapper.cc".freeze, "ext/pdfium_ext/page_object_wrapper.h".freeze, "ext/pdfium_ext/page_wrapper.cc".freeze, "ext/pdfium_ext/page_wrapper.h".freeze, "ext/pdfium_ext/pdfium.cc".freeze, "ext/pdfium_ext/pdfium.h".freeze, "lib/pdfium.rb".freeze, "lib/pdfium/bookmark_list.rb".freeze, "lib/pdfium/bounding_box.rb".freeze, "lib/pdfium/image_list.rb".freeze, "lib/pdfium/page_list.rb".freeze, "lib/pdfium/page_sizes.rb".freeze, "lib/pdfium/version.rb".freeze, "pdfium.gemspec".freeze, "test/benchmark-docsplit.rb".freeze, "test/bookmarks_list_spec.rb".freeze, "test/bookmarks_spec.rb".freeze, "test/debug.rb".freeze, "test/document_spec.rb".freeze, "test/image_list_spec.rb".freeze, "test/image_spec.rb".freeze, "test/page_list_spec.rb".freeze, "test/page_spec.rb".freeze, "test/pdfium_spec.rb".freeze, "test/pdfs/alphatrans.pdf".freeze, "test/profile.rb".freeze, "test/spec_helper.rb".freeze] s.homepage = "https://github.com/nathanstitt/pdfium-ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for Google's PDFium project".freeze s.test_files = ["test/benchmark-docsplit.rb".freeze, "test/bookmarks_list_spec.rb".freeze, "test/bookmarks_spec.rb".freeze, "test/debug.rb".freeze, "test/document_spec.rb".freeze, "test/image_list_spec.rb".freeze, "test/image_spec.rb".freeze, "test/page_list_spec.rb".freeze, "test/page_spec.rb".freeze, "test/pdfium_spec.rb".freeze, "test/pdfs/alphatrans.pdf".freeze, "test/profile.rb".freeze, "test/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.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_development_dependency(%q.freeze, [">= 0".freeze]) end