timely-calendar 1.0.2 → 1.0.3
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/timely/ui/application.rb +1 -0
- data/lib/timely/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: afd143174ee0c9300fbce699d4400b3bd2dabb7761571dcbe1196857c81c46cc
|
|
4
|
+
data.tar.gz: '0938df470ceedda38b7ce563df8b9ece0c296bc11ba52d4e0a3fef16a19bb0f7'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7f46d4646e632f9a9770556252eb83d377cd7b4b4b5dbc89f3bf6b0bba6ee3cf2f44bd915ef1562b8daaeb7acef139c9f9dd874bff22e5f84eac5a0f117a2f4
|
|
7
|
+
data.tar.gz: 6db50a84acd413e8bda0d6cdbdaff8752d643b43c1bfdeba7d6b233116a759b2f7ca82061e39ec691e09598ca5e0177e89d5cdb6276a1bf7555eca566d9970b6
|
|
@@ -345,6 +345,7 @@ module Timely
|
|
|
345
345
|
.gsub(/-::~:~::~:~.*$/m, '') # Google Meet block
|
|
346
346
|
.gsub(/_{3,}/, '') # Long underscore lines (Teams HR)
|
|
347
347
|
.gsub(/-{5,}/, '') # Long dash lines
|
|
348
|
+
.gsub(/[━═─]{3,}/, '') # Heavy/double/light box-drawing lines
|
|
348
349
|
.gsub(/\n{3,}/, "\n\n") # Collapse excessive blank lines
|
|
349
350
|
.strip
|
|
350
351
|
end
|
data/lib/timely/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timely-calendar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-03-
|
|
12
|
+
date: 2026-03-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rcurses
|