lesli_system 1.0.3 → 1.0.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: cf98e3b8f2ae67c50087359d623885e3d0eb9d7974a39d0bc92157daefebb0e3
4
- data.tar.gz: 7481b33a73135a5ea7aa3901fd48ae35a1bd14716eb3c4c7c1009033c1a4a411
3
+ metadata.gz: 92c437f85656f59bd6c5877a58cfcf49702947681eeac69beed82841980960a4
4
+ data.tar.gz: 3a474089bcabba3772a516c3c8580cefd27af3fbfed2ade1cce7bded48fb855b
5
5
  SHA512:
6
- metadata.gz: 2ee90673c706601113133207b24e9ff11ec3b8d86df0ce4925e7d06939f6bc41e09701596891202eb03b9523c794cead8d82ec8ed3186753e70b81e4bddc7528
7
- data.tar.gz: 057ca8386bfb54ade31c147ab09c700ffd17c9fc1920dfb9065e974cfa8c3d4f52276c47e6878f1e289b5eae019affc5a5097e1d9133c89c5ead00e7c9ac4595
6
+ metadata.gz: ff69ba97d358c76aa80452900ae37a0dc73bca4311d3d11962b053154443caebce68fe1414f220a6071b59f8a164c490f99ec41545148fd64b5c63c18c8b1186
7
+ data.tar.gz: ab67ffdb07ba5e4761900357eeb3e43c8c6555104ba93a0dbd1dfd220bd72b8b380744eca2cd0f998eb0af9edd03a9cb5a79226c23f0820fd70924893f83b607
@@ -88,6 +88,7 @@ module LesliSystem
88
88
  LesliAdmin
89
89
  LesliBabel
90
90
  LesliAudit
91
+ LesliMailer
91
92
  LesliShield
92
93
  LesliLetter
93
94
  LesliPapers
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LesliSystem
4
- VERSION = "1.0.3"
5
- BUILD = "1753332652"
4
+ VERSION = "1.0.4"
5
+ BUILD = "1754919086"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lesli_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Lesli Development Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-24 00:00:00.000000000 Z
11
+ date: 2025-08-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  LesliSystem provides shared, reusable system-level components for The Lesli Framework.