fewald-worklog 0.1.21 → 0.1.22
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/.version +1 -1
- data/worklog/worklog.rb +3 -0
- 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: a31cb533035589471189f5e67f0ca1e8f63de8a4e564dfcb84ae5d74756db93c
|
4
|
+
data.tar.gz: 34058cb4312d83e4009ce81960abd137aadf7e66942d4765e51d956607971c5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc5d67c3bb8b1fcd654a8836ef3486d2ee81977972285b8ab017c8f06e8822546461bc5fec68d210ba48cb276bd6d534d2727c405c29195c2fcb700e34f16d95
|
7
|
+
data.tar.gz: ba2c042ae73ebfdb7847e245a6a11cd8ec31115053a293e1f5a577e8956eb32d51ea8425ee312e49133ae6486fee46bf26d9ab4513e69a0cf98088ca9ad11395
|
data/.version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.22
|
data/worklog/worklog.rb
CHANGED
@@ -105,6 +105,9 @@ class Worklog
|
|
105
105
|
mentions.merge!(people) { |_key, oldval, newval| oldval + newval }
|
106
106
|
end
|
107
107
|
|
108
|
+
# Sort the mentions by handle
|
109
|
+
mentions = mentions.to_a.sort_by { |handle, _| handle }
|
110
|
+
|
108
111
|
mentions.each do |handle, v|
|
109
112
|
if people_map.key?(handle)
|
110
113
|
print "#{Rainbow(people_map[handle].name).gold} (#{handle})"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fewald-worklog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Friedrich Ewald
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-05-06 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: httparty
|