harvest-ruby-v2 0.5.1 → 0.5.2
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 +4 -4
- data/lib/harvest/resources/timeentry.rb +3 -0
- data/lib/harvest/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cffdd572f038a6df6e90e8f2380d03c0b035dc687bd7ad49748a5e93c936095c
|
|
4
|
+
data.tar.gz: 60e6607a331fd3d6a892d803f7663050ccd61456bec9b84089d279f9c9b7a9fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 516bd47d51be828209b10d602c67bf2845a619bbbbacaa51b10ca2aeda4ad639a761455b6e6ff83f87854c06943ab6743eb42878b746e6276d624f90cd96bbe2
|
|
7
|
+
data.tar.gz: d42421df510e3d08e7a9e1ff8d9410911c3897a069e2270cabc966da8cc4c564afffd804b03b331d45791b7fa9e4a2dc1c6bbed4e66c8213447abaa681079244
|
|
@@ -26,6 +26,8 @@ module Harvest
|
|
|
26
26
|
# associated invoice's id and number.
|
|
27
27
|
# @param hours [decimal]
|
|
28
28
|
# Number of (decimal time) hours tracked in this time entry.
|
|
29
|
+
# @param hours_without_timer [decimal]
|
|
30
|
+
# Number of (decimal time) hours already tracked in this time entry, before the timer was last started.
|
|
29
31
|
# @param rounded_hours [decimal]
|
|
30
32
|
# Number of (decimal time) hours tracked in this time entry used in summary
|
|
31
33
|
# reports and invoices. This value is rounded according to the Time Rounding
|
|
@@ -73,6 +75,7 @@ module Harvest
|
|
|
73
75
|
:external_reference,
|
|
74
76
|
:invoice,
|
|
75
77
|
:hours,
|
|
78
|
+
:hours_without_timer,
|
|
76
79
|
:rounded_hours,
|
|
77
80
|
:notes,
|
|
78
81
|
:is_locked,
|
data/lib/harvest/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harvest-ruby-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Craig Davis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|