moby.rb 2.1.0 → 2.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/CHANGELOG +8 -0
- data/lib/Moby/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: 151e571fe3a31fb9c2d0a0c60d68373ce6a17ccfcbfc8984dd2e3ebb390a3e2a
|
|
4
|
+
data.tar.gz: 0163d6e624ee13c9c7ebc15f9b37863a8f48057bc27eba0b750a08a4b2a9e7b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ae26da0a077dc415fd3893da4a4ce3cdcd57e516180ce4ea6bb087cfd5e890113baeaf815f515995d8e8c580a01cd3e6de22ba9f131c9d34e69e138f42e15de
|
|
7
|
+
data.tar.gz: 82c419a15ce79f707d258ed375d22f1f27f8aa2338f5c89486606df39c0fc9f239dacab739fab6e3706fdd86e0fa2d485e52d694bf1d7fb76281b8cafaef15bd
|
data/CHANGELOG
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 20260817
|
|
4
|
+
|
|
5
|
+
2.1.1: Bring the .gitignore into line with the template.
|
|
6
|
+
|
|
7
|
+
1. + .gitignore: The `# .gitignore` heading the other repositories carry, and a `# AI` section ignoring .claude.
|
|
8
|
+
2. ~ .gitignore: /\/test\/tmp\/\n\/tmp\//tmp\//, one pattern covering both and any other tmp directory besides.
|
|
9
|
+
|
|
10
|
+
|
|
3
11
|
## 20260812
|
|
4
12
|
|
|
5
13
|
2.1.0: Expose the word list on the command line.
|
data/lib/Moby/VERSION.rb
CHANGED