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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cad1f39fb20344579f8ba34190bf9ee7dc17f8fa4bea75a581f9219c74cc589
4
- data.tar.gz: a227eaf7e1d5fc43864fcb9ce019e3e9575703549e72cdad8a5a22667716c6fc
3
+ metadata.gz: 75faee574d6193d7dedbaf585f4260b503bfc0c773af9313669ba76bc4c2a7a9
4
+ data.tar.gz: 04e8c9160ca452c308deed21f9a5aad900068a9547f7149eae597c3336084b4b
5
5
  SHA512:
6
- metadata.gz: e18330c407056f688bc665a6f01588204a9faf5036fd2088802d73891cc506fdb8e31c50a0c456f6fa85da653b3af22d2c15e0b0d314b3e2dd91da2522e9af55
7
- data.tar.gz: 5f4db2d8af24f882704f0b83af41122739fe294f56859cb9f1df435b1090409ab27760e954022c8496178a3ddbe65b04189a0088216acc94ec99b0ed5ce8b7b2
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
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2026 Claudio Baccigalupo
3
+ Copyright (c) 2026 HouseAccount, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/lib/crest/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Crest
2
2
  # The version of this gem, as RubyGems knows it.
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo