harvest-worklog 0.13.7 → 0.13.8

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: 0a708820ff730ffb80a21aa3320aeacb947a63042abc757ed91f7eff3c5312e1
4
- data.tar.gz: 219d9844973f026ab97b501e978f6c0f4e041bf96ca5d2d36474be6c61a0529d
3
+ metadata.gz: fc54d55cf81c02098bcb07f3c395dffa6d3a0fdcd397025cbe56e34b182cbe42
4
+ data.tar.gz: fb371e780d6da7678e1cae9094e381fc6480867d9b0f62ead3b790c8896ffae8
5
5
  SHA512:
6
- metadata.gz: 7b88ca5e82c85c34000e6d83b249ab5cce20239dee4841009a137d7637f2c6e33e5685ac897edda5e0071c828b930171c90fd3fcdfb1627b54df909ee06bddf1
7
- data.tar.gz: 5823b577d1d6a446116515bf9d2be49698cf5399f601a46a9a3df5844f3960b8bc5563ec8e56ab11a0c0d99f1d65172f68838a26e48998f734b0f22913749a25
6
+ metadata.gz: cf60a286d289732b9ad536def651fbaffa8707fdfde952e89f514a8d3a493331405ad19d0e4f72a77f171152d9680b39cdbfac70d94a348fca56475cc2c95a49
7
+ data.tar.gz: 2ee48492aa1d8ed0c96e98dd9c985934d76e90ebc1129357dd7071d63794da1250cb0678565bdc08205c4f3d14d1ed247dc246261cfb750547b56007e7f1551b
data/README.md CHANGED
@@ -95,7 +95,7 @@ Configure `projectTimeMappings` with the recorded OMP Project Time project name
95
95
  }
96
96
  ```
97
97
 
98
- `harvest_preview_project_time_entries` reads only `human_active` sessions from the configured time log, splits them across local dates, reports that source policy, generates descriptions from the project and repository, and checks Harvest for existing or locked entries without writing. `harvest_record_project_time_entries` performs the same preflight then creates only new entries; OMP treats it as a write requiring approval. Unmapped sessions are reported and never written.
98
+ `harvest_preview_project_time_entries` reads only `human_active` sessions from the configured time log, splits them across local dates, combines sources that map to the same Harvest date/project/task, reports that source policy, generates descriptions from the project and repository, and checks Harvest for existing or locked entries without writing. `harvest_record_project_time_entries` performs the same preflight then creates only new entries; OMP treats it as a write requiring approval. Unmapped sessions are reported and never written.
99
99
 
100
100
  `harvest_preview_project_time_drafts` produces one deterministic, copyable Date/Project/Task/Duration block per mapped local day and Harvest destination from automatic `human_active` evidence. It requires a factual note before manual entry and keeps unmapped and excluded evidence visible. It reads the local log only; it never calls or mutates Harvest.
101
101
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HarvestWorklog
4
- VERSION = "0.13.7"
4
+ VERSION = "0.13.8"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harvest-worklog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.7
4
+ version: 0.13.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlen Brunner