activerecord-cipherstash-pg-adapter 0.7.18 → 0.7.19

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: b63d20e7f384a1c99d51a9e62df71e31d2b7bc8922ceef331bca44c6df6a51f5
4
- data.tar.gz: 79415c7a10129017bcbda51b0d0a7b49a65fbbca00f5e3106e81c0f180f03f83
3
+ metadata.gz: 434755829f962e1877c9c5e0214715ce75b9e9d0c96c6f544a8655a60f8903d7
4
+ data.tar.gz: 54352882cae8625a5ec9ccbc5282643285733855253e3d2cf354294282fd5026
5
5
  SHA512:
6
- metadata.gz: 4bc8910f06f955fe0fc3dc89cc7586b58d393be1138c509d7c416e9a9aba41f6dcd45805b8be42a7228f6313bd2a5dac37c6e209a5325846f2ae81de8bc9ec03
7
- data.tar.gz: e7dddac41c7c73eedf7aa3a78c318a4be6762ba5fadbeaf859c347cfe3aa808379bff84f56f4eeeafa3ed638e696edcc4d628b9589caeb62f17e3c17e225f319
6
+ metadata.gz: 6c9a1424e8262bf0f69b4df48629f93589f4d6d9162836823762220abba480c86caf249e44b492a274d9e7e0991f8e503474be99419f48de6cb3c34c715e8b43
7
+ data.tar.gz: cc2f81039c3ac7295125eeb68c6d1b6eca79be5ebc825f3f1c26a893c7207e759c2e1f7d45442c69f3bb9f9006358dd723ee466eb512c690126861db6663baeb
data/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.7.19] - 2023-09-01
10
+ ### Fixed
11
+
12
+ - Unintialized constant CipherStashPG::Table
13
+
9
14
  ## [0.7.18] - 2023-08-25
10
15
 
11
16
  ### Changed
@@ -589,7 +589,7 @@ module ActiveRecord
589
589
  end
590
590
 
591
591
  def update_table_definition(table_name, base) # :nodoc:
592
- ::CipherStashPG::Table.new(table_name, base)
592
+ CipherStashPG::Table.new(table_name, base)
593
593
  end
594
594
 
595
595
  def create_schema_dumper(options) # :nodoc:
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ActiveRecord
2
- CIPHERSTASH_PG_ADAPTER_VERSION = "0.7.18"
2
+ CIPHERSTASH_PG_ADAPTER_VERSION = "0.7.19"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-cipherstash-pg-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.18
4
+ version: 0.7.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robin Howard
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-25 00:00:00.000000000 Z
11
+ date: 2023-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord