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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +8 -0
  3. data/lib/Moby/VERSION.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea5753adffb397d0fac04ca72298366c2bb8d9c87c066c2dfe8de3af606f510b
4
- data.tar.gz: 754b6d481b1987fb9b7ee4e921c5ca8b4705512a772311c807ecd3be903ea62f
3
+ metadata.gz: 151e571fe3a31fb9c2d0a0c60d68373ce6a17ccfcbfc8984dd2e3ebb390a3e2a
4
+ data.tar.gz: 0163d6e624ee13c9c7ebc15f9b37863a8f48057bc27eba0b750a08a4b2a9e7b3
5
5
  SHA512:
6
- metadata.gz: b3ead9e9efbd5b51a363c0da8a94cb70d953c0e3b3f0fbd70babfcd9b7676a7800ad885f0a1845d0eb34d5763119ffa74c61c57417234adcea41cca8a558a3fa
7
- data.tar.gz: 18db52de4d569c2a2e24de03ecc42d3f67ec6a0ecfda3e226c6820a596a8f8d5e23e0d56d7c893d958db124383c578b5fc23071628799ff030a4048db0f2802b
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
@@ -2,5 +2,5 @@
2
2
  # Moby::VERSION
3
3
 
4
4
  class Moby
5
- VERSION = '2.1.0'
5
+ VERSION = '2.1.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moby.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran