pg_online_schema_change 0.9.3 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6adb7f29ff0c9da8f24fbf500607c09ade1dc317cfdf7b9f47adaea67b248e8
4
- data.tar.gz: 12505a58953eab715727bc0aace93627ada9219b400e3d39136876eb2e61c4f6
3
+ metadata.gz: 01d9f8568b13763a56446a47e4d1c9f8d04b4d29cfd5eec3f6bdafd4355ce163
4
+ data.tar.gz: c14d2ce856b0023484864559a8d39de9f05510b7123125df12028be5d4a280ea
5
5
  SHA512:
6
- metadata.gz: '085f9daeb48c1a4ca457b83c6b83a0c18ca03cd316afbdc9db66bfd071a0766327406607c0ce8ab8be2dc2cf2b84d9e815b40e73d67b492397b64496da86333d'
7
- data.tar.gz: 53da477897552e78dbf4fb9f10742d8f8d7f1a9a9bbd498128a61b7df6f38d0376b1560b823fab433841a1d67b705935c77c447efb760c128cf4245a20fb29a8
6
+ metadata.gz: bcf50ee7f529ce49c922ad5ff514233992ef5b3dcbe58fea8766efcb5ee0cce24798448e5d825a9b24a5f97a8e8864cd423dbb81898ebf3ab165a8e905745c58
7
+ data.tar.gz: 045a92a13bebe1e4ebdc8a09411b5c7536f12df800a1a66f4ad4709fdb1ec31a57ef98db136643042d87bda13945d46a52c228b3e9650e3a0a63efb4f2e1c186
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_online_schema_change (0.9.2)
4
+ pg_online_schema_change (0.9.4)
5
5
  ougai (~> 2.0.0)
6
6
  pg (>= 1.3.2, < 1.6.0)
7
7
  pg_query (>= 2.1.3, < 4.3.0)
@@ -14,8 +14,8 @@ GEM
14
14
  base64 (0.1.1)
15
15
  coderay (1.1.3)
16
16
  diff-lcs (1.5.0)
17
- google-protobuf (3.23.4-arm64-darwin)
18
- google-protobuf (3.23.4-x86_64-linux)
17
+ google-protobuf (3.24.3-arm64-darwin)
18
+ google-protobuf (3.24.3-x86_64-linux)
19
19
  haml (6.1.1)
20
20
  temple (>= 0.8.2)
21
21
  thor
@@ -23,7 +23,7 @@ GEM
23
23
  json (2.6.3)
24
24
  language_server-protocol (3.17.0.3)
25
25
  method_source (1.0.0)
26
- oj (3.15.0)
26
+ oj (3.16.1)
27
27
  ougai (2.0.0)
28
28
  oj (~> 3.10)
29
29
  parallel (1.23.0)
data/README.md CHANGED
@@ -289,6 +289,7 @@ bundle exec bin/pg-online-schema-change perform -a 'ALTER TABLE pgbench_accounts
289
289
  ## Releasing
290
290
 
291
291
  - Bump version in `version.rb`
292
+ - bundle install
292
293
  - Commit
293
294
  - `./scripts/release.sh 0.2.0`
294
295
  - Update `CHANGELOG.md`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgOnlineSchemaChange
4
- VERSION = "0.9.3"
4
+ VERSION = "0.9.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_online_schema_change
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shayon Mukherjee