activerecord-postgres_pub_sub 3.1.0 → 3.2.0

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: ac9d3e5f76638e39f57309154e7f0247542900d890198c34b97f7c4a7fe59617
4
- data.tar.gz: 12aecc1fb055da99b65bff2485013098fc21787acec507448eed4a74228f7f7a
3
+ metadata.gz: 1cb69d273b9a089aba2036768aa6b2b197b143b8bd25e8d532f83b959f6e0d50
4
+ data.tar.gz: 57045a8c9edd4a1d574d0df328bb08db3b5bf0918750998ca2abeb1b0c6f27ea
5
5
  SHA512:
6
- metadata.gz: 5b73681b59103dca8497335bd2ce30a0af8c64a0b6bd2232af7669290f17d19c6752965c80c7283ae2dac8b1ef97433f085cb4ad63227c9fbf7264dc948b91ce
7
- data.tar.gz: 559a89e6ce84ec81e5d57d4e0106746702aa0a7556e0d393e1c3c7ebe91fc25e79ea8690bc9c7f54987df618f71565a106d9ba81519be88418a93238b6a398ba
6
+ metadata.gz: 92d1a72526b8fb3aa3bdff6b140af91e17f60cb18dd7b46dd611f08511240fe42a6fb1ea8402333d9371376b15a0357fee2c097f87927858cb4d08a9dfd82c0e
7
+ data.tar.gz: df10288b335b51fad8a82e2c85640c22f1d945b8716cfbda2c146945d1aa5ab6c7c105a3d300ea927c5eff2741a59d5842b2bb78861cc3617a875901224981e2
data/Appraisals CHANGED
@@ -2,10 +2,12 @@
2
2
 
3
3
  appraise "activerecord_6.1" do
4
4
  gem "activerecord", ">= 6.1.0", "< 6.2"
5
+ gem "concurrent-ruby", "1.3.4"
5
6
  end
6
7
 
7
8
  appraise "activerecord_7.0" do
8
9
  gem "activerecord", ">= 7.0.0", "< 7.1"
10
+ gem "concurrent-ruby", "1.3.4"
9
11
  end
10
12
 
11
13
  appraise "activerecord_7.1" do
@@ -15,3 +17,7 @@ end
15
17
  appraise "activerecord_7.2" do
16
18
  gem "activerecord", ">= 7.2.0", "< 7.3"
17
19
  end
20
+
21
+ appraise "activerecord_8.0" do
22
+ gem "activerecord", ">= 8.0.0", "< 8.1"
23
+ end
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # activerecord-postgres_pub_sub
2
2
 
3
+ ## v3.2.0
4
+ - Add support for ActiveRecord 8.0
5
+ - Add support for Ruby 3.4
6
+
3
7
  ## v3.1.0
4
8
  - Add support for ActiveRecord 7.2
5
9
  - Add support for Ruby 3.3
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.require_paths = ["lib"]
37
37
  spec.required_ruby_version = ">= 3.0.0"
38
38
 
39
- spec.add_runtime_dependency "activerecord", "> 6.0", "< 7.3"
39
+ spec.add_runtime_dependency "activerecord", "> 6.0", "< 8.1"
40
40
  spec.add_runtime_dependency "pg", "~> 1.1"
41
41
  spec.add_runtime_dependency "private_attr"
42
42
  spec.add_runtime_dependency "with_advisory_lock"
@@ -3,5 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "activerecord", ">= 6.1.0", "< 6.2"
6
+ gem "concurrent-ruby", "1.3.4"
6
7
 
7
8
  gemspec path: "../"
@@ -3,5 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "activerecord", ">= 7.0.0", "< 7.1"
6
+ gem "concurrent-ruby", "1.3.4"
6
7
 
7
8
  gemspec path: "../"
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", ">= 8.0.0", "< 8.1"
6
+
7
+ gemspec path: "../"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveRecord
4
4
  module PostgresPubSub
5
- VERSION = "3.1.0"
5
+ VERSION = "3.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-postgres_pub_sub
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-17 00:00:00.000000000 Z
10
+ date: 2025-02-04 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activerecord
@@ -19,7 +18,7 @@ dependencies:
19
18
  version: '6.0'
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '7.3'
21
+ version: '8.1'
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +28,7 @@ dependencies:
29
28
  version: '6.0'
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '7.3'
31
+ version: '8.1'
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: pg
35
34
  requirement: !ruby/object:Gem::Requirement
@@ -215,6 +214,7 @@ files:
215
214
  - gemfiles/activerecord_7.0.gemfile
216
215
  - gemfiles/activerecord_7.1.gemfile
217
216
  - gemfiles/activerecord_7.2.gemfile
217
+ - gemfiles/activerecord_8.0.gemfile
218
218
  - lib/activerecord-postgres_pub_sub.rb
219
219
  - lib/activerecord/postgres_pub_sub/listener.rb
220
220
  - lib/activerecord/postgres_pub_sub/version.rb
@@ -225,7 +225,6 @@ licenses:
225
225
  - MIT
226
226
  metadata:
227
227
  allowed_push_host: https://rubygems.org
228
- post_install_message:
229
228
  rdoc_options: []
230
229
  require_paths:
231
230
  - lib
@@ -240,8 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
239
  - !ruby/object:Gem::Version
241
240
  version: '0'
242
241
  requirements: []
243
- rubygems_version: 3.2.33
244
- signing_key:
242
+ rubygems_version: 3.6.2
245
243
  specification_version: 4
246
244
  summary: Support for Postgres Notify/Listen
247
245
  test_files: []