# -*- encoding: utf-8 -*- # stub: conectiva-boleto_bancario 0.0.2.beta ruby lib Gem::Specification.new do |s| s.name = "conectiva-boleto_bancario".freeze s.version = "0.0.2.beta".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tomas D'Stefano".freeze, "Conectiva Consultoria".freeze] s.date = "2013-08-30" s.description = "Emiss\u00E3o de Boletos Banc\u00E1rios em Ruby".freeze s.email = ["code@conectivaconsultoria.com.br".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, "Changelog.markdown".freeze, "Gemfile".freeze, "LICENSE".freeze, "Planning.markdown".freeze, "README.markdown".freeze, "Rakefile".freeze, "TODO.markdown".freeze, "boleto_bancario.gemspec".freeze, "documentacoes_dos_boletos/Bradesco/Manual_BRADESCO.PDF".freeze, "lib/boleto_bancario.rb".freeze, "lib/boleto_bancario/calculos/digitos.rb".freeze, "lib/boleto_bancario/calculos/fator_vencimento.rb".freeze, "lib/boleto_bancario/calculos/fatores_de_multiplicacao.rb".freeze, "lib/boleto_bancario/calculos/linha_digitavel.rb".freeze, "lib/boleto_bancario/calculos/modulo10.rb".freeze, "lib/boleto_bancario/calculos/modulo11.rb".freeze, "lib/boleto_bancario/calculos/modulo11_fator_de2a7.rb".freeze, "lib/boleto_bancario/calculos/modulo11_fator_de2a9.rb".freeze, "lib/boleto_bancario/calculos/modulo11_fator_de2a9_resto_zero.rb".freeze, "lib/boleto_bancario/calculos/modulo11_fator_de9a2_resto_x.rb".freeze, "lib/boleto_bancario/calculos/modulo_numero_de_controle.rb".freeze, "lib/boleto_bancario/core/banco_brasil.rb".freeze, "lib/boleto_bancario/core/banrisul.rb".freeze, "lib/boleto_bancario/core/boleto.rb".freeze, "lib/boleto_bancario/core/bradesco.rb".freeze, "lib/boleto_bancario/core/itau.rb".freeze, "lib/boleto_bancario/core/santander.rb".freeze, "lib/boleto_bancario/version.rb".freeze, "spec/boleto_bancario/calculos/digitos_spec.rb".freeze, "spec/boleto_bancario/calculos/fator_vencimento_spec.rb".freeze, "spec/boleto_bancario/calculos/fatores_de_multiplicacao_spec.rb".freeze, "spec/boleto_bancario/calculos/linha_digitavel_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo10_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de2a7_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de2a9_resto_zero_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de2a9_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de9a2_resto_x_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo_numero_de_controle_spec.rb".freeze, "spec/boleto_bancario/core/banco_brasil_spec.rb".freeze, "spec/boleto_bancario/core/banrisul_spec.rb".freeze, "spec/boleto_bancario/core/boleto_spec.rb".freeze, "spec/boleto_bancario/core/bradesco_spec.rb".freeze, "spec/boleto_bancario/core/itau_spec.rb".freeze, "spec/boleto_bancario/core/santander_spec.rb".freeze, "spec/shared_examples/boleto_bancario_shared_example.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/conectiva/boleto_bancario".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Emiss\u00E3o de Boletos Banc\u00E1rios em Ruby".freeze s.test_files = ["spec/boleto_bancario/calculos/digitos_spec.rb".freeze, "spec/boleto_bancario/calculos/fator_vencimento_spec.rb".freeze, "spec/boleto_bancario/calculos/fatores_de_multiplicacao_spec.rb".freeze, "spec/boleto_bancario/calculos/linha_digitavel_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo10_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de2a7_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de2a9_resto_zero_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de2a9_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_fator_de9a2_resto_x_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo11_spec.rb".freeze, "spec/boleto_bancario/calculos/modulo_numero_de_controle_spec.rb".freeze, "spec/boleto_bancario/core/banco_brasil_spec.rb".freeze, "spec/boleto_bancario/core/banrisul_spec.rb".freeze, "spec/boleto_bancario/core/boleto_spec.rb".freeze, "spec/boleto_bancario/core/bradesco_spec.rb".freeze, "spec/boleto_bancario/core/itau_spec.rb".freeze, "spec/boleto_bancario/core/santander_spec.rb".freeze, "spec/shared_examples/boleto_bancario_shared_example.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4".freeze]) s.add_development_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end