# -*- encoding: utf-8 -*- # stub: bovespa_ingestion 0.3.2 ruby lib Gem::Specification.new do |s| s.name = "bovespa_ingestion".freeze s.version = "0.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Felipe Seixas".freeze, "Rodrigo Fraga".freeze] s.date = "2013-05-27" s.description = "It reads historical files of daily stock quotations, parses each line and inserts into database for future use.".freeze s.email = "seixasfelipe@gmail.com".freeze s.executables = ["carregar_historico".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".standalone_migrations".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "archives/SeriesHistoricas_Layout.pdf".freeze, "bin/carregar_historico".freeze, "bovespa_ingestion.gemspec".freeze, "config/database.yml".freeze, "config/environment.rb".freeze, "db/migrate/20111221001450_create_historico.rb".freeze, "db/migrate/20111222192119_create_ativos.rb".freeze, "db/migrate/20111223004105_change_ativos.rb".freeze, "db/migrate/20111223023840_add_quantidade_ativos_to_historico_ativos.rb".freeze, "db/migrate/20111223131703_add_prazo_termo_to_ativo.rb".freeze, "db/migrate/20111223213342_alter_reference_historico_ativo.rb".freeze, "db/migrate/20111223214919_remove_data_importacao.rb".freeze, "db/schema.rb".freeze, "lib/historico_ativos.rb".freeze, "lib/historico_ativos/ativo.rb".freeze, "lib/historico_ativos/carrega_historico.rb".freeze, "lib/historico_ativos/header.rb".freeze, "lib/historico_ativos/historico.rb".freeze, "lib/historico_ativos/parser_ativo.rb".freeze, "lib/historico_ativos/parser_header.rb".freeze, "lib/historico_ativos/parser_trailer.rb".freeze, "lib/historico_ativos/trailer.rb".freeze, "lib/historico_ativos/version.rb".freeze, "sample/DemoCotacoesHistoricas12022003.txt".freeze, "sample/sample_cota_hist_2003.txt".freeze, "spec/historico_ativos/ativo_spec.rb".freeze, "spec/historico_ativos/carrega_historico_spec.rb".freeze, "spec/historico_ativos/historico_spec.rb".freeze, "spec/historico_ativos/parser_ativo_spec.rb".freeze, "spec/historico_ativos/parser_header_spec.rb".freeze, "spec/historico_ativos/parser_trailer_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/seixasfelipe/bovespa_ingestion".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An importer of historical stock quotations from BM&F Bovespa".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end