ae_check_migrations_load_silently 1.4.0 → 1.6.0

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: 260752fb3e6a4c77a17641a1c7ff9b65af66b7c69380fcc6e36c5a0ff836778c
4
- data.tar.gz: 1ac05d01198c41bdc9252ddcf8ca7bf751564856258047e3c89382ecf2f613fd
3
+ metadata.gz: 96ca21d1db45380e121aa57e403b7358f90747c64aca07fa7c7928ea47b7beb3
4
+ data.tar.gz: a26ed3374dd7accdcd1468b779df814de93bf3a20b61b90383a32fa30299c30a
5
5
  SHA512:
6
- metadata.gz: 6a7cce78d667a29266f5f30e70af74eb0499a335f933028d7c2f038f2732510ae1292c431d5aa12bbdb25e5d88ef9253ada0ea734b564946b9c41ffd0a109ccb
7
- data.tar.gz: 49e1300f9df60263357bbb2ec41ffe543669f8bcd3c28e759901b4cabebca66415b81289cf2b19606a4cf2d6ece89e9b4aad29818da478374893855e3e3b4937
6
+ metadata.gz: cbe97774935f5fea7113298d4fa6e21a74f6d55c0bc272be6953a22036d41809eca7709ff34911c76daa13f19173fb967bb106ba2e8a534177aa928cb9632881
7
+ data.tar.gz: 25e738284a22fb6886bce2c88858a8e1c1d590d922bead53045c9a56bb6a40f37c09c35da5dcf93290a2e71bc846fe5b127a6fc29f938137e13c1f2a51fb22f3
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2025 AppFolio, Inc
1
+ Copyright (c) 2020-2026 AppFolio, Inc
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -12,12 +12,12 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = spec.description
13
13
  spec.homepage = 'https://github.com/appfolio/ae_check_migrations_load_silently'
14
14
  spec.license = 'MIT'
15
- spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|.*gemspec)}] }
15
+ spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|ae_check_migrations_load_silently\.gemspec)}] }
16
16
  spec.require_paths = ['lib']
17
17
 
18
- spec.required_ruby_version = Gem::Requirement.new('< 3.5')
18
+ spec.required_ruby_version = Gem::Requirement.new('< 4.1')
19
19
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
20
20
 
21
- spec.add_dependency('activerecord', ['>= 7', '< 8.1'])
21
+ spec.add_dependency('activerecord', ['>= 7.2', '< 8.2'])
22
22
  spec.add_dependency('minitest', ['>= 5.8', '< 6'])
23
23
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AeCheckMigrationsLoadSilently
4
- VERSION = '1.4.0'
4
+ VERSION = '1.6.0'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_check_migrations_load_silently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-05-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activerecord
@@ -15,20 +15,20 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: '7'
18
+ version: '7.2'
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: '8.1'
21
+ version: '8.2'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: '7'
28
+ version: '7.2'
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: '8.1'
31
+ version: '8.2'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: minitest
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -71,14 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "<"
73
73
  - !ruby/object:Gem::Version
74
- version: '3.5'
74
+ version: '4.1'
75
75
  required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.6.2
81
+ rubygems_version: 4.0.7
82
82
  specification_version: 4
83
83
  summary: Check migrations do not affect database on load.
84
84
  test_files: []