moby.rb 2.1.4 → 2.1.5

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +5 -0
  3. data/README.md +5 -0
  4. data/lib/Moby/VERSION.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0731dc337a26603112431982b6cb714d4dce0ef3421c9cd31a415ca68c86e073
4
- data.tar.gz: 532d644e00709270aec04d65817a5a6bd83f195a62123e57751bcf397dadb23c
3
+ metadata.gz: b620cbd1973c1395b42c03de24255934a2ac9bcba7b33bdf45cb810014236730
4
+ data.tar.gz: f8b2f441d724d07481f2d99468dc3cc623f150aefb4ddffeeb1af9412da758bd
5
5
  SHA512:
6
- metadata.gz: a636754138641b636d0380aea0503c32c30f47fd9782880751961241f159e8c6ab75d5c9776d7d3c283e3fda14ab8f508c3f227e1eae234b633d4335415c2ea5
7
- data.tar.gz: 00ae1ac7bfd28e838c5ea3c45843740089aa5bd6b621c8106521f242f10f33c051a61a04602b0c4bf2d97caafc0d9c1c2832009a3c9c8bf7a7d3d8c5d01177d5
6
+ metadata.gz: e95358e8f0f9691159019ac920afe6c7148401d6eb9888448ccbc2da73a229e190ed846ee554728145258b23eb3c2deaf48cc99a403c96bc3e1c06156c2dc80b
7
+ data.tar.gz: e83fe26e8b0535d3f97d706be6477333850f1f9e518ea677ec43d6b18a0ae60af3673b35bae83b75a2da81a16e3cb5e66612ab39937b7052e3c33a473c6e1334
data/CHANGELOG CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## 20260821
4
4
 
5
+ 2.1.5: + README.md: a License section, saying MIT.
6
+
7
+ 1. + README.md: a License section, last, after Contributing. 2.1.4 renamed the licence file and left the README silent about it, so this was the one repository here carrying a LICENSE which its README never mentioned, the inverse of the four which named MIT with no file.
8
+ 2. ~ Moby::VERSION: /2.1.4/2.1.5/
9
+
5
10
  2.1.4: /LICENSE.txt/LICENSE/
6
11
 
7
12
  1. ~ LICENSE.txt --> LICENSE, so that the name matches the one every other repository here uses. impuri added its at 0.12.4 as LICENSE, and the tap's other nineteen are about to gain one under that name; this was the odd one out, and a licence file is looked for by name.
data/README.md CHANGED
@@ -170,3 +170,8 @@ Note that there's no equivalent short names for constructor arguments.
170
170
  3. Commit your changes: `git commit -am 'Add some feature'`
171
171
  4. Push to the branch: `git push origin my-new-feature`
172
172
  5. Create a new pull request
173
+
174
+
175
+ ## License
176
+
177
+ MIT
data/lib/Moby/VERSION.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # Moby::VERSION
3
3
 
4
4
  class Moby
5
- VERSION = '2.1.4'
5
+ VERSION = '2.1.5'
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.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran