pii_safe_schema 1.4.3 → 1.4.4
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 +4 -0
- data/lib/pii_safe_schema/version.rb +1 -1
- data/pii_safe_schema.gemspec +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb2eca68e8809e449917a93d9270960c1a5dbf97d95e176abc053a77fd2d46c2
|
|
4
|
+
data.tar.gz: 363c11b927b744dd1f53f1351d417930bf539acec66c0c9557a6e361d0789592
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81aff695f8290ac054ba085c60210608691ca3fd8ffa9a0a29e910a70cefcc008bd8f07263770cf8265644b22299fd8fac5091399c8ec5cca7e5d34bf8cc6f84
|
|
7
|
+
data.tar.gz: 619a9a89224aab8f49107c13bcea65e73458ae2e4789fde8d3b93624dd54fa877172054be6ef3bbb1f1470fc9551ad1cf222de3b51066cdd01a5a14c15de71ea
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## 1.4.4 - 2023-07-26
|
|
8
|
+
### Added
|
|
9
|
+
- chore: add changelog link to gemspec
|
|
10
|
+
|
|
7
11
|
## 1.4.3 - 2023-05-11
|
|
8
12
|
### Changed
|
|
9
13
|
- Updated workflows to use most recent Actions
|
data/pii_safe_schema.gemspec
CHANGED
|
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
|
|
11
11
|
s.summary = 'Schema migration tool for checking and adding comments on PII columns.'
|
|
12
12
|
s.homepage = 'https://github.com/wealthsimple/pii_safe_schema'
|
|
13
|
+
s.metadata['changelog_uri'] = 'https://github.com/wealthsimple/pii_safe_schema/blob/master/CHANGELOG.md'
|
|
13
14
|
s.license = "MIT"
|
|
14
15
|
s.required_ruby_version = Gem::Requirement.new(">= 2.6")
|
|
15
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pii_safe_schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexi Garrow
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colorize
|
|
@@ -332,7 +332,8 @@ files:
|
|
|
332
332
|
homepage: https://github.com/wealthsimple/pii_safe_schema
|
|
333
333
|
licenses:
|
|
334
334
|
- MIT
|
|
335
|
-
metadata:
|
|
335
|
+
metadata:
|
|
336
|
+
changelog_uri: https://github.com/wealthsimple/pii_safe_schema/blob/master/CHANGELOG.md
|
|
336
337
|
post_install_message:
|
|
337
338
|
rdoc_options: []
|
|
338
339
|
require_paths:
|