# -*- encoding: utf-8 -*- # stub: wicked_pdf_rails_2 0.7.9.1 ruby lib Gem::Specification.new do |s| s.name = "wicked_pdf_rails_2".freeze s.version = "0.7.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Miles Z. Sterret".freeze] s.date = "2012-07-12" s.description = "This is a fork of the wicked_pdf gem which allows Rails < 2.3.4 to run. Basically no really big\nchanges, so I am leaving most of this the same, and hopefully it will be pulled into the master.\n\nWicked PDF uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML.\nIn other words, rather than dealing with a PDF generation DSL of some sort,\nyou simply write an HTML view as you would normally, and let Wicked take care of the hard stuff.\n".freeze s.email = "miles.sterrett@gmail.com".freeze s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/wicked_pdf_generator.rb".freeze, "lib/pdf_helper.rb".freeze, "lib/wicked_pdf.rb".freeze, "lib/wicked_pdf_helper.rb".freeze, "lib/wicked_pdf_railtie.rb".freeze, "lib/wicked_pdf_tempfile.rb".freeze, "test/fixtures/wicked.css".freeze, "test/pdf_helper_test.rb".freeze, "test/test_helper.rb".freeze, "test/wicked_pdf_helper_test.rb".freeze, "test/wicked_pdf_test.rb".freeze] s.homepage = "https://github.com/d3vkit/wicked_pdf".freeze s.rubygems_version = "3.5.10".freeze s.summary = "PDF generator (from HTML) plugin for Ruby on Rails".freeze end