proptax 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b3c8f9309c215e5aeda33f145e82ba4afa4ad42
4
- data.tar.gz: df2346c9387f9955cea76ebb9992e3a9b3cd3614
3
+ metadata.gz: 2d324e25cc08d238655525477be792951d937d8c
4
+ data.tar.gz: 6d3fc5cbb26a107c33302717c6cd68424fbd830a
5
5
  SHA512:
6
- metadata.gz: c7799f96bb99a50f0d2e1c3c926d06a62f9aad49732135d9b4b5c40a50dfef70bf33de0fa3c7f4f785eab11c547495f1789a217a0ef090435b6240da07a46179
7
- data.tar.gz: 5d49a332bc6c98f330527510997097498756294cd052957f40272c81c45b393ca53772f7bbfb9f9cf4fe3b2212662d93a72c52a00103def682cc34773a72b7ff
6
+ metadata.gz: 63d2283b620ea99f918e2dc071624f6f61c6ae050d41b476784a1547c8d21d43dfeeee925a21997a6170c4626f103d803cd3fa9efd08c11d6922d53a4b77340b
7
+ data.tar.gz: 67a2a9e498460953da32c2b6915f75653b2dec33765e9d8972b3890042dd32c1483349861b5ad1df246514b939a4d1bf7a976eb5469d3f2832eb8d7effda00cd
data/lib/proptax/cli.rb CHANGED
@@ -24,7 +24,7 @@ module Proptax
24
24
  Proptax::Consolidator.process(dir)
25
25
  end
26
26
 
27
- desc "reports CSV_FILE", "Generate assessment reports"
27
+ desc "reports DIR", "Generate assessment reports (assumes `DIR/consolidated.csv`)"
28
28
  method_option *shared_options
29
29
  method_option *report_options
30
30
  # method_option *consolidate_options
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: 2017 Property Assessment Analysis
2
+ title: 2018 Property Assessment Analysis
3
3
  author: Prepared by reports@taxreformyyc.com
4
4
  geometry: margin=1.5cm
5
5
  ---
@@ -1,3 +1,3 @@
1
1
  module Proptax
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proptax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Bidulock
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-12 00:00:00.000000000 Z
11
+ date: 2018-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler