twstats 0.2 → 0.2.1

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/twstats/runner.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b03a403d2eac6f0356f6e8bad78c073c93565139101566472b67d1a2901c0368
4
- data.tar.gz: 44e5e4ae4cd5eff7e937882fdf01dcddb12d3130a2427ee0ea08cee0a3ed8a1e
3
+ metadata.gz: baff087d473033855f592778306a9d7c85b03b86fd0d004e34a440ae3a0f7c74
4
+ data.tar.gz: 227d3223cc8e8bce298103c24fda66ab29ed96120505370d82b4df4d77aac89a
5
5
  SHA512:
6
- metadata.gz: f97828091ec24a7edc400dbf79a82ff4861ea9b17ee4cc937c2709c1fde0c1fae919534c1b89f39efcf22e31062dc37ea0c306e1e9f3f82dac1ef6854af7acff
7
- data.tar.gz: f7aac1d4b1569fe79b5218601f59305f2b73409281f1cdeafd7eaa06c89b9ed28200d5913d915b779800cbd9aa537110509db078a41011fb72593af128ae2eff
6
+ metadata.gz: c2fd84911b2f05e6aa2559825169007eed8e621f434b81edffd7a58e89d7c06d584d34070f44bbed7667b3ba8e01010b51177478525d68e7c13327a8c976a97a
7
+ data.tar.gz: fedc5ce8adf0b72a57d1d2e8631626aafca24ccff2cbd125c510a47ebf0b165f71b0dafb72afc8e0927ec5aed47fbf10da2f1f22f1706797b82a3101e8e3bd15
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twstats (0.1.4)
4
+ twstats (0.2)
5
5
  rainbow (~> 3.0)
6
6
  tty-prompt (~> 0.17)
7
7
 
@@ -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 amount billed per hour?', default: 46
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twstats
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - J.P. Araque