lesli_system 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28356bfdbdc31259937f56ee05cec3e71d4d83e7d19e00cf54d3e18e3d765da1
4
- data.tar.gz: 922a34b96275b78efa01e7c2a425a456fbe742434dc52c1bdd863f66f8b5e56f
3
+ metadata.gz: cf98e3b8f2ae67c50087359d623885e3d0eb9d7974a39d0bc92157daefebb0e3
4
+ data.tar.gz: 7481b33a73135a5ea7aa3901fd48ae35a1bd14716eb3c4c7c1009033c1a4a411
5
5
  SHA512:
6
- metadata.gz: 0b112fe29aa5bfa716cf8ccfacd2cca529afeaac0c152356a0792597b919d62fd9daebded1977ff03e3778c0c81a5fe58ba03d82bd6ebc913377cea096205a1e
7
- data.tar.gz: d96544ea9192c913c4caabfd9d7c989ef0a9d8413cd1e583e1adf6a38ae0bf290ffacea941414922e8f834077fc0936bc5153ff38e0f7473f20d5b3a65a891bc
6
+ metadata.gz: 2ee90673c706601113133207b24e9ff11ec3b8d86df0ce4925e7d06939f6bc41e09701596891202eb03b9523c794cead8d82ec8ed3186753e70b81e4bddc7528
7
+ data.tar.gz: 057ca8386bfb54ade31c147ab09c700ffd17c9fc1920dfb9065e974cfa8c3d4f52276c47e6878f1e289b5eae019affc5a5097e1d9133c89c5ead00e7c9ac4595
@@ -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
  }
@@ -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.3"
5
+ BUILD = "1753332652"
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.3
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-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  LesliSystem provides shared, reusable system-level components for The Lesli Framework.