# -*- encoding: utf-8 -*- # stub: reckon 0.6.2 ruby lib Gem::Specification.new do |s| s.name = "reckon".freeze s.version = "0.6.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 = ["Andrew Cantino".freeze, "BlackEdder".freeze, "Ben Prew".freeze] s.date = "2021-01-25" s.description = "Reckon automagically converts CSV files for use with the command-line accounting tool Ledger. It also helps you to select the correct accounts associated with the CSV data using Bayesian machine learning.".freeze s.email = "andrew@iterationlabs.com".freeze s.executables = ["reckon".freeze] s.files = [".document".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/reckon".freeze, "lib/reckon.rb".freeze, "lib/reckon/app.rb".freeze, "lib/reckon/cosine_similarity.rb".freeze, "lib/reckon/csv_parser.rb".freeze, "lib/reckon/date_column.rb".freeze, "lib/reckon/ledger_parser.rb".freeze, "lib/reckon/logger.rb".freeze, "lib/reckon/money.rb".freeze, "lib/reckon/version.rb".freeze, "reckon.gemspec".freeze, "spec/data_fixtures/51-sample.csv".freeze, "spec/data_fixtures/51-tokens.yml".freeze, "spec/data_fixtures/73-sample.csv".freeze, "spec/data_fixtures/73-tokens.yml".freeze, "spec/data_fixtures/73-transactions.ledger".freeze, "spec/data_fixtures/85-date-example.csv".freeze, "spec/data_fixtures/austrian_example.csv".freeze, "spec/data_fixtures/bom_utf8_file.csv".freeze, "spec/data_fixtures/broker_canada_example.csv".freeze, "spec/data_fixtures/chase.csv".freeze, "spec/data_fixtures/danish_kroner_nordea_example.csv".freeze, "spec/data_fixtures/english_date_example.csv".freeze, "spec/data_fixtures/extratofake.csv".freeze, "spec/data_fixtures/french_example.csv".freeze, "spec/data_fixtures/german_date_example.csv".freeze, "spec/data_fixtures/harder_date_example.csv".freeze, "spec/data_fixtures/ing.csv".freeze, "spec/data_fixtures/intuit_mint_example.csv".freeze, "spec/data_fixtures/invalid_header_example.csv".freeze, "spec/data_fixtures/inversed_credit_card.csv".freeze, "spec/data_fixtures/nationwide.csv".freeze, "spec/data_fixtures/simple.csv".freeze, "spec/data_fixtures/some_other.csv".freeze, "spec/data_fixtures/spanish_date_example.csv".freeze, "spec/data_fixtures/suntrust.csv".freeze, "spec/data_fixtures/test_money_column.csv".freeze, "spec/data_fixtures/tokens.yaml".freeze, "spec/data_fixtures/two_money_columns.csv".freeze, "spec/data_fixtures/yyyymmdd_date_example.csv".freeze, "spec/integration/another_bank_example/input.csv".freeze, "spec/integration/another_bank_example/output.ledger".freeze, "spec/integration/another_bank_example/test_args".freeze, "spec/integration/austrian_example/input.csv".freeze, "spec/integration/austrian_example/output.ledger".freeze, "spec/integration/austrian_example/test_args".freeze, "spec/integration/bom_utf8_file/input.csv".freeze, "spec/integration/bom_utf8_file/output.ledger".freeze, "spec/integration/bom_utf8_file/test_args".freeze, "spec/integration/broker_canada_example/input.csv".freeze, "spec/integration/broker_canada_example/output.ledger".freeze, "spec/integration/broker_canada_example/test_args".freeze, "spec/integration/chase/account_tokens_and_regex/output.ledger".freeze, "spec/integration/chase/account_tokens_and_regex/test_args".freeze, "spec/integration/chase/account_tokens_and_regex/tokens.yml".freeze, "spec/integration/chase/default_account_names/output.ledger".freeze, "spec/integration/chase/default_account_names/test_args".freeze, "spec/integration/chase/input.csv".freeze, "spec/integration/chase/learn_from_existing/learn.ledger".freeze, "spec/integration/chase/learn_from_existing/output.ledger".freeze, "spec/integration/chase/learn_from_existing/test_args".freeze, "spec/integration/chase/simple/output.ledger".freeze, "spec/integration/chase/simple/test_args".freeze, "spec/integration/danish_kroner_nordea_example/input.csv".freeze, "spec/integration/danish_kroner_nordea_example/output.ledger".freeze, "spec/integration/danish_kroner_nordea_example/test_args".freeze, "spec/integration/english_date_example/input.csv".freeze, "spec/integration/english_date_example/output.ledger".freeze, "spec/integration/english_date_example/test_args".freeze, "spec/integration/extratofake/input.csv".freeze, "spec/integration/extratofake/output.ledger".freeze, "spec/integration/extratofake/test_args".freeze, "spec/integration/french_example/input.csv".freeze, "spec/integration/french_example/output.ledger".freeze, "spec/integration/french_example/test_args".freeze, "spec/integration/german_date_example/input.csv".freeze, "spec/integration/german_date_example/output.ledger".freeze, "spec/integration/german_date_example/test_args".freeze, "spec/integration/harder_date_example/input.csv".freeze, "spec/integration/harder_date_example/output.ledger".freeze, "spec/integration/harder_date_example/test_args".freeze, "spec/integration/ing/input.csv".freeze, "spec/integration/ing/output.ledger".freeze, "spec/integration/ing/test_args".freeze, "spec/integration/intuit_mint_example/input.csv".freeze, "spec/integration/intuit_mint_example/output.ledger".freeze, "spec/integration/intuit_mint_example/test_args".freeze, "spec/integration/invalid_header_example/input.csv".freeze, "spec/integration/invalid_header_example/output.ledger".freeze, "spec/integration/invalid_header_example/test_args".freeze, "spec/integration/inversed_credit_card/input.csv".freeze, "spec/integration/inversed_credit_card/output.ledger".freeze, "spec/integration/inversed_credit_card/test_args".freeze, "spec/integration/nationwide/input.csv".freeze, "spec/integration/nationwide/output.ledger".freeze, "spec/integration/nationwide/test_args".freeze, "spec/integration/regression/issue_51_account_tokens/input.csv".freeze, "spec/integration/regression/issue_51_account_tokens/output.ledger".freeze, "spec/integration/regression/issue_51_account_tokens/test_args".freeze, "spec/integration/regression/issue_51_account_tokens/tokens.yml".freeze, "spec/integration/regression/issue_64_date_column/input.csv".freeze, "spec/integration/regression/issue_64_date_column/output.ledger".freeze, "spec/integration/regression/issue_64_date_column/test_args".freeze, "spec/integration/regression/issue_73_account_token_matching/input.csv".freeze, "spec/integration/regression/issue_73_account_token_matching/output.ledger".freeze, "spec/integration/regression/issue_73_account_token_matching/test_args".freeze, "spec/integration/regression/issue_73_account_token_matching/tokens.yml".freeze, "spec/integration/regression/issue_85_date_example/input.csv".freeze, "spec/integration/regression/issue_85_date_example/output.ledger".freeze, "spec/integration/regression/issue_85_date_example/test_args".freeze, "spec/integration/spanish_date_example/input.csv".freeze, "spec/integration/spanish_date_example/output.ledger".freeze, "spec/integration/spanish_date_example/test_args".freeze, "spec/integration/suntrust/input.csv".freeze, "spec/integration/suntrust/output.ledger".freeze, "spec/integration/suntrust/test_args".freeze, "spec/integration/test.sh".freeze, "spec/integration/test_money_column/input.csv".freeze, "spec/integration/test_money_column/output.ledger".freeze, "spec/integration/test_money_column/test_args".freeze, "spec/integration/two_money_columns/input.csv".freeze, "spec/integration/two_money_columns/output.ledger".freeze, "spec/integration/two_money_columns/test_args".freeze, "spec/integration/yyyymmdd_date_example/input.csv".freeze, "spec/integration/yyyymmdd_date_example/output.ledger".freeze, "spec/integration/yyyymmdd_date_example/test_args".freeze, "spec/reckon/app_spec.rb".freeze, "spec/reckon/csv_parser_spec.rb".freeze, "spec/reckon/date_column_spec.rb".freeze, "spec/reckon/ledger_parser_spec.rb".freeze, "spec/reckon/money_column_spec.rb".freeze, "spec/reckon/money_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/cantino/reckon".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Utility for interactively converting and labeling CSV files for the Ledger accounting tool.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) s.add_development_dependency(%q.freeze, [">= 0.12.2".freeze]) s.add_development_dependency(%q.freeze, ["= 1.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.8.0".freeze]) end