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.
- checksums.yaml +4 -4
- data/CHANGELOG +5 -0
- data/README.md +5 -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: b620cbd1973c1395b42c03de24255934a2ac9bcba7b33bdf45cb810014236730
|
|
4
|
+
data.tar.gz: f8b2f441d724d07481f2d99468dc3cc623f150aefb4ddffeeb1af9412da758bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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