ae_check_migrations_load_silently 0.2.0 → 0.2.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/lib/ae_check_migrations_load_silently.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62f02fac802f20df55f4249e14bf4a6f35982b1314379de276a3869f911c1806
|
4
|
+
data.tar.gz: 296a21673ad2e68e2d0cb307a2726e674b4d82fde8e33362dd13226b87e75056
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '05984d92c1dfa3426a838f491704e2f3106a6001742ddd55405bf9b9dc2264ce37eedfed31fa9b340acfb09e1a4e6a2f55ad0b74d655b9b55f4af5cc5a086b7e'
|
7
|
+
data.tar.gz: 4f690af9fb698c18087eb445524a370bf3189735b95b67ecdb68fd0a776eddfa77289e0c3172c5017dac825fa1d444dbd26a8234f6c4d35c4c55041060a8bfc1
|
@@ -17,8 +17,8 @@ module AeCheckMigrationsLoadSilently
|
|
17
17
|
if tables_modified.present?
|
18
18
|
error_message = <<~MSG
|
19
19
|
The following tables were modified when the migration classes were
|
20
|
-
loaded. This is not
|
21
|
-
because the migration has database
|
20
|
+
loaded. This is not compatible with our release process. This is likely
|
21
|
+
because the migration has database modifying code on the
|
22
22
|
class rather than inside a method.
|
23
23
|
#{tables_modified.sort.join("\n")}
|
24
24
|
MSG
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ae_check_migrations_load_silently
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Appfolio
|
@@ -31,7 +31,7 @@ extensions: []
|
|
31
31
|
extra_rdoc_files: []
|
32
32
|
files:
|
33
33
|
- lib/ae_check_migrations_load_silently.rb
|
34
|
-
homepage:
|
34
|
+
homepage: https://github.com/appfolio/ae_check_migrations_load_silently
|
35
35
|
licenses: []
|
36
36
|
metadata: {}
|
37
37
|
post_install_message:
|