migrate-hack 0.1.6 → 0.1.8
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/bin/migrate-hack.sh +1 -1
- metadata +4 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd1e9189d0d4d8ffdf396f4a67a453b4bce62c7a94a06bd94bfb638b864adb2e
|
4
|
+
data.tar.gz: ff5f571a5bc7de78aec490956d629caa47eaf275909d48f728a52a3aa8f8116a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7efaca36920ccbafb4550bc0fe297e30c116a222375a39b77f59abad3ccd9ef7d8544084f08b0bf61ee9e2c1fe0dc5427ed31e59b8d052488666554d7a71a739
|
7
|
+
data.tar.gz: 536254792554299cb78ae5c5898238df773cf3b43cb36bf1561845d9813491f532444cfca11d02d45c03eacf3821445148ec507e8f27b9df53ca1d804e2784e7
|
data/bin/migrate-hack.sh
CHANGED
metadata
CHANGED
@@ -1,23 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: migrate-hack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carlos Zillner
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-28 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
|
-
description:
|
13
|
-
|
14
|
-
|
15
|
-
--------------------------------
|
16
|
-
|
17
|
-
⚠️ Warning: This gem modifies the files in the repository where it is executed according to git history, but then restores everything to normal.
|
18
|
-
Do not run it on servers that are actively serving the application.
|
19
|
-
Run it in parallel.
|
20
|
-
|
12
|
+
description: "This gem checks out previous commits to run migrations, then restores
|
13
|
+
everything back to normal.\n\n"
|
21
14
|
email:
|
22
15
|
- carlos@function.ws
|
23
16
|
executables:
|
@@ -51,4 +44,3 @@ rubygems_version: 3.6.6
|
|
51
44
|
specification_version: 4
|
52
45
|
summary: Runs old migrations without conflicts
|
53
46
|
test_files: []
|
54
|
-
...
|