umbrellio-sequel-plugins 0.14.0.188 → 0.14.0.192

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e24ce4517e19a54e3e0cd89f3b0913392fcf158cdb4c69c1b220dacaf7e2147a
4
- data.tar.gz: ed88969b8f1ba10b3f7490c0a27b2182069bfb2c14d93ccc9e6307745cf1b2fa
3
+ metadata.gz: 62df42e1d4a608c7a2f6f4d3b33956b0e8d7c962de1f4ba970b5ddb3e858c9df
4
+ data.tar.gz: cc6dadf3aaea66e8af9e694996144daee03ca8af13893d8e930fb8b28f20b254
5
5
  SHA512:
6
- metadata.gz: c3d73730120101b9c43808dc7ba9c477e334b26194acf879a4265d63e9cbd38348b41d2abcf6c3d774ae9a103279b7ea4876b5c49fef32b70626c95a1b802a07
7
- data.tar.gz: 7e828359e7c852f9d01e8a5c08062ef082c14d1e345c2a415937d8b7f471b50b568ad9efb6cc29af0bcaac27d9847bc144d59276cd1e82b153ee99f617fb14ad
6
+ metadata.gz: '0961d5fce4dd8f7d0aaba3152577c22e097bff92b66cf7b7a716c39693272b020fcfc0fb91f4bca530617559e7cfa4c2ed97cbd7c7807084c0eae458910a6a77'
7
+ data.tar.gz: e31c2fc3285cb90b2780d2718f6e854fd8bee2c7d54a9e988df766348ecd3838cb92243c1de210f9b5fc4ff2ef4d3acc53edc5271d8cd66cc65cf5d91547c681
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- umbrellio-sequel-plugins (0.13.0)
4
+ umbrellio-sequel-plugins (0.14.0)
5
5
  sequel
6
6
  symbiont-ruby
7
7
 
@@ -20,7 +20,7 @@ namespace :sequel do
20
20
  missing_migrations = applied_migrations - filesystem_migrations
21
21
 
22
22
  if missing_migrations.any?
23
- missing_migrations.each do |migration|
23
+ missing_migrations.sort.reverse_each do |migration|
24
24
  DB.log_info("Rolling back migration #{migration}...")
25
25
  migrator.undo(migration)
26
26
  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.14.0.188
4
+ version: 0.14.0.192
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Umbrellio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-10 00:00:00.000000000 Z
11
+ date: 2023-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel