aidp 0.19.0 → 0.19.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/README.md +1 -1
- data/lib/aidp/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25ff9a05d33bc6dc88dfac85b9fc37ff5023af5f756c1d7b2533b1d2f473b103
|
|
4
|
+
data.tar.gz: 11f7a0c6ca6d1c8b2f9f13475fe7d8a2ba9851f2ba09037264e6808171291d62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e05fe743a66e0370dff5a60194c824a71e1d99e8ffcbea03786ab9f8b98e7983ff9a01ce48bf6d2ac8f294781d9808715181f9d92f292dc6bfa4ca568a3a4175
|
|
7
|
+
data.tar.gz: 59774b09928fbc2e1b6e1023247aa5b2b1208531a965c2fe8c05f9012b2cb03a94a9ccf7dc6029a77086ed6f425a9570c3860b241a50094a6dd71c4053f782b6
|
data/README.md
CHANGED
|
@@ -60,7 +60,7 @@ This repository includes a `.devcontainer/` setup for developing AIDP itself:
|
|
|
60
60
|
code .
|
|
61
61
|
|
|
62
62
|
# Press F1 → "Dev Containers: Reopen in Container"
|
|
63
|
-
# Container builds automatically with Ruby 3.4.
|
|
63
|
+
# Container builds automatically with Ruby 3.4.7, all tools, and firewall
|
|
64
64
|
|
|
65
65
|
# Run tests inside container
|
|
66
66
|
bundle exec rspec
|
data/lib/aidp/version.rb
CHANGED