agent_settings 0.1.0 → 0.1.1
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/agent_settings/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71983aa8581d877011125d29af477caff7110858cbe85683a537234b6543a8db
|
|
4
|
+
data.tar.gz: a7b94722aef5437b87de536c69b7c4a8edef556780b780ec5cee94ae01ccd526
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd935f3f8031454d67e6ac0f4fe3b2d038545fe17e565899015b762c91b98752a0bc395426a713071a0a176d155dca53d64f3c5d77b3fbe25289d2d050e85093
|
|
7
|
+
data.tar.gz: 2aa408b8b85bc9664cf72e2454e178e76436281b24d48811954c8e593ec085fdd7a7a31f99a2cbdd5dcdba6f6bc9918e8ae854102be23ba6d8efe962a019afb0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agent_settings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lucian Ghinda
|
|
@@ -28,7 +28,7 @@ description: Clean interface to discover configuration file locations forAI codi
|
|
|
28
28
|
handles environment variable overrides, and determines which config is effective
|
|
29
29
|
based on precedence rules.
|
|
30
30
|
email:
|
|
31
|
-
- lucian@
|
|
31
|
+
- lucian@shortruby.com
|
|
32
32
|
executables: []
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
@@ -48,14 +48,14 @@ files:
|
|
|
48
48
|
- lib/agent_settings/registry.rb
|
|
49
49
|
- lib/agent_settings/version.rb
|
|
50
50
|
- llm.md
|
|
51
|
-
homepage: https://github.com/
|
|
51
|
+
homepage: https://github.com/lucianghinda/agent_settings
|
|
52
52
|
licenses:
|
|
53
53
|
- Apache 2.0 License
|
|
54
54
|
metadata:
|
|
55
55
|
allowed_push_host: https://rubygems.org
|
|
56
|
-
homepage_uri: https://github.com/
|
|
57
|
-
source_code_uri: https://github.com/
|
|
58
|
-
changelog_uri: https://github.com/
|
|
56
|
+
homepage_uri: https://github.com/lucianghinda/agent_settings
|
|
57
|
+
source_code_uri: https://github.com/lucianghinda/agent_settings
|
|
58
|
+
changelog_uri: https://github.com/lucianghinda/agent_settings/blob/main/CHANGELOG.md
|
|
59
59
|
rubygems_mfa_required: 'true'
|
|
60
60
|
rdoc_options: []
|
|
61
61
|
require_paths:
|