Sha256: 72d21888439ad33374e1b4298f797968735ba0759d4d6a8710c9f4d1e73f3876

Contents?: true

Size: 1.86 KB

Versions: 0

Compression: gzip

Compressed size: 880 Bytes

Stored size: 880 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: wicked_pdf_rails_2
version: !ruby/object:Gem::Version 
  hash: 81
  prerelease: 
  segments: 
  - 0
  - 7
  - 9
  - 1
  version: 0.7.9.1
platform: ruby
authors: 
- Miles Z. Sterret
autorequire: 
bindir: bin
cert_chain: []

date: 2012-07-12 00:00:00 Z
dependencies: []

description: |
  This is a fork of the wicked_pdf gem which allows Rails < 2.3.4 to run. Basically no really big
  changes, so I am leaving most of this the same, and hopefully it will be pulled into the master.
  
  Wicked PDF uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML.
  In other words, rather than dealing with a PDF generation DSL of some sort,
  you simply write an HTML view as you would normally, and let Wicked take care of the hard stuff.

email: miles.sterrett@gmail.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- README.md
- Rakefile
- MIT-LICENSE
- lib/wicked_pdf_railtie.rb
- lib/wicked_pdf_helper.rb
- lib/pdf_helper.rb
- lib/generators/wicked_pdf_generator.rb
- lib/wicked_pdf_tempfile.rb
- lib/wicked_pdf.rb
- test/pdf_helper_test.rb
- test/test_helper.rb
- test/fixtures/wicked.css
- test/wicked_pdf_helper_test.rb
- test/wicked_pdf_test.rb
homepage: https://github.com/d3vkit/wicked_pdf
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: PDF generator (from HTML) plugin for Ruby on Rails
test_files: []

Package Spec version

wicked_pdf_rails_2-0.7.9.1