pii_safe_schema 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 973800d3f7572f3584a1c1b9a1d2d03cc661ba91aeff6d46ff153a75ef318af4
4
- data.tar.gz: 5bdc3044877d04b323d443b80a56113439f17e92132337a5acb65c8f084ed9ff
3
+ metadata.gz: fb2eca68e8809e449917a93d9270960c1a5dbf97d95e176abc053a77fd2d46c2
4
+ data.tar.gz: 363c11b927b744dd1f53f1351d417930bf539acec66c0c9557a6e361d0789592
5
5
  SHA512:
6
- metadata.gz: a313d56d13d0225523d7d85e71c850d18b6036612ac838fefd436a1db2cb3daadc8ece18c63fe5df92c9a4c224284bdb0f35339503cf4ea5b3555bed037cb5bd
7
- data.tar.gz: d6a5907f4e961f6ebfa81c769694aed2fd5bccfb10f6d0334dd3bccd8511627242e4c408ec406626501fb064b000526cdadb45a7b6c1fbc4859408a05a8d22bb
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
@@ -1,3 +1,3 @@
1
1
  module PiiSafeSchema
2
- VERSION = '1.4.3'.freeze
2
+ VERSION = '1.4.4'.freeze
3
3
  end
@@ -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.3
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-06-01 00:00:00.000000000 Z
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: