ae_check_migrations_load_silently 1.5.0 → 1.7.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: f6dc8d19bdc268e26877e78bb5e17adca3a4336a57f1dd903cac781739491cf7
4
- data.tar.gz: a36795907481d0cfa28f0940936932091c14359c3332c63fb34d61e42a5890d7
3
+ metadata.gz: 53e3be700a483eb27ff57badd31a3c1722c0d2bc8b15119f5ac03f59e80b56ac
4
+ data.tar.gz: d50d4b5ef678058587a20d2e89bfc0bacbea3d370d26b0416d991fafbd1560a9
5
5
  SHA512:
6
- metadata.gz: 21eff9f59aa49e6bdbf94dc45a43083a80334f08e451a38c88acffc3b97bb45abb765acd54e61cd51d65ddcf6ee0f66c10f659d1f4221a4e23ab4be8b7a6da5b
7
- data.tar.gz: 5bb75c724214ff51297b9335dd7d57c4f3004fe34c00224bd06fbf089a917f07ca7d8ae14bb44dac7522869da8ba1fc9a43a754bc7632c000d174dc914b30e42
6
+ metadata.gz: e8d6e7af636faea25f7c0a331f000d379e3baab3febd657d87ae57cc45458b0932190b4fde39fda42707914dca4366fb7ecc9da8b493532b2a6cfbe0e0cd5b42
7
+ data.tar.gz: c5ee169c77d858c425266d7cff58b49e695d34d5fa8922ccb2a46f696118cf2913636f07e2cd3391dfea6a8c2bb3ccfee0fbeb4fec27e0f50005a6f8d05a342a
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
21
  spec.add_dependency('activerecord', ['>= 7.2', '< 8.2'])
22
- spec.add_dependency('minitest', ['>= 5.8', '< 6'])
22
+ spec.add_dependency('minitest', ['>= 5.8', '< 7'])
23
23
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AeCheckMigrationsLoadSilently
4
- VERSION = '1.5.0'
4
+ VERSION = '1.7.0'
5
5
  end
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: 1.5.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: '5.8'
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
- version: '6'
41
+ version: '7'
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,7 +48,7 @@ dependencies:
48
48
  version: '5.8'
49
49
  - - "<"
50
50
  - !ruby/object:Gem::Version
51
- version: '6'
51
+ version: '7'
52
52
  description: Check migrations do not affect database on load.
53
53
  email: opensource@appfolio.com
54
54
  executables: []
@@ -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.7.2
81
+ rubygems_version: 4.0.6
82
82
  specification_version: 4
83
83
  summary: Check migrations do not affect database on load.
84
84
  test_files: []