activerecord-postgres_pub_sub 0.5.0 → 1.0.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: ebf6c633ff0b76efd1bf00d8059fc54a691ccad0a990a3d593d24a30df1e677d
4
- data.tar.gz: f84a773e2d4039f05f4515a024a34587d21410bd2d1c9e523eb32d6518c52dde
3
+ metadata.gz: d9d482f4ac30b38195a83efedf40fdff020b0e86036f01219a60fded1cd485a0
4
+ data.tar.gz: df2450758c9ed84a2f68c8fdf792abd22b1a6a5da9fffb5242f7ed0563439738
5
5
  SHA512:
6
- metadata.gz: 4682a3de826142c749654142ac035738147c0437f35e97a1611812e3efdf1609f192bbcfc108df3c97ed57e5d6faee61899602215fd33e0e0fbc4fb3a39a9259
7
- data.tar.gz: 3b155fc88ca4b47b0bb693cccee9c232c60e8a11052e69a51161d7c046d5bb7000b6a0a2c7114e40410e3b2fc5e03105061dbb81bc2c55eeccf658eada431123
6
+ metadata.gz: 5f47e42a45ec5405a550e62b4315e724d0245d27b9d6ec26b7a663e4929bb67cfdf09945c8d4b606a0e2523ecb0b93cc4ab232bcabf8e23e717a186989452dc1
7
+ data.tar.gz: bcd2386684a6f1efffc7daae92555cd72081fd1867bcca2d346c5c153d9d7a8955ed3f6d9735e577f40a720e9e6dbcbb570e44ac7ed5f06e6b501e4521a1ba57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # activerecord-postgres_pub_sub
2
2
 
3
+ ## v1.0.0
4
+ - No change.
5
+
3
6
  ## v0.5.0
4
7
  - Add support for pg 1.1.3
5
8
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveRecord
4
4
  module PostgresPubSub
5
- VERSION = "0.5.0"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-postgres_pub_sub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-26 00:00:00.000000000 Z
11
+ date: 2019-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  version: '0'
261
261
  requirements: []
262
262
  rubyforge_project:
263
- rubygems_version: 2.7.6
263
+ rubygems_version: 2.7.9
264
264
  signing_key:
265
265
  specification_version: 4
266
266
  summary: Support for Postgres Notify/Listen