# -*- encoding: utf-8 -*- # stub: br_danfe 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "br_danfe".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["ASSEINFO".freeze] s.date = "2015-01-14" s.email = "asseinfo@asseinfo.com.br".freeze s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "br_danfe.gemspec".freeze, "config/locales/pt-BR.yml".freeze, "lib/br_danfe.rb".freeze, "lib/br_danfe/cep.rb".freeze, "lib/br_danfe/cst.rb".freeze, "lib/br_danfe/danfe.rb".freeze, "lib/br_danfe/dest.rb".freeze, "lib/br_danfe/det_body.rb".freeze, "lib/br_danfe/det_header.rb".freeze, "lib/br_danfe/document.rb".freeze, "lib/br_danfe/dup.rb".freeze, "lib/br_danfe/emit.rb".freeze, "lib/br_danfe/helper.rb".freeze, "lib/br_danfe/icmstot.rb".freeze, "lib/br_danfe/infadic.rb".freeze, "lib/br_danfe/issqn.rb".freeze, "lib/br_danfe/options.rb".freeze, "lib/br_danfe/phone.rb".freeze, "lib/br_danfe/plate.rb".freeze, "lib/br_danfe/ticket.rb".freeze, "lib/br_danfe/transp.rb".freeze, "lib/br_danfe/version.rb".freeze, "lib/br_danfe/vol.rb".freeze, "lib/br_danfe/xml.rb".freeze, "lib/br_danfe/xprod.rb".freeze, "spec/features/br_danfe_spec.rb".freeze, "spec/fixtures/nfe_simples_nacional.xml".freeze, "spec/fixtures/nfe_simples_nacional.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_cpf.xml".freeze, "spec/fixtures/nfe_with_cpf.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_extra_volumes.xml".freeze, "spec/fixtures/nfe_with_extra_volumes.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_fci.xml".freeze, "spec/fixtures/nfe_with_fci.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_logo.xml".freeze, "spec/fixtures/nfe_with_logo.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_logo.xml.logo.png".freeze, "spec/fixtures/nfe_with_ns.xml".freeze, "spec/fixtures/nfe_with_ns.xml.fixture.pdf".freeze, "spec/fixtures/nfe_without_ns.xml".freeze, "spec/fixtures/nfe_without_ns.xml.fixture.pdf".freeze, "spec/lib/cep_spec.rb".freeze, "spec/lib/cst_spec.rb".freeze, "spec/lib/helper_spec.rb".freeze, "spec/lib/options_spec.rb".freeze, "spec/lib/phone_spec.rb".freeze, "spec/lib/plate_spec.rb".freeze, "spec/lib/xprod_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/be_same_file_as.rb".freeze] s.homepage = "http://github.com/asseinfo/br_danfe".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "DANFE pdf generator for Brazilian invoices.".freeze s.test_files = ["spec/features/br_danfe_spec.rb".freeze, "spec/fixtures/nfe_simples_nacional.xml".freeze, "spec/fixtures/nfe_simples_nacional.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_cpf.xml".freeze, "spec/fixtures/nfe_with_cpf.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_extra_volumes.xml".freeze, "spec/fixtures/nfe_with_extra_volumes.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_fci.xml".freeze, "spec/fixtures/nfe_with_fci.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_logo.xml".freeze, "spec/fixtures/nfe_with_logo.xml.fixture.pdf".freeze, "spec/fixtures/nfe_with_logo.xml.logo.png".freeze, "spec/fixtures/nfe_with_ns.xml".freeze, "spec/fixtures/nfe_with_ns.xml.fixture.pdf".freeze, "spec/fixtures/nfe_without_ns.xml".freeze, "spec/fixtures/nfe_without_ns.xml.fixture.pdf".freeze, "spec/lib/cep_spec.rb".freeze, "spec/lib/cst_spec.rb".freeze, "spec/lib/helper_spec.rb".freeze, "spec/lib/options_spec.rb".freeze, "spec/lib/phone_spec.rb".freeze, "spec/lib/plate_spec.rb".freeze, "spec/lib/xprod_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/be_same_file_as.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.5.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.8".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end