umbrellio-sequel-plugins 0.17.0 → 0.17.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 +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/Gemfile.lock +1 -1
- data/lib/tasks/clickhouse.rake +1 -1
- data/umbrellio-sequel-plugins.gemspec +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 509bea44106329535735e0cf024664658bea452099e1e97c34c5f08a2ec76249
|
|
4
|
+
data.tar.gz: 76a9923cb2e91407f1545f0734f20c8dbd58a8a35db1bcd726d39d9d8ae227db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62bbe534739e5b3c575c145195bb47d5db7aeb6534d48c217cb70e52eb1028a738d5b7dfaaf07464c04bf4e2e50064fad4202f130bf417ded528244b01832d1b
|
|
7
|
+
data.tar.gz: 81dac1c286e1d41acbb726a040f6102376ee1f530fbe310618cba492640177d4230989dc813e409a8acda0a32a9872e452bd677b59657225986a9cb630b9f6bc
|
data/.github/workflows/ci.yml
CHANGED
data/Gemfile.lock
CHANGED
data/lib/tasks/clickhouse.rake
CHANGED
|
@@ -17,7 +17,7 @@ namespace :ch do
|
|
|
17
17
|
|
|
18
18
|
desc "Drop the ClickHouse database and truncate the migration tracking table"
|
|
19
19
|
task drop: :environment do
|
|
20
|
-
CH.drop_database(ClickHouse.config.database, cluster: "click_cluster")
|
|
20
|
+
CH.drop_database(ClickHouse.config.database, cluster: "click_cluster", if_exists: true)
|
|
21
21
|
DB.from(Sequel[:public][:clickhouse_migrations]).truncate
|
|
22
22
|
DB.from(Sequel[:public][:clickhouse_migrations_sources]).truncate
|
|
23
23
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: umbrellio-sequel-plugins
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Umbrellio
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sequel
|
|
@@ -77,7 +77,7 @@ homepage: https://github.com/umbrellio/umbrellio-sequel-plugins
|
|
|
77
77
|
licenses:
|
|
78
78
|
- MIT
|
|
79
79
|
metadata: {}
|
|
80
|
-
post_install_message:
|
|
80
|
+
post_install_message:
|
|
81
81
|
rdoc_options: []
|
|
82
82
|
require_paths:
|
|
83
83
|
- lib
|
|
@@ -92,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '0'
|
|
94
94
|
requirements: []
|
|
95
|
-
rubygems_version: 3.5.
|
|
96
|
-
signing_key:
|
|
95
|
+
rubygems_version: 3.5.22
|
|
96
|
+
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: Sequel plugins
|
|
99
99
|
test_files: []
|