crest 0.1.0 → 0.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.md +5 -0
- data/LICENSE.txt +1 -1
- data/lib/crest/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: 75faee574d6193d7dedbaf585f4260b503bfc0c773af9313669ba76bc4c2a7a9
|
|
4
|
+
data.tar.gz: 04e8c9160ca452c308deed21f9a5aad900068a9547f7149eae597c3336084b4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 482847bd72627b7016f551f46a3e89eac352bee26b9e4586322d90276dc3d95f47d82c2380743fbe1394f8e606b58812a55d622056fec278205d5e432875a531
|
|
7
|
+
data.tar.gz: 8ae58bf911147b1829be723453dfed043db427539e498d7c0d8a5a6f65ee0e319f4d5f217ae97b3f096159b323b125fd8cbebe00d5b0e5c29ca50bc829648fbe
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ For more information about changelogs, check [Keep a Changelog](http://keepachan
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## 0.1.1 - 2026-09-11
|
|
11
|
+
|
|
12
|
+
* [Fix] Name HouseAccount, Inc. as the copyright holder in the license, which 0.1.0 shipped
|
|
13
|
+
naming the author instead
|
|
14
|
+
|
|
10
15
|
## 0.1.0 - 2026-09-11
|
|
11
16
|
|
|
12
17
|
* [Feature] Build a vCard 3.0 from a name, a number and whatever else is worth saving --
|
data/LICENSE.txt
CHANGED
data/lib/crest/version.rb
CHANGED