work_hours_calculator 0.1.0 → 0.1.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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d166f867a52e9f405e14c126fbb26ae6f21e4a5a75c330c044868e20ddd73e43
|
4
|
+
data.tar.gz: 107a169b3757ba63c5ef68983c23db48c95d2e666b7584ba52db1f1a0bf83388
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 809589106d0d8c1691cef5f07597ecf41549e094eb36b75a76a89f36e23641abf1ce8a4302ff9ff335129aff9ae50c20ca1b0b0c7c7192d4bd11e4ef68491742
|
7
|
+
data.tar.gz: 91f151838e542add92cc890c99dc3987c80342e6b02d81d739424d7bfd8c5ed452beb17cbae2f8515d78b077ecafc4d73279f7a42dc36c281c01da830c174f23
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: work_hours_calculator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerda Decio
|
@@ -44,13 +44,13 @@ description: This gem provides a command-line tool to calculate total work hours
|
|
44
44
|
email:
|
45
45
|
- contact@gerdadecio.com
|
46
46
|
executables:
|
47
|
-
- work_calculator
|
47
|
+
- work_calculator
|
48
48
|
extensions: []
|
49
49
|
extra_rdoc_files: []
|
50
50
|
files:
|
51
51
|
- LICENCE
|
52
52
|
- README.md
|
53
|
-
- bin/work_calculator
|
53
|
+
- bin/work_calculator
|
54
54
|
- lib/work_hours_calculator.rb
|
55
55
|
- lib/work_hours_calculator/calculate.rb
|
56
56
|
- lib/work_hours_calculator/csv_handler.rb
|
File without changes
|