twstats 0.2 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/twstats/runner.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: baff087d473033855f592778306a9d7c85b03b86fd0d004e34a440ae3a0f7c74
|
4
|
+
data.tar.gz: 227d3223cc8e8bce298103c24fda66ab29ed96120505370d82b4df4d77aac89a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2fd84911b2f05e6aa2559825169007eed8e621f434b81edffd7a58e89d7c06d584d34070f44bbed7667b3ba8e01010b51177478525d68e7c13327a8c976a97a
|
7
|
+
data.tar.gz: fedc5ce8adf0b72a57d1d2e8631626aafca24ccff2cbd125c510a47ebf0b165f71b0dafb72afc8e0927ec5aed47fbf10da2f1f22f1706797b82a3101e8e3bd15
|
data/Gemfile.lock
CHANGED
data/lib/twstats/runner.rb
CHANGED
@@ -77,7 +77,7 @@ module Twstats
|
|
77
77
|
billable, non_billable = @csv.get_total_time(:all, nil, true)
|
78
78
|
to_bill = @prompt.yes? 'Do you want to calculate the billed amount?'
|
79
79
|
if to_bill
|
80
|
-
amount_per_hour = @prompt.ask 'What the
|
80
|
+
amount_per_hour = @prompt.ask 'What is the hourly rate?', default: 46
|
81
81
|
end
|
82
82
|
section "Total time spent"
|
83
83
|
puts " - Billable ".bright.blue + " | " + billable.round(2).to_s
|