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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15e2352fd94c8dbf7fe85836e0c9b48a0dd8cc09e631674949ef301a28083dbc
4
- data.tar.gz: 8f618aba7e01370d35ec3d5a3cb66c4f7f637788487cb656dea2449c3334b96a
3
+ metadata.gz: 71983aa8581d877011125d29af477caff7110858cbe85683a537234b6543a8db
4
+ data.tar.gz: a7b94722aef5437b87de536c69b7c4a8edef556780b780ec5cee94ae01ccd526
5
5
  SHA512:
6
- metadata.gz: 14c65ca62831a314b49f92157cbe229c51da19d333274f16545a3b459450d7e789a4d21b7a9fd2a9a010d6029f8a27de08920a665bb16007d7b0aaad2641d645
7
- data.tar.gz: a778b94ef5bcd36571c8e91e8cf7c18cfe2fe7272a4f9bd573624806a94c22d246cd2ced383304d3ca3d41f9657d8d2b724dc0ce539ec575c5c34d6cebd27cc6
6
+ metadata.gz: cd935f3f8031454d67e6ac0f4fe3b2d038545fe17e565899015b762c91b98752a0bc395426a713071a0a176d155dca53d64f3c5d77b3fbe25289d2d050e85093
7
+ data.tar.gz: 2aa408b8b85bc9664cf72e2454e178e76436281b24d48811954c8e593ec085fdd7a7a31f99a2cbdd5dcdba6f6bc9918e8ae854102be23ba6d8efe962a019afb0
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AgentSettings
4
4
  # Current gem version.
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
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.0
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@ghinda.com
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/ghinda/agent_settings
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/ghinda/agent_settings
57
- source_code_uri: https://github.com/ghinda/agent_settings
58
- changelog_uri: https://github.com/ghinda/agent_settings/blob/main/CHANGELOG.md
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: