lesli_system 1.0.2 → 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: 28356bfdbdc31259937f56ee05cec3e71d4d83e7d19e00cf54d3e18e3d765da1
4
- data.tar.gz: 922a34b96275b78efa01e7c2a425a456fbe742434dc52c1bdd863f66f8b5e56f
3
+ metadata.gz: 92c437f85656f59bd6c5877a58cfcf49702947681eeac69beed82841980960a4
4
+ data.tar.gz: 3a474089bcabba3772a516c3c8580cefd27af3fbfed2ade1cce7bded48fb855b
5
5
  SHA512:
6
- metadata.gz: 0b112fe29aa5bfa716cf8ccfacd2cca529afeaac0c152356a0792597b919d62fd9daebded1977ff03e3778c0c81a5fe58ba03d82bd6ebc913377cea096205a1e
7
- data.tar.gz: d96544ea9192c913c4caabfd9d7c989ef0a9d8413cd1e583e1adf6a38ae0bf290ffacea941414922e8f834077fc0936bc5153ff38e0f7473f20d5b3a65a891bc
6
+ metadata.gz: ff69ba97d358c76aa80452900ae37a0dc73bca4311d3d11962b053154443caebce68fe1414f220a6071b59f8a164c490f99ec41545148fd64b5c63c18c8b1186
7
+ data.tar.gz: ab67ffdb07ba5e4761900357eeb3e43c8c6555104ba93a0dbd1dfd220bd72b8b380744eca2cd0f998eb0af9edd03a9cb5a79226c23f0820fd70924893f83b607
@@ -7,7 +7,7 @@ module LesliSystem
7
7
  # engine("LesliAdmin", "name")
8
8
  def self.engine(engine, property=nil)
9
9
 
10
- engine = engine.camelize
10
+ engine = engine.to_s.camelize
11
11
 
12
12
  engines() if ENGINES.empty?
13
13
 
@@ -56,6 +56,7 @@ module LesliSystem
56
56
  :name => engine,
57
57
  :path => engine_instance::Engine.routes.find_script_name({}),
58
58
  :version => engine_instance::VERSION,
59
+ :summary => gem_specification.summary,
59
60
  :description => gem_specification.description,
60
61
  :metadata => gem_specification.metadata,
61
62
  :build => engine_instance::BUILD,
@@ -69,6 +70,9 @@ module LesliSystem
69
70
  :name => "Root",
70
71
  :path => "/",
71
72
  :version => "1.0.0",
73
+ :summary => "",
74
+ :description => "",
75
+ :metadata => [],
72
76
  :build => "0000000",
73
77
  :dir => Rails.root.to_s
74
78
  }
@@ -84,6 +88,7 @@ module LesliSystem
84
88
  LesliAdmin
85
89
  LesliBabel
86
90
  LesliAudit
91
+ LesliMailer
87
92
  LesliShield
88
93
  LesliLetter
89
94
  LesliPapers
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LesliSystem
4
- VERSION = "1.0.2"
5
- BUILD = "1752589521"
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.2
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-15 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.