pii_safe_schema 1.4.2 → 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: 433073ad99b049c37e16a022442070d149fbe0c9c3a7583f1889e2c61d862de5
4
- data.tar.gz: 6fa3b54cf2af939e1cf26e807a99023a9b1d77cb81994293bc065e95f666bfe9
3
+ metadata.gz: fb2eca68e8809e449917a93d9270960c1a5dbf97d95e176abc053a77fd2d46c2
4
+ data.tar.gz: 363c11b927b744dd1f53f1351d417930bf539acec66c0c9557a6e361d0789592
5
5
  SHA512:
6
- metadata.gz: fbaf01bfb0222feabe9eaec16c4d12b7a208311659960a4f321bd03e8871534b1202e4ccd803805de0132ea06970e64103ab1d930556c5e83f217b8f33153256
7
- data.tar.gz: c440c21ecc60a6a2d32bdfda90ba54ae00252c69013af129e75b89405d72e649500e7101cbe2130848244cd031a4929f981007d598ae36608149b36f8029bf82
6
+ metadata.gz: 81aff695f8290ac054ba085c60210608691ca3fd8ffa9a0a29e910a70cefcc008bd8f07263770cf8265644b22299fd8fac5091399c8ec5cca7e5d34bf8cc6f84
7
+ data.tar.gz: 619a9a89224aab8f49107c13bcea65e73458ae2e4789fde8d3b93624dd54fa877172054be6ef3bbb1f1470fc9551ad1cf222de3b51066cdd01a5a14c15de71ea
@@ -20,7 +20,7 @@ jobs:
20
20
  ruby-version: [2.7.5, 3.0.3]
21
21
  steps:
22
22
  # Need to fetch all refs, so we can check if the version has been bumped
23
- - uses: actions/checkout@v2
23
+ - uses: actions/checkout@v3
24
24
  with:
25
25
  fetch-depth: 0
26
26
 
@@ -46,7 +46,7 @@ jobs:
46
46
  needs:
47
47
  - preflight_check
48
48
  steps:
49
- - uses: actions/checkout@v2
49
+ - uses: actions/checkout@v3
50
50
 
51
51
  - uses: ruby/setup-ruby@v1
52
52
  with:
@@ -7,7 +7,7 @@ jobs:
7
7
  stale:
8
8
  runs-on: ubuntu-latest
9
9
  steps:
10
- - uses: actions/stale@v4
10
+ - uses: actions/stale@v8
11
11
  with:
12
12
  days-before-stale: 30
13
13
  days-before-close: 30
data/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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
+
11
+ ## 1.4.3 - 2023-05-11
12
+ ### Changed
13
+ - Updated workflows to use most recent Actions
14
+
7
15
  ## 1.4.2 - 2023-02-23
8
16
  ### Changed
9
17
  - Remove references to toolbox-script in workflows
@@ -1,3 +1,3 @@
1
1
  module PiiSafeSchema
2
- VERSION = '1.4.2'.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.2
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-03-06 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: