# -*- encoding: utf-8 -*- # stub: pdf2htmlex 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "pdf2htmlex".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/marcosgz/blob/main/pdf2htmlex", "homepage_uri" => "https://github.com/marcosgz/pdf2htmlex", "source_code_uri" => "https://github.com/marcosgz/pdf2htmlex" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Marcos G. Zimmermann".freeze] s.bindir = "exe".freeze s.date = "2021-04-09" s.description = "pdf2htmlEX helps to convert PDF files into HTML. This simple library uses the pdf2htmlEX tool under the hood.".freeze s.email = ["mgzmaster@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "example/demo1.pdf".freeze, "lib/pdf2htmlex.rb".freeze, "lib/pdf2htmlex/config.rb".freeze, "lib/pdf2htmlex/version.rb".freeze, "pdf2htmlex.gemspec".freeze] s.homepage = "https://github.com/marcosgz/pdf2htmlex".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.requirements = ["pdf2htmlEX".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for the pdf2htmlEX that convert PDF files to HTML".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) end