norn 0.0.1.pre.20260715152924 → 0.0.1.pre.20260715153755
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/norn/version.rb +1 -1
- data/norn.gemspec +5 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0bc76df3d1ce02ee6f6eb02b61bb93985cfdc24becdb8ce3c36b9942f7d2819
|
|
4
|
+
data.tar.gz: 28fd6f4697fae80de5dc2550e73ff19c6dcec794e557ba4c6a57f18d3c37632f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86e2fa5ddb86c67ee9b10c25d97450e520908d30014905fe6f65081883e9b84fb9e919d2b64c55cc1cd836e81490d827d1e648b5e3ccfb6870e54b96f6d761c7
|
|
7
|
+
data.tar.gz: 53eea24395faf27a3f06ac6b9672962ecf85f3a24e692f921ec6df7fa028c438c7d231127890e0861a7936e039dcc1647e79ca8582794e9403641a33118b7f09
|
data/lib/norn/version.rb
CHANGED
data/norn.gemspec
CHANGED
|
@@ -8,9 +8,13 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
|
|
9
9
|
spec.summary = "A pluggable LLM-driven agent development framework"
|
|
10
10
|
spec.homepage = "https://github.com/petrblaho/norn"
|
|
11
|
-
spec.license = "
|
|
11
|
+
spec.license = "GPL-3.0-only"
|
|
12
12
|
spec.required_ruby_version = ">= 3.0.0"
|
|
13
13
|
|
|
14
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
|
15
|
+
spec.metadata["source_code_uri"] = "https://github.com/petrblaho/norn"
|
|
16
|
+
spec.metadata["bug_tracker_uri"] = "https://github.com/petrblaho/norn/issues"
|
|
17
|
+
|
|
14
18
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
15
19
|
`git ls-files -z`.split("\x0").reject do |f|
|
|
16
20
|
f.match(%r{\A(?:test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: norn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.pre.
|
|
4
|
+
version: 0.0.1.pre.20260715153755
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Blaho
|
|
@@ -274,8 +274,11 @@ files:
|
|
|
274
274
|
- skills_loading_plan.md
|
|
275
275
|
homepage: https://github.com/petrblaho/norn
|
|
276
276
|
licenses:
|
|
277
|
-
-
|
|
278
|
-
metadata:
|
|
277
|
+
- GPL-3.0-only
|
|
278
|
+
metadata:
|
|
279
|
+
homepage_uri: https://github.com/petrblaho/norn
|
|
280
|
+
source_code_uri: https://github.com/petrblaho/norn
|
|
281
|
+
bug_tracker_uri: https://github.com/petrblaho/norn/issues
|
|
279
282
|
rdoc_options: []
|
|
280
283
|
require_paths:
|
|
281
284
|
- lib
|