hoardable 0.19.3 → 0.19.5

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: 27747103c387757c5faf3cf3771651d221d67b8367d5b6f6623a34c43b3afe9d
4
- data.tar.gz: 4abd9206358508019a69273c33fe9d772ad28b9ea4f76f85f499315b17bd99c2
3
+ metadata.gz: a6f31a9da610dfb039bb478370d50c10de00ddd92a3b7d7fed56ba3b31c6efda
4
+ data.tar.gz: 56b31a0137f6c141d0a0d0892967e4fe6ce2677a60a3b30cd9bfdb780e771d6f
5
5
  SHA512:
6
- metadata.gz: a771a19b506f170a17fd672219a4899dcbfebc55e9ab2422a2d22198d0efd6c13667e5fbb2c69e1da724222bb9f9923fc4263f7b3ae14b3e260c62cc22eb42fd
7
- data.tar.gz: c8eab3064758767b33f46943f0e09544e096545ad3f436c3b43e237d5be6e11589bc7840241561ddd04f860a1371656285badcd3a890cc003244829d6abf4010
6
+ metadata.gz: 570e74d13169c08cb6caa0f478264588ffbbc7eed1701911dcaf22254f7799753df34df87b2ee44a323ef065249e1d97bdb12e4142cff0a5921118f8aa5b9739
7
+ data.tar.gz: 9ae737967fdb74a154b4f215f84c195db8f608c6d156906c6283965be135fcbc8e9a33d426ee96623ee3e1c9003916159cdf7c1da6fe71bbabba4fa55c7c1ed2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.19.5
2
+
3
+ - Autopublish new versions from GitHub action
4
+
1
5
  ## 0.19.3
2
6
 
3
7
  - Support providing `event_uuid` in `with`.
@@ -58,4 +62,3 @@
58
62
  - *Breaking Change* - Support for Ruby 2.6 is dropped
59
63
  - Adjusts the migration and install generators to use the `fx` gem so that Rails 7+ can use `schema.rb`
60
64
  instead of `structure.sql`
61
-
data/README.md CHANGED
@@ -520,7 +520,7 @@ deletion.
520
520
 
521
521
  ## Testing
522
522
 
523
- Hoardable is tested against a matrix of Ruby 3 versions and Rails 7 & 8. To run tests locally, run:
523
+ Hoardable is tested against a matrix of Ruby 3 & 4 and Rails 7 & 8. To run tests locally, run:
524
524
 
525
525
  ```
526
526
  rake
@@ -9,7 +9,7 @@ module Hoardable
9
9
  def tables(stream)
10
10
  super
11
11
  dump_inherited_tables(stream)
12
- empty_line(stream)
12
+ stream.puts
13
13
  functions(stream)
14
14
  triggers(stream)
15
15
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hoardable
4
- VERSION = "0.19.3"
4
+ VERSION = "0.19.5"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoardable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.3
4
+ version: 0.19.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - justin talbott
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-11-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activerecord
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  - !ruby/object:Gem::Version
176
176
  version: '0'
177
177
  requirements: []
178
- rubygems_version: 3.6.2
178
+ rubygems_version: 4.0.3
179
179
  specification_version: 4
180
180
  summary: An ActiveRecord extension for versioning and soft-deletion of records in
181
181
  Postgres