postmortem 0.3.3 → 0.3.4

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: 780f61b6eb5f86e5bfdb462a7956b5153621a65b2d52df46391cca4c7717136f
4
- data.tar.gz: 1e455516c635c912c2effbce4781529abdd036196092f9d16eaea4ec1a17e5f2
3
+ metadata.gz: 8fce57ea2428761eeebebff79349ef7f9b4439c571ba02965a2300e621d5bbd9
4
+ data.tar.gz: 0673c91fa2fd523744d780ad9f665b8f683dd0bdd11fea0ffb422d210b7aa8bc
5
5
  SHA512:
6
- metadata.gz: d023d75793d8d8da14f24e2dfa8b1748087c719e2f92df80de5568babb8f3efe89c21d0456e556d2830df50bbe46ab30dadaaabfe1760420a32f1c45b2d14835
7
- data.tar.gz: 07bab3669ab537e92532f58d7cfa6b66465e0c3b39af5f73e544cc8099165960e2e7a214ff00d15ad8df05c311fbf4efc76c05ad3205756cf8df8e16397c1cd5
6
+ metadata.gz: 825b9b8d1ac22d4cf473a615abfb19328f46c89cec5b4593ef6136928439bd5405c5ce4964ca5b41d47241438a821c49d0042528ae1a8a77840b7bab4f3a04b5
7
+ data.tar.gz: fd4f91e55706a8c2381dfb9288c4c841fb3bc7383b9bd42b769f1d340bb0a76571d7b5edc736be6e7c9372729ae0438c4dbe28f8e04232fca75d6c1d785381a3
@@ -14,7 +14,7 @@
14
14
  const index = document.querySelector('#index');
15
15
  const uuid = index.dataset.uuid;
16
16
  const type = 'index';
17
- const mails = index.innerText
17
+ const mails = index.innerHTML
18
18
  .split('\n')
19
19
  .filter(filter)
20
20
  .map(line => JSON.parse(atob(line)));
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Postmortem
4
- VERSION = '0.3.3'
4
+ VERSION = '0.3.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postmortem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-18 00:00:00.000000000 Z
11
+ date: 2025-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mail
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  - !ruby/object:Gem::Version
231
231
  version: '0'
232
232
  requirements: []
233
- rubygems_version: 3.2.3
233
+ rubygems_version: 3.0.3.1
234
234
  signing_key:
235
235
  specification_version: 4
236
236
  summary: Development HTML Email Inspection Tool