livetext 0.9.58 → 0.9.59
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/livetext/version.rb +1 -1
- data/test/snapshots/system_info/actual-error.txt +0 -0
- data/test/snapshots/system_info/actual-output.txt +20 -0
- data/test/snapshots/system_info/err-sdiff.txt +1 -0
- data/test/snapshots/system_info/expected-output.txt +20 -0
- data/test/snapshots/system_info/match-output.txt +2 -2
- metadata +6 -3
- data/test/snapshots/mixin_functions_class/match-error.txt +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa6586e6dd32101565ed6f27e471db94eecd120927242debc0f7155c37810b19
|
4
|
+
data.tar.gz: f51a1aabb1ef4c17236903165c3791b11b72b665793b50def1bdb172d735c749
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db5c47791d907813a31d31c603ddc3d8ff807d14b47a9ca8c480faba66d5f0685897e5a97541b470953a10cf1a7cc8092f6270713012877ff5cbc723c81a7a19
|
7
|
+
data.tar.gz: 342c91272464b87292314d0e819d94e63dd2d0ccf4e68c14628bd4909d5f462a3e012545f1b7f39987d4a90c66c5d5dda332d566685af6eb99113ac0be7207d4
|
data/lib/livetext/version.rb
CHANGED
File without changes
|
@@ -0,0 +1,20 @@
|
|
1
|
+
System Info Variables:
|
2
|
+
Hostname: HAL9000
|
3
|
+
Platform: x86_64-darwin22
|
4
|
+
Ruby Version: 3.2.3
|
5
|
+
Livetext Version: 0.9.58
|
6
|
+
</p>
|
7
|
+
|
8
|
+
<p>
|
9
|
+
System Info Functions:
|
10
|
+
Hostname: HAL9000
|
11
|
+
Platform: x86_64-darwin22
|
12
|
+
Ruby Version: 3.2.3
|
13
|
+
Livetext Version: 0.9.58
|
14
|
+
</p>
|
15
|
+
|
16
|
+
<p>
|
17
|
+
Date Formatting Functions:
|
18
|
+
Default: 2025-09-06
|
19
|
+
Days ago: 2025-08-30
|
20
|
+
Days from now: 2025-09-13
|
@@ -0,0 +1 @@
|
|
1
|
+
ACTUAL | EXPECTED
|
@@ -0,0 +1,20 @@
|
|
1
|
+
System Info Variables:
|
2
|
+
Hostname: HAL9000
|
3
|
+
Platform: x86_64-darwin22
|
4
|
+
Ruby Version: 3.2.3
|
5
|
+
Livetext Version: 0.9.58
|
6
|
+
</p>
|
7
|
+
|
8
|
+
<p>
|
9
|
+
System Info Functions:
|
10
|
+
Hostname: HAL9000
|
11
|
+
Platform: x86_64-darwin22
|
12
|
+
Ruby Version: 3.2.3
|
13
|
+
Livetext Version: 0.9.58
|
14
|
+
</p>
|
15
|
+
|
16
|
+
<p>
|
17
|
+
Date Formatting Functions:
|
18
|
+
Default: 2025-09-06
|
19
|
+
Days ago: 2025-08-30
|
20
|
+
Days from now: 2025-09-13
|
@@ -2,14 +2,14 @@
|
|
2
2
|
2 Hostname: HAL9000
|
3
3
|
3 /Platform: .*x86_64-darwin\d+/
|
4
4
|
4 /Ruby Version: \d+\.\d+\.\d+/
|
5
|
-
5 Livetext Version: 0.9.
|
5
|
+
5 Livetext Version: 0.9.58
|
6
6
|
6 <p>
|
7
7
|
7
|
8
8
|
8 System Info Functions:
|
9
9
|
9 Hostname: HAL9000
|
10
10
|
10 /Platform: .*x86_64-darwin\d+/
|
11
11
|
11 /Ruby Version: \d+\.\d+\.\d+/
|
12
|
-
12 Livetext Version:
|
12
|
+
12 Livetext Version: \d+\.\d+\.\d+/
|
13
13
|
13 <p>
|
14
14
|
14
|
15
15
|
15 Date Formatting Functions:
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: livetext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.59
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hal Fulton
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-09-06 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
12
|
description: A smart text processor extensible in Ruby
|
13
13
|
email: rubyhacker@gmail.com
|
@@ -164,7 +164,6 @@ files:
|
|
164
164
|
- test/snapshots/mixin_functions/source.lt3
|
165
165
|
- test/snapshots/mixin_functions_class/expected-error.txt
|
166
166
|
- test/snapshots/mixin_functions_class/expected-output.txt
|
167
|
-
- test/snapshots/mixin_functions_class/match-error.txt
|
168
167
|
- test/snapshots/mixin_functions_class/mixin_functions_class.rb
|
169
168
|
- test/snapshots/mixin_functions_class/source.lt3
|
170
169
|
- test/snapshots/more_complex_vars/expected-error.txt
|
@@ -217,7 +216,11 @@ files:
|
|
217
216
|
- test/snapshots/single_raw_line/expected-output.txt
|
218
217
|
- test/snapshots/single_raw_line/source.lt3
|
219
218
|
- test/snapshots/subset.txt
|
219
|
+
- test/snapshots/system_info/actual-error.txt
|
220
|
+
- test/snapshots/system_info/actual-output.txt
|
221
|
+
- test/snapshots/system_info/err-sdiff.txt
|
220
222
|
- test/snapshots/system_info/expected-error.txt
|
223
|
+
- test/snapshots/system_info/expected-output.txt
|
221
224
|
- test/snapshots/system_info/match-output.txt
|
222
225
|
- test/snapshots/system_info/source.lt3
|
223
226
|
- test/snapshots/table_with_heredocs/expected-error.txt
|
@@ -1 +0,0 @@
|
|
1
|
-
1 No error expected
|