Sha256: ace6b8bc6479bf5e10497fc68f033106b237c3ea2b8a2e11922615c45736ef42

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name = %q{reckon}
  s.version = "0.3.3"
  s.authors = ["Andrew Cantino"]
  s.email = %q{andrew@iterationlabs.com}
  s.homepage = %q{https://github.com/cantino/reckon}
  s.description = %q{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.}
  s.summary = %q{Utility for interactively converting and labeling CSV files for the Ledger accounting tool.}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency "rspec", ">= 1.2.9"
  s.add_runtime_dependency "fastercsv", ">= 1.5.1"
  s.add_runtime_dependency "chronic", ">= 0.3.0"
  s.add_runtime_dependency "highline", ">= 1.5.2"
  s.add_runtime_dependency "terminal-table", ">= 1.4.2"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reckon-0.3.3 reckon.gemspec