agents_homedir 0.2.0 → 0.2.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: bf6fd03cba5c18aabe164b570713a2325ecc1c3e63e18b549a139f59ca6106f5
4
- data.tar.gz: d94e85db49e3dbe707510d0c7c1cff2b671b9b8b9de8d37b01f60be532a7311e
3
+ metadata.gz: 1d61b982612d80a5eb1cbd373a8825d63e14158c053da95fb7319fe3f0aee950
4
+ data.tar.gz: b78e40ee6101ce6ebbdb6a4aabde71433fe7051c7aea8dd7a375d11c954ab857
5
5
  SHA512:
6
- metadata.gz: 46f95d8b34b619f687de3df317c25ba3a22e9766087b12868ba9da99222c1fb8b82e58989385c7f56b3c006cc3ef3442c3cbb50b9fd3ebd7c909c131eca0aae6
7
- data.tar.gz: 2d0d6fe28f6ea9b0c470775bd86e9fa06c71a640d45d8eb8e0f8d508032482cfa0ea0b12ad9aa684583a0b3f164541a9cb59e04443ad34d5e193e09f32ada862
6
+ metadata.gz: 05ea1b2590030f4319b65cdd4ccf089a8aa1d459fb5976d6a1736c2a82ccb96c738babf2a24dea7bd8d46732d441536c9c1e3b7f2ec1bc6e481a125081c84b14
7
+ data.tar.gz: 0e602fd4904be005bbb7eb06bd10fc51ddbd61597177da932717afbd4852ec680e6badb68f0d5b4d5f4ca8153b4692c7cd2c9df7df3974ed085ceb3d41b2b6d1
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Find the home folder an AI coding agent uses, without reading contents.
4
4
 
5
- <img width="1400" height="850" alt="agents_homedir-demo" src="https://github.com/user-attachments/assets/8bccd83b-a81b-4f8e-9414-5eee67a127b4" />
5
+ <img width="1400" height="850" alt="agents_homedir-demo" src="https://github.com/user-attachments/assets/62fa43bc-5df6-42c0-af2c-1f25ea7070a1" />
6
6
 
7
7
 
8
8
  ## Installation
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AgentsHomedir
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agents_homedir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucian Ghinda
@@ -99,8 +99,8 @@ dependencies:
99
99
  - - "~>"
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0.9'
102
- description: Helpers for resolving and normalizing home directories used by AI coding
103
- agents.
102
+ description: 'DEPRECATED: renamed to agent_homedir. Helpers for resolving and normalizing
103
+ home directories used by AI coding agents.'
104
104
  email:
105
105
  - lucian@ghinda.com
106
106
  executables: []
@@ -136,6 +136,7 @@ metadata:
136
136
  bug_tracker_uri: https://github.com/lucianghinda/agents_homedir/issues
137
137
  changelog_uri: https://github.com/lucianghinda/agents_homedir/blob/main/CHANGELOG.md
138
138
  rubygems_mfa_required: 'true'
139
+ post_install_message: 'agents_homedir has been renamed to agent_homedir: https://github.com/lucianghinda/agent_homedir'
139
140
  rdoc_options: []
140
141
  require_paths:
141
142
  - lib