schema_reaper 1.0.9 → 1.0.10

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: e86ae3d2cb33da4bdf545809519f27fb5104e73f4996bb650e2fd3d3f9232067
4
- data.tar.gz: fa0faef4c064a923bd2d699d6fbc3b58d364f7d94a3a0cf67efc93e86ec889b1
3
+ metadata.gz: f8051cffdf927a39467d51f207093a09be0cc89d5641da5f28f1fc3768b47544
4
+ data.tar.gz: d79042e789a967b678afdd6808131c16577706fb2726da94cc3b6e95eea5c945
5
5
  SHA512:
6
- metadata.gz: 4a49eb0d8ff830df84543e945ae809af391f86fc3259cf69d3189a5c60eff90478d59b2bf914af7eed57104f924ed1034c26b94eabd662e8d5a73192e44b38b1
7
- data.tar.gz: f83a196f89bda5b52ce31598c80e4300e6816b93519e810b60febaa588647a4d3432b049567baff48482d2ab362226581a02a918284fc823a0bcccebb828604c
6
+ metadata.gz: a8526fa89f8f9c449ea3638c196c3e9c042a68f27b547b3a471166942e636154205f506ff19504cb45b8aa55070f6d176e5fb0cab1e772ae2202f8d6e6454a7c
7
+ data.tar.gz: fb9d147aacb72e4c44a25ab57388005d7d17e7779430ade83e098f6c2ddf4878dafd441b3d211341fd71382ebaafa46a0ef26698cdb0f604d8e6d157ea914f95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## [1.0.9] - 2026-09-09
3
+ ## [1.0.10] - 2026-09-09
4
+
5
+ Supersedes 1.0.9, which was published to RubyGems from an incomplete cut and
6
+ is missing the fixes below. Use 1.0.10.
4
7
 
5
8
  ### Added
6
9
  - Automatic database connection in a Rails app. If `database_url:` is not set in
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SchemaReaper
4
- VERSION = "1.0.9"
4
+ VERSION = "1.0.10"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schema_reaper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - aksshatt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2026-09-09 00:00:00.000000000 Z
12
+ date: 2026-09-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: prism