# -*- encoding: utf-8 -*- # stub: prawn-security 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "prawn-security".freeze s.version = "0.7.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 = ["Brad Ediger".freeze] s.date = "2010-01-03" s.description = " Prawn/Security adds document encryption, password protection, and permissions to Prawn.\n".freeze s.email = "brad.ediger@madriska.com".freeze s.extra_rdoc_files = ["README".freeze, "LICENSE".freeze, "COPYING".freeze] s.files = ["COPYING".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "examples/example_helper.rb".freeze, "examples/hello_foo.rb".freeze, "lib/prawn/arcfour.rb".freeze, "lib/prawn/security.rb".freeze, "spec/security_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/madriska/prawn-security/".freeze s.rdoc_options = ["--title".freeze, "Prawn/Security Documentation".freeze, "--main".freeze, "README".freeze, "-q".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Popular Password Protection & Permissions for Prawn PDFs".freeze s.test_files = ["spec/security_spec.rb".freeze] end