faithteams-api 4.1.1 → 4.2.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: 35b52db8cca36a217c3b9b1a1f653f5fc99843606b805909a4aeeb879f404d32
4
- data.tar.gz: 7f79fdcee9707355c396f672dfa95f9045a524fae28bd691039816f84e958fac
3
+ metadata.gz: 10f45f4810b75e3d6f104533b17ec47223cfeb29b88247785962794b292d281e
4
+ data.tar.gz: 85e76ed90626d4d8e30ee4abfbac772543211c7040b0a454086c9af0e744a472
5
5
  SHA512:
6
- metadata.gz: 2d021c040b130f6bcdbd04ad93e84ab70e9ef803a9d32575de44fdf12c42b451cbc265504a725ffc4556b0be0fe7014f4013d537480f9226df61c45d1f38be94
7
- data.tar.gz: 69ac850dfdc236b489deeaa56acecbcf67336315daa17492d97da61a2b2e513382a580d52c8e79309d58373ed351a4862c9cc181f45bff587d311e9ac03bbe81
6
+ metadata.gz: 4ceb2ed942dfcacaf51d6b8668b32bc49570f3b20bc3175b5880d83b3b7b4cd8e4172610d297a567bcd15559d4557e4d37d1ca715a8da6e21a155c97a6d078b4
7
+ data.tar.gz: 23144cd0b3b2a4ad6672d307253d4ea3119c91e42154c9f829604fbd611f20a7db836391a42912fd134db7735b1547ee04f6bac0a914b1b240a7b31fb5b314f9
data/CHANGELOG.md CHANGED
@@ -7,13 +7,19 @@ All notable changes to this project will be documented in this file.
7
7
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
 
10
- ## [Unreleased]
10
+ ## [4.2.0] - 2025-02-18
11
+
12
+ ### Changed
13
+
14
+ 1. Update ActiveSupport Version to support Rails 7.2.2.1. (IN-2565)
15
+
16
+ ## [4.1.1] - 2024-12-19
11
17
 
12
18
  ### Added
13
19
 
14
20
  1. Adds `Entity::Fund` `active?` and `default?` interrogatives
15
21
 
16
- ## [4.0.1] - 2024-09-13
22
+ ## [4.0.1] - 2024-09-16
17
23
 
18
24
  This version adds support for Ruby 3.3.5. No real changes were required. We just needed to add some gems to the gemspec
19
25
  to silence deprecation warnings.
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- faithteams-api (4.1.1)
5
- activesupport (>= 7.0.8, <= 7.1.5.1)
4
+ faithteams-api (4.2.0)
5
+ activesupport (~> 7.2.2)
6
6
  http (~> 5.1)
7
7
  logger (~> 1.6.1)
8
8
  ostruct (~> 0.6.0)
@@ -11,19 +11,18 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.1.5.1)
14
+ activesupport (7.2.2.1)
15
15
  base64
16
16
  benchmark (>= 0.3)
17
17
  bigdecimal
18
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ concurrent-ruby (~> 1.0, >= 1.3.1)
19
19
  connection_pool (>= 2.2.5)
20
20
  drb
21
21
  i18n (>= 1.6, < 2)
22
22
  logger (>= 1.4.2)
23
23
  minitest (>= 5.1)
24
- mutex_m
25
24
  securerandom (>= 0.3)
26
- tzinfo (~> 2.0)
25
+ tzinfo (~> 2.0, >= 2.0.5)
27
26
  addressable (2.8.7)
28
27
  public_suffix (>= 2.0.2, < 7.0)
29
28
  ast (2.4.2)
@@ -84,7 +83,6 @@ GEM
84
83
  lumberjack (1.2.10)
85
84
  method_source (1.1.0)
86
85
  minitest (5.25.4)
87
- mutex_m (0.3.0)
88
86
  nenv (0.3.0)
89
87
  notiffany (0.1.3)
90
88
  nenv (~> 0.1)
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
33
  spec.require_paths = ["lib"]
34
34
 
35
- spec.add_dependency "activesupport", ">= 7.0.8", "<= 7.1.5.1"
35
+ spec.add_dependency "activesupport", "~> 7.2.2"
36
36
  spec.add_dependency "http", "~> 5.1"
37
37
  spec.add_dependency "logger", "~> 1.6.1"
38
38
  spec.add_dependency "ostruct", "~> 0.6.0"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module FaithTeams
4
4
  # Current version number.
5
- VERSION = "4.1.1"
5
+ VERSION = "4.2.0"
6
6
  end
metadata CHANGED
@@ -1,35 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faithteams-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tithe.ly Integrations
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-12-19 00:00:00.000000000 Z
10
+ date: 2025-02-20 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 7.0.8
20
- - - "<="
16
+ - - "~>"
21
17
  - !ruby/object:Gem::Version
22
- version: 7.1.5.1
18
+ version: 7.2.2
23
19
  type: :runtime
24
20
  prerelease: false
25
21
  version_requirements: !ruby/object:Gem::Requirement
26
22
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 7.0.8
30
- - - "<="
23
+ - - "~>"
31
24
  - !ruby/object:Gem::Version
32
- version: 7.1.5.1
25
+ version: 7.2.2
33
26
  - !ruby/object:Gem::Dependency
34
27
  name: http
35
28
  requirement: !ruby/object:Gem::Requirement
@@ -314,7 +307,6 @@ metadata:
314
307
  changelog_uri: https://github.com/tithely/faithteams-api/blob/master/CHANGELOG.md
315
308
  bug_tracker_uri: https://github.com/tithely/faithteams-api/issues
316
309
  documentation_uri: https://github.com/tithely/faithteams-api/blob/master/README.md
317
- post_install_message:
318
310
  rdoc_options: []
319
311
  require_paths:
320
312
  - lib
@@ -329,8 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
329
321
  - !ruby/object:Gem::Version
330
322
  version: '0'
331
323
  requirements: []
332
- rubygems_version: 3.5.22
333
- signing_key:
324
+ rubygems_version: 3.6.2
334
325
  specification_version: 4
335
326
  summary: A Faithteams API client gem.
336
327
  test_files: []