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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9dc4d7a9b05b8695db3c4e8b3f0c18f613118a12fa05582dbb0c1dff89930008
4
- data.tar.gz: 68c46a66187aced0398e012a23c61344d886e9cf298b0645be794012d1163dde
3
+ metadata.gz: 62f02fac802f20df55f4249e14bf4a6f35982b1314379de276a3869f911c1806
4
+ data.tar.gz: 296a21673ad2e68e2d0cb307a2726e674b4d82fde8e33362dd13226b87e75056
5
5
  SHA512:
6
- metadata.gz: 6baba3f5190ebbe9dea450d9cc9059dd80166867e35ffc6e574e6616c201f1a71d77649fae5c8f8418a263f0f0ec57c12c52c1cb278942e528f92ca417146e0a
7
- data.tar.gz: 26fadec1e587076366e2f01563d4f1ad348c45fc2e2a41d813de312f7aa2b57deedc200716ad5e578f315fe534055a658f1bb47573e9fa5960015ac80ba2e7ae
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 compatable with our release process. This is likely
21
- because the migration has database modifiying code on the
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.0
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: