Sha256: d779bb87388703591e73b1ec2a34c66ad47fcee4d0883573bbc1d56e33c21351
Contents?: true
Size: 1015 Bytes
Versions: 1
Compression:
Stored size: 1015 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "cash_flow_analysis/version" Gem::Specification.new do |spec| spec.name = "cash_flow_analysis" spec.version = CashFlowAnalysis::VERSION spec.authors = ["Hightower"] spec.email = ["engineering@gethightower.com"] spec.summary = %q{Ruby implementation of various financial analysis functions.} spec.homepage = "https://github.com/hightower/cash_flow_analysis" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", ">= 1.7" spec.add_development_dependency "pry", "~> 0" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cash_flow_analysis-0.2.0 | cash_flow_analysis.gemspec |