faithteams-api 4.1.1 → 4.4.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: 5eebefdf4e9bede5d027923cd5a90d20ee1e127d75108e1ac1fa9959137a17c4
4
+ data.tar.gz: f9856698e3a8f6121de80db4d0b5d1ec3d650a42fd75e36a22e811ee36173b95
5
5
  SHA512:
6
- metadata.gz: 2d021c040b130f6bcdbd04ad93e84ab70e9ef803a9d32575de44fdf12c42b451cbc265504a725ffc4556b0be0fe7014f4013d537480f9226df61c45d1f38be94
7
- data.tar.gz: 69ac850dfdc236b489deeaa56acecbcf67336315daa17492d97da61a2b2e513382a580d52c8e79309d58373ed351a4862c9cc181f45bff587d311e9ac03bbe81
6
+ metadata.gz: ab0dc289ad48586c3c82db322fdddfde8c35f62e5dc62746a274f792f10552dcd09bb4ee3df932f751c5c05559f96d0f6245cb160ad34c208eae6127cc0dcc89
7
+ data.tar.gz: e36503ba66dae11eb177f88d102c7a3ff394ca81bcf10b699e486f001bde8267e867892fe2e86b2ae6e14af665e281e67d354c7fbd6974406e8310ad1bda46af
@@ -14,7 +14,7 @@ jobs:
14
14
  - name: Set up Ruby
15
15
  uses: ruby/setup-ruby@v1
16
16
  with:
17
- ruby-version: 3.0
17
+ ruby-version: 3.3
18
18
  - name: Install dependencies
19
19
  run: bundle install
20
20
  - name: Run Rubocop
@@ -14,7 +14,7 @@ jobs:
14
14
  - name: Set up Ruby
15
15
  uses: ruby/setup-ruby@v1
16
16
  with:
17
- ruby-version: 3.0
17
+ ruby-version: 3.3
18
18
  - name: Install dependencies
19
19
  run: bundle install
20
20
  - name: Run tests
@@ -14,7 +14,7 @@ jobs:
14
14
  - name: Set up Ruby
15
15
  uses: ruby/setup-ruby@v1
16
16
  with:
17
- ruby-version: 3.0
17
+ ruby-version: 3.3
18
18
  - name: Install dependencies
19
19
  run: bundle install
20
20
  - name: Run Yard
data/.rubocop.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-performance
3
3
  - rubocop-rake
4
4
  - rubocop-rspec
@@ -7,7 +7,6 @@ AllCops:
7
7
  # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
8
8
  # to ignore them, so only the ones explicitly set in this file are enabled.
9
9
  DisabledByDefault: true
10
- TargetRubyVersion: 3.0
11
10
 
12
11
  Performance:
13
12
  Exclude:
data/.tool-versions CHANGED
@@ -1,2 +1 @@
1
- ruby 3.3.5
2
-
1
+ ruby 3.3.0
data/CHANGELOG.md CHANGED
@@ -7,13 +7,33 @@ 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.4.0]
11
+
12
+ ### Changed
13
+
14
+ 1. Update GH Workflows to use Ruby 3.3.0. (IN-2722)
15
+ 1. Update .tool-versions to use Ruby 3.3.0. (IN-2722)
16
+ 1. Update Rubocop. (IN-2722)
17
+
18
+ ## [4.3.0]
19
+
20
+ ### Changed
21
+
22
+ 1. Bump dependencies to address security vulnerabilities. (IN-2714)
23
+
24
+ ## [4.2.0] - 2025-02-18
25
+
26
+ ### Changed
27
+
28
+ 1. Update ActiveSupport Version to support Rails 7.2.2.1. (IN-2565)
29
+
30
+ ## [4.1.1] - 2024-12-19
11
31
 
12
32
  ### Added
13
33
 
14
34
  1. Adds `Entity::Fund` `active?` and `default?` interrogatives
15
35
 
16
- ## [4.0.1] - 2024-09-13
36
+ ## [4.0.1] - 2024-09-16
17
37
 
18
38
  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
39
  to silence deprecation warnings.
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
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.4.0)
5
+ activesupport (~> 7.2.2)
6
6
  http (~> 5.1)
7
7
  logger (~> 1.6.1)
8
8
  ostruct (~> 0.6.0)
9
- rexml (~> 3.3.6)
9
+ rexml (~> 3.3.9)
10
+ thor (~> 1.4.0)
10
11
 
11
12
  GEM
12
13
  remote: https://rubygems.org/
13
14
  specs:
14
- activesupport (7.1.5.1)
15
+ activesupport (7.2.2.1)
15
16
  base64
16
17
  benchmark (>= 0.3)
17
18
  bigdecimal
18
- concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ concurrent-ruby (~> 1.0, >= 1.3.1)
19
20
  connection_pool (>= 2.2.5)
20
21
  drb
21
22
  i18n (>= 1.6, < 2)
22
23
  logger (>= 1.4.2)
23
24
  minitest (>= 5.1)
24
- mutex_m
25
25
  securerandom (>= 0.3)
26
- tzinfo (~> 2.0)
26
+ tzinfo (~> 2.0, >= 2.0.5)
27
27
  addressable (2.8.7)
28
28
  public_suffix (>= 2.0.2, < 7.0)
29
- ast (2.4.2)
29
+ ast (2.4.3)
30
30
  base64 (0.2.0)
31
31
  benchmark (0.4.0)
32
32
  bigdecimal (3.1.8)
@@ -72,8 +72,9 @@ GEM
72
72
  http-form_data (2.3.0)
73
73
  i18n (1.14.6)
74
74
  concurrent-ruby (~> 1.0)
75
- json (2.9.0)
76
- language_server-protocol (3.17.0.3)
75
+ json (2.13.2)
76
+ language_server-protocol (3.17.0.5)
77
+ lint_roller (1.1.0)
77
78
  listen (3.9.0)
78
79
  rb-fsevent (~> 0.10, >= 0.10.3)
79
80
  rb-inotify (~> 0.9, >= 0.9.10)
@@ -84,16 +85,16 @@ GEM
84
85
  lumberjack (1.2.10)
85
86
  method_source (1.1.0)
86
87
  minitest (5.25.4)
87
- mutex_m (0.3.0)
88
88
  nenv (0.3.0)
89
89
  notiffany (0.1.3)
90
90
  nenv (~> 0.1)
91
91
  shellany (~> 0.0)
92
92
  ostruct (0.6.1)
93
- parallel (1.26.3)
94
- parser (3.3.6.0)
93
+ parallel (1.27.0)
94
+ parser (3.3.9.0)
95
95
  ast (~> 2.4.1)
96
96
  racc
97
+ prism (1.4.0)
97
98
  pry (0.15.0)
98
99
  coderay (~> 1.1)
99
100
  method_source (~> 1.0)
@@ -104,7 +105,7 @@ GEM
104
105
  rb-fsevent (0.11.2)
105
106
  rb-inotify (0.11.1)
106
107
  ffi (~> 1.0)
107
- regexp_parser (2.9.3)
108
+ regexp_parser (2.11.2)
108
109
  rexml (3.3.9)
109
110
  rspec (3.13.0)
110
111
  rspec-core (~> 3.13.0)
@@ -119,25 +120,30 @@ GEM
119
120
  diff-lcs (>= 1.2.0, < 2.0)
120
121
  rspec-support (~> 3.13.0)
121
122
  rspec-support (3.13.2)
122
- rubocop (1.69.2)
123
+ rubocop (1.73.2)
123
124
  json (~> 2.3)
124
- language_server-protocol (>= 3.17.0)
125
+ language_server-protocol (~> 3.17.0.2)
126
+ lint_roller (~> 1.1.0)
125
127
  parallel (~> 1.10)
126
128
  parser (>= 3.3.0.2)
127
129
  rainbow (>= 2.2.2, < 4.0)
128
130
  regexp_parser (>= 2.9.3, < 3.0)
129
- rubocop-ast (>= 1.36.2, < 2.0)
131
+ rubocop-ast (>= 1.38.0, < 2.0)
130
132
  ruby-progressbar (~> 1.7)
131
133
  unicode-display_width (>= 2.4.0, < 4.0)
132
- rubocop-ast (1.37.0)
133
- parser (>= 3.3.1.0)
134
- rubocop-performance (1.23.0)
135
- rubocop (>= 1.48.1, < 2.0)
136
- rubocop-ast (>= 1.31.1, < 2.0)
137
- rubocop-rake (0.6.0)
138
- rubocop (~> 1.0)
139
- rubocop-rspec (1.42.0)
140
- rubocop (>= 0.87.0)
134
+ rubocop-ast (1.46.0)
135
+ parser (>= 3.3.7.2)
136
+ prism (~> 1.4)
137
+ rubocop-performance (1.24.0)
138
+ lint_roller (~> 1.1)
139
+ rubocop (>= 1.72.1, < 2.0)
140
+ rubocop-ast (>= 1.38.0, < 2.0)
141
+ rubocop-rake (0.7.1)
142
+ lint_roller (~> 1.1)
143
+ rubocop (>= 1.72.1)
144
+ rubocop-rspec (3.5.0)
145
+ lint_roller (~> 1.1)
146
+ rubocop (~> 1.72, >= 1.72.1)
141
147
  ruby-progressbar (1.13.0)
142
148
  securerandom (0.4.1)
143
149
  shellany (0.0.1)
@@ -147,10 +153,10 @@ GEM
147
153
  simplecov_json_formatter (~> 0.1)
148
154
  simplecov-html (0.13.1)
149
155
  simplecov_json_formatter (0.1.4)
150
- thor (1.3.2)
156
+ thor (1.4.0)
151
157
  tzinfo (2.0.6)
152
158
  concurrent-ruby (~> 1.0)
153
- unicode-display_width (3.1.2)
159
+ unicode-display_width (3.1.5)
154
160
  unicode-emoji (~> 4.0, >= 4.0.4)
155
161
  unicode-emoji (4.0.4)
156
162
  webmock (3.24.0)
@@ -168,13 +174,13 @@ DEPENDENCIES
168
174
  guard-rspec (~> 4.7)
169
175
  rake (~> 13.0)
170
176
  rspec (~> 3.12)
171
- rubocop (~> 1.42)
172
- rubocop-performance (~> 1.17)
173
- rubocop-rake (~> 0.6)
174
- rubocop-rspec (~> 1.42)
177
+ rubocop (~> 1.73.2)
178
+ rubocop-performance (~> 1.24.0)
179
+ rubocop-rake (~> 0.7.1)
180
+ rubocop-rspec (~> 3.5.0)
175
181
  simplecov (~> 0.21)
176
182
  webmock (~> 3.18)
177
- yard (~> 0.9)
183
+ yard (~> 0.9.36)
178
184
 
179
185
  BUNDLED WITH
180
186
  2.5.7
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "Provides methods and utilities for interacting with the faithteams API."
13
13
  spec.homepage = "https://github.com/tithely/faithteams-api"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.3.0")
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
18
 
@@ -32,21 +32,22 @@ 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"
39
- spec.add_dependency "rexml", "~> 3.3.6" # only needs to be specified to address security warning
39
+ spec.add_dependency "rexml", "~> 3.3.9" # only needs to be specified to address security warning
40
+ spec.add_dependency "thor", "~> 1.4.0"
40
41
 
41
42
  spec.add_development_dependency "byebug", "~> 11.1"
42
43
  spec.add_development_dependency "guard-rspec", "~> 4.7"
43
44
  spec.add_development_dependency "simplecov", "~> 0.21"
44
45
  spec.add_development_dependency "rake", "~> 13.0"
45
46
  spec.add_development_dependency "rspec", "~> 3.12"
46
- spec.add_development_dependency "rubocop", "~> 1.42"
47
- spec.add_development_dependency "rubocop-performance", "~> 1.17"
48
- spec.add_development_dependency "rubocop-rake", "~> 0.6"
49
- spec.add_development_dependency "rubocop-rspec", "~> 1.42"
47
+ spec.add_development_dependency "rubocop", "~> 1.73.2"
48
+ spec.add_development_dependency "rubocop-performance", "~> 1.24.0"
49
+ spec.add_development_dependency "rubocop-rake", "~> 0.7.1"
50
+ spec.add_development_dependency "rubocop-rspec", "~> 3.5.0"
50
51
  spec.add_development_dependency "webmock", "~> 3.18"
51
- spec.add_development_dependency "yard", "~> 0.9"
52
+ spec.add_development_dependency "yard", "~> 0.9.36"
52
53
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module FaithTeams
4
4
  # Current version number.
5
- VERSION = "4.1.1"
5
+ VERSION = "4.4.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.4.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: 1980-01-02 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
@@ -78,14 +71,28 @@ dependencies:
78
71
  requirements:
79
72
  - - "~>"
80
73
  - !ruby/object:Gem::Version
81
- version: 3.3.6
74
+ version: 3.3.9
75
+ type: :runtime
76
+ prerelease: false
77
+ version_requirements: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: 3.3.9
82
+ - !ruby/object:Gem::Dependency
83
+ name: thor
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: 1.4.0
82
89
  type: :runtime
83
90
  prerelease: false
84
91
  version_requirements: !ruby/object:Gem::Requirement
85
92
  requirements:
86
93
  - - "~>"
87
94
  - !ruby/object:Gem::Version
88
- version: 3.3.6
95
+ version: 1.4.0
89
96
  - !ruby/object:Gem::Dependency
90
97
  name: byebug
91
98
  requirement: !ruby/object:Gem::Requirement
@@ -162,56 +169,56 @@ dependencies:
162
169
  requirements:
163
170
  - - "~>"
164
171
  - !ruby/object:Gem::Version
165
- version: '1.42'
172
+ version: 1.73.2
166
173
  type: :development
167
174
  prerelease: false
168
175
  version_requirements: !ruby/object:Gem::Requirement
169
176
  requirements:
170
177
  - - "~>"
171
178
  - !ruby/object:Gem::Version
172
- version: '1.42'
179
+ version: 1.73.2
173
180
  - !ruby/object:Gem::Dependency
174
181
  name: rubocop-performance
175
182
  requirement: !ruby/object:Gem::Requirement
176
183
  requirements:
177
184
  - - "~>"
178
185
  - !ruby/object:Gem::Version
179
- version: '1.17'
186
+ version: 1.24.0
180
187
  type: :development
181
188
  prerelease: false
182
189
  version_requirements: !ruby/object:Gem::Requirement
183
190
  requirements:
184
191
  - - "~>"
185
192
  - !ruby/object:Gem::Version
186
- version: '1.17'
193
+ version: 1.24.0
187
194
  - !ruby/object:Gem::Dependency
188
195
  name: rubocop-rake
189
196
  requirement: !ruby/object:Gem::Requirement
190
197
  requirements:
191
198
  - - "~>"
192
199
  - !ruby/object:Gem::Version
193
- version: '0.6'
200
+ version: 0.7.1
194
201
  type: :development
195
202
  prerelease: false
196
203
  version_requirements: !ruby/object:Gem::Requirement
197
204
  requirements:
198
205
  - - "~>"
199
206
  - !ruby/object:Gem::Version
200
- version: '0.6'
207
+ version: 0.7.1
201
208
  - !ruby/object:Gem::Dependency
202
209
  name: rubocop-rspec
203
210
  requirement: !ruby/object:Gem::Requirement
204
211
  requirements:
205
212
  - - "~>"
206
213
  - !ruby/object:Gem::Version
207
- version: '1.42'
214
+ version: 3.5.0
208
215
  type: :development
209
216
  prerelease: false
210
217
  version_requirements: !ruby/object:Gem::Requirement
211
218
  requirements:
212
219
  - - "~>"
213
220
  - !ruby/object:Gem::Version
214
- version: '1.42'
221
+ version: 3.5.0
215
222
  - !ruby/object:Gem::Dependency
216
223
  name: webmock
217
224
  requirement: !ruby/object:Gem::Requirement
@@ -232,14 +239,14 @@ dependencies:
232
239
  requirements:
233
240
  - - "~>"
234
241
  - !ruby/object:Gem::Version
235
- version: '0.9'
242
+ version: 0.9.36
236
243
  type: :development
237
244
  prerelease: false
238
245
  version_requirements: !ruby/object:Gem::Requirement
239
246
  requirements:
240
247
  - - "~>"
241
248
  - !ruby/object:Gem::Version
242
- version: '0.9'
249
+ version: 0.9.36
243
250
  description: Provides methods and utilities for interacting with the faithteams API.
244
251
  email:
245
252
  - integrations@tithe.ly
@@ -314,7 +321,6 @@ metadata:
314
321
  changelog_uri: https://github.com/tithely/faithteams-api/blob/master/CHANGELOG.md
315
322
  bug_tracker_uri: https://github.com/tithely/faithteams-api/issues
316
323
  documentation_uri: https://github.com/tithely/faithteams-api/blob/master/README.md
317
- post_install_message:
318
324
  rdoc_options: []
319
325
  require_paths:
320
326
  - lib
@@ -322,15 +328,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
322
328
  requirements:
323
329
  - - ">="
324
330
  - !ruby/object:Gem::Version
325
- version: 3.0.0
331
+ version: 3.3.0
326
332
  required_rubygems_version: !ruby/object:Gem::Requirement
327
333
  requirements:
328
334
  - - ">="
329
335
  - !ruby/object:Gem::Version
330
336
  version: '0'
331
337
  requirements: []
332
- rubygems_version: 3.5.22
333
- signing_key:
338
+ rubygems_version: 3.6.9
334
339
  specification_version: 4
335
340
  summary: A Faithteams API client gem.
336
341
  test_files: []