coil 1.6.0 → 1.6.1

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: 3001a82b2760896be80a5ec56fc1204367165b28cc56af6b340ba87730313fbc
4
- data.tar.gz: 2ccb1e2086d97bce9ee46684a536505589fd10949ea08b071c0a2398800c6b8b
3
+ metadata.gz: 6585ea0b663bc817f16b5a10f4b63dcbc7978b7a4f869468c33706672cb1204d
4
+ data.tar.gz: d0cb7da9194256b429eceaae88f1a0860244da40c980470caf5caf9dfa0cf022
5
5
  SHA512:
6
- metadata.gz: 43cce1c487b9bdd6b92d463f7e96b28a28d784cd0b53f9ad2ca6574f6d51e3bbee1b46a9ca972ec51df9f7c920d58dacc51e5830f5283e4c67d006c3a8ef2c66
7
- data.tar.gz: 064a554c5af74a25cd3b72832ac2bc4fb3171b00c3b152c395382fbba14e9a6f4506623e0f94abce8eb5196a5a2ab1e66274fdd7e9a16ec8db7117f15fcddd73
6
+ metadata.gz: 7e7c8a7b98ed57bb9d25bca7fbdbfeb88ae14bc331d24494eb1964cd9eab723e6de59093bc0c6c02727b452b4d0b3753963600317b625d7ef4971dd907d9a0f5
7
+ data.tar.gz: 958f4e1ad44cb749365d581cb92bf2c2864363aae0bf0b9e17254a660c1f176077d67a5a65c3f87f67d1203c1cf0ce1a9d2c085cc74ba31641517109ca580f1d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## main
2
2
 
3
+ ## [1.6.1](https://github.com/OdekoTeam/coil/compare/1.6.0...1.6.1) (2026-03-16)
4
+ #### Fix
5
+ - Fix migration version ([63866a2](https://github.com/OdekoTeam/coil/commit/63866a21d0d54080b2ef8a37046237524b281089))
6
+
3
7
  ## [1.6.0](https://github.com/OdekoTeam/coil/compare/1.5.10...1.6.0) (2026-03-12)
4
8
  #### Fix
5
9
  - Eliminate deprecation warning ([12892d6](https://github.com/OdekoTeam/coil/commit/12892d65d0e5ca45b427ebcf307791e3c6ef9079))
@@ -1,6 +1,6 @@
1
1
  # typed: false
2
2
 
3
- class IndexInboxMessagesOnType < ActiveRecord::Migration[8.1]
3
+ class IndexInboxMessagesOnType < ActiveRecord::Migration[6.0]
4
4
  disable_ddl_transaction!
5
5
 
6
6
  # Indexing on `type` improves performance when a periodic job queries for all
@@ -1,6 +1,6 @@
1
1
  # typed: false
2
2
 
3
- class IndexOutboxMessagesOnType < ActiveRecord::Migration[8.1]
3
+ class IndexOutboxMessagesOnType < ActiveRecord::Migration[6.0]
4
4
  disable_ddl_transaction!
5
5
 
6
6
  # Indexing on `type` improves performance when a periodic job queries for all
data/lib/coil/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Coil
5
- VERSION = "1.6.0"
5
+ VERSION = "1.6.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Brennan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2026-03-12 00:00:00.000000000 Z
12
+ date: 2026-03-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails