moneybook 0.1.2 → 0.1.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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/moneybook +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/bin/moneybook CHANGED
@@ -153,7 +153,7 @@ command :parse do |c|
153
153
  ### PRINT INTERMEDIATE RESULTS ###
154
154
  if intermediate then
155
155
  puts "==== #{c[:original_str].to_s} ===="
156
- puts "true total: #{c[:true_total].to_s}, virtual_total: #{c[:virtual_total].to_s}"
156
+ puts "total: #{c[:true_total].to_s}"
157
157
  mytable = table do |t|
158
158
  t.headings = people.sort
159
159
  t << c[:true].sort.map{|z|z[1] == 0 ? "" : "%.1f" % z[1]}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moneybook
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - luca cioria