# -*- encoding: utf-8 -*-
# stub: ofx_br 0.3.3 ruby lib

Gem::Specification.new do |s|
  s.name = "ofx_br".freeze
  s.version = "0.3.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 = ["Nando Vieira".freeze, "Anna Cruz".freeze]
  s.date = "2021-09-18"
  s.description = "    A simple OFX (Open Financial Exchange) parser built on top of Nokogiri.\n    Currently supports OFX 102, 200 and 211.\n    \n    Usage:\n    \n      OFX(\"sample.ofx\") do |ofx|\n        p ofx\n      end\n".freeze
  s.email = ["fnando.vieira@gmail.com".freeze, "anna.cruz@gmail.com".freeze]
  s.files = [".github/dependabot.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/ofx_br.rb".freeze, "lib/ofx_br/account.rb".freeze, "lib/ofx_br/balance.rb".freeze, "lib/ofx_br/errors.rb".freeze, "lib/ofx_br/foundation.rb".freeze, "lib/ofx_br/parser.rb".freeze, "lib/ofx_br/parser/ofx102.rb".freeze, "lib/ofx_br/parser/ofx103.rb".freeze, "lib/ofx_br/parser/ofx211.rb".freeze, "lib/ofx_br/sign_on.rb".freeze, "lib/ofx_br/statement.rb".freeze, "lib/ofx_br/status.rb".freeze, "lib/ofx_br/transaction.rb".freeze, "lib/ofx_br/version.rb".freeze, "ofx_br.gemspec".freeze, "spec/fixtures/avatar.gif".freeze, "spec/fixtures/bb.ofx".freeze, "spec/fixtures/bradesco.ofx".freeze, "spec/fixtures/creditcard.ofx".freeze, "spec/fixtures/dtsof_balance_issue.ofx".freeze, "spec/fixtures/error.ofx".freeze, "spec/fixtures/invalid_version.ofx".freeze, "spec/fixtures/nd-amex-sample.ofx".freeze, "spec/fixtures/sample.ofx".freeze, "spec/fixtures/santander.ofx".freeze, "spec/fixtures/utf8.ofx".freeze, "spec/fixtures/v103.ofx".freeze, "spec/fixtures/v211.ofx".freeze, "spec/ofx_br/account_spec.rb".freeze, "spec/ofx_br/ofx102_spec.rb".freeze, "spec/ofx_br/ofx103_spec.rb".freeze, "spec/ofx_br/ofx211_spec.rb".freeze, "spec/ofx_br/ofx_parser_spec.rb".freeze, "spec/ofx_br/ofx_spec.rb".freeze, "spec/ofx_br/sign_on_spec.rb".freeze, "spec/ofx_br/statement_spec.rb".freeze, "spec/ofx_br/status_spec.rb".freeze, "spec/ofx_br/transaction_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://rubygems.org/gems/ofx".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A simple OFX (Open Financial Exchange) parser built on top of Nokogiri. Currently supports OFX 102, 200 and 211.".freeze
  s.test_files = ["spec/fixtures/avatar.gif".freeze, "spec/fixtures/bb.ofx".freeze, "spec/fixtures/bradesco.ofx".freeze, "spec/fixtures/creditcard.ofx".freeze, "spec/fixtures/dtsof_balance_issue.ofx".freeze, "spec/fixtures/error.ofx".freeze, "spec/fixtures/invalid_version.ofx".freeze, "spec/fixtures/nd-amex-sample.ofx".freeze, "spec/fixtures/sample.ofx".freeze, "spec/fixtures/santander.ofx".freeze, "spec/fixtures/utf8.ofx".freeze, "spec/fixtures/v103.ofx".freeze, "spec/fixtures/v211.ofx".freeze, "spec/ofx_br/account_spec.rb".freeze, "spec/ofx_br/ofx102_spec.rb".freeze, "spec/ofx_br/ofx103_spec.rb".freeze, "spec/ofx_br/ofx211_spec.rb".freeze, "spec/ofx_br/ofx_parser_spec.rb".freeze, "spec/ofx_br/ofx_spec.rb".freeze, "spec/ofx_br/sign_on_spec.rb".freeze, "spec/ofx_br/statement_spec.rb".freeze, "spec/ofx_br/status_spec.rb".freeze, "spec/ofx_br/transaction_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<pry-byebug>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.10".freeze])
end