ae_network_connection_exception 1.8.0 → 1.9.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: 21e6c8118d5eafc8684a62cce8c95335747c307ef8b25961feef5dade9bf98c0
4
- data.tar.gz: 69d2689069e866658fc815e20abe545fb675e0f1b083b48ae1ed09362c5a99db
3
+ metadata.gz: 98a6357e85ada44ffd6d8dcd57c446fb93e3afbdb96ab6b0c47d4e3b3055a0bb
4
+ data.tar.gz: 7223fa05ebf27ae25a4fa2e17a35f1150eb2e9e6f6c60ed7f8a6a5497fd005b5
5
5
  SHA512:
6
- metadata.gz: 6d9f85a81cabb3f1a244d84e1f31d1a47057c679e72b7a19b72ac144f68301bcf3da4e64d41782669527f037253c17496b3c43c416b8b15c125f040d6ae9344d
7
- data.tar.gz: 8e03d47de1c57ea6a0676029f91d7c45274548ee3c4c8de83716fbe1e31dae8ecd6ae73f23ba4a9d9997145209e99e7f2c12c0762d11b2230339a7bd814bb720
6
+ metadata.gz: 5a77da7608a1b31faaec63b30a9dca444973347c690ede034b52eccc45107068dcdd7b8253ed6e420d1b8a40cdf6565dc604a9a1ae702b1c7f0053e28453d0bd
7
+ data.tar.gz: 23f1b57555ce7f1177268d1b00fd64eea9ce6b07b777db4e226a001a218bb96d74f898a92e3d2fc397e38b956dff72ed3cab7c3447228c78aa3880660016e98d
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2024 AppFolio, Inc
1
+ Copyright (c) 2015-2025 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
@@ -15,6 +15,6 @@ Gem::Specification.new do |spec|
15
15
  spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|.*gemspec)}] }
16
16
  spec.require_paths = ['lib']
17
17
 
18
- spec.required_ruby_version = Gem::Requirement.new('< 3.4')
18
+ spec.required_ruby_version = Gem::Requirement.new('< 3.5')
19
19
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
20
20
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AeNetworkConnectionException
4
- VERSION = '1.8.0'
4
+ VERSION = '1.9.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_network_connection_exception
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-29 00:00:00.000000000 Z
10
+ date: 2025-05-14 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Catch exceptions related to establishing a network connection and return
14
13
  a generic error.
@@ -26,7 +25,6 @@ licenses:
26
25
  - MIT
27
26
  metadata:
28
27
  allowed_push_host: https://rubygems.org
29
- post_install_message:
30
28
  rdoc_options: []
31
29
  require_paths:
32
30
  - lib
@@ -34,15 +32,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
32
  requirements:
35
33
  - - "<"
36
34
  - !ruby/object:Gem::Version
37
- version: '3.4'
35
+ version: '3.5'
38
36
  required_rubygems_version: !ruby/object:Gem::Requirement
39
37
  requirements:
40
38
  - - ">="
41
39
  - !ruby/object:Gem::Version
42
40
  version: '0'
43
41
  requirements: []
44
- rubygems_version: 3.5.3
45
- signing_key:
42
+ rubygems_version: 3.6.2
46
43
  specification_version: 4
47
44
  summary: Provides sane exceptions for network failures.
48
45
  test_files: []