faithteams-api 3.0.0 → 4.0.1

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: '01586c73ee318708383bb14df2011145b83ca9ec382ddf0cfe2ebc49cee3fac3'
4
- data.tar.gz: 4a0c59dbc8428336ae1e286571679492756a8fb72aa6caec286d5d5cbf5c5d77
3
+ metadata.gz: afff0cd17cd9ca90fc5d06344b7f06b1a00c5c9cc59b847863b49250b9bb6370
4
+ data.tar.gz: 80ae0d53fe6c6f5ac4ed7fa5dffacd49eaa2344a7930a6a596f29afffc9d6886
5
5
  SHA512:
6
- metadata.gz: b702bc6fb5800697729f51a0bed56bbf6840f2d24f8da7dd9c3a9df1e32940e1e9d96155ba124f30ec1bc1cbceee3a80b9b0be1a702dd607d8298c3f90c76c79
7
- data.tar.gz: 3a0380ff6826f18fcd405af6bd9bf3c0d0478bbf479cfc65f17182f620986a115564eb14ee9449276ae2d75d143e85f9728a84b037abe79c4d4f141034a3f072
6
+ metadata.gz: 3f2aad0a7290c1f4d0c4de4b4fdca861f384d4fbb46849d1797231af10d5648e832689d288c2456846af35b20f9716407d049f949f8f58624e847d5155059dde
7
+ data.tar.gz: cef29cf607a5fbc61daf9709818f7aab3db01d752323fcb51c31e8ca849ec87788d944bedc25f22058ab76c16f72354448c716202a38660d3edb8db5115f7143
data/.rubocop.yml CHANGED
@@ -65,6 +65,8 @@ Layout/EmptyLinesAroundModuleBody:
65
65
  # Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
66
66
  Style/HashSyntax:
67
67
  Enabled: true
68
+ EnforcedStyle: ruby19
69
+ EnforcedShorthandSyntax: never # Ruby 3.1 allows omission of value name, but we want to support prior Ruby versions
68
70
 
69
71
  Layout/FirstArgumentIndentation:
70
72
  Enabled: true
data/.tool-versions CHANGED
@@ -1 +1,2 @@
1
- ruby 3.0.6
1
+ ruby 3.3.5
2
+
data/CHANGELOG.md CHANGED
@@ -7,7 +7,28 @@ 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
- ## [3.0.0] - 2024-05-20 -
10
+ ## [4.0.1] - 2024-09-13
11
+
12
+ This version adds support for Ruby 3.3.5. No real changes were required. We just needed to add some gems to the gemspec
13
+ to silence deprecation warnings.
14
+
15
+ ### Added
16
+
17
+ 1. Add dependencies which will be removed from a future version of Ruby. (IN-2512)
18
+
19
+ ## [4.0.0] - 2024-09-11
20
+
21
+ ### Changed
22
+
23
+ 1. Update ActiveSupport Version to support Rails 7. (IN-2109)
24
+
25
+ ## [3.0.1] - 2024-09-09
26
+
27
+ ### Changed
28
+
29
+ 1. Update dependencies to address security warnings. (IN-2494)
30
+
31
+ ## [3.0.0] - 2024-05-21 - https://github.com/tithely/faithteams-api/pull/8
11
32
 
12
33
  ### Fixed
13
34
 
data/Gemfile.lock CHANGED
@@ -1,22 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- faithteams-api (3.0.0)
5
- activesupport (>= 6.1.7)
4
+ faithteams-api (4.0.1)
5
+ activesupport (~> 7.0.8)
6
6
  http (~> 5.1)
7
+ logger (~> 1.6.1)
8
+ ostruct (~> 0.6.0)
9
+ rexml (~> 3.3.6)
7
10
 
8
11
  GEM
9
12
  remote: https://rubygems.org/
10
13
  specs:
11
- activesupport (7.1.3.2)
12
- base64
13
- bigdecimal
14
+ activesupport (7.0.8.4)
14
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
- connection_pool (>= 2.2.5)
16
- drb
17
16
  i18n (>= 1.6, < 2)
18
17
  minitest (>= 5.1)
19
- mutex_m
20
18
  tzinfo (~> 2.0)
21
19
  addressable (2.8.6)
22
20
  public_suffix (>= 2.0.2, < 6.0)
@@ -26,14 +24,12 @@ GEM
26
24
  byebug (11.1.3)
27
25
  coderay (1.1.3)
28
26
  concurrent-ruby (1.2.3)
29
- connection_pool (2.4.1)
30
27
  crack (1.0.0)
31
28
  bigdecimal
32
29
  rexml
33
30
  diff-lcs (1.5.1)
34
31
  docile (1.4.0)
35
32
  domain_name (0.6.20240107)
36
- drb (2.2.1)
37
33
  ffi (1.16.3)
38
34
  ffi-compiler (1.3.2)
39
35
  ffi (>= 1.15.5)
@@ -73,14 +69,15 @@ GEM
73
69
  llhttp-ffi (0.5.0)
74
70
  ffi-compiler (~> 1.0)
75
71
  rake (~> 13.0)
72
+ logger (1.6.1)
76
73
  lumberjack (1.2.10)
77
74
  method_source (1.0.0)
78
75
  minitest (5.22.3)
79
- mutex_m (0.2.0)
80
76
  nenv (0.3.0)
81
77
  notiffany (0.1.3)
82
78
  nenv (~> 0.1)
83
79
  shellany (~> 0.0)
80
+ ostruct (0.6.0)
84
81
  parallel (1.24.0)
85
82
  parser (3.3.0.5)
86
83
  ast (~> 2.4.1)
@@ -96,7 +93,7 @@ GEM
96
93
  rb-inotify (0.10.1)
97
94
  ffi (~> 1.0)
98
95
  regexp_parser (2.9.0)
99
- rexml (3.2.6)
96
+ rexml (3.3.7)
100
97
  rspec (3.13.0)
101
98
  rspec-core (~> 3.13.0)
102
99
  rspec-expectations (~> 3.13.0)
data/README.md CHANGED
@@ -60,7 +60,10 @@ Use the Thunder Client extension for VS Code to test/inspect API calls.
60
60
 
61
61
  General instructions for publishing a gem are available in this [RubyGems guide](https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg).
62
62
 
63
- Once a gem is ready to be published, a release can be made and [the GitHub Action](https://guides.rubygems.org/trusted-publishing/releasing-gems/) [rubygems.yml](./.github/workflows/rubygems.yml) will publish the gem to RubyGems.
63
+ Once a gem is ready to be published:
64
+ 1. Create a PR to merge `master` into `production`
65
+ 1. After merge, [create a release](https://github.com/tithely/faithteams-api/releases) on the `production` branch
66
+ 1. The [GitHub Action](https://guides.rubygems.org/trusted-publishing/releasing-gems/) [rubygems.yml](./.github/workflows/rubygems.yml) will publish the gem to RubyGems.
64
67
 
65
68
  ## License
66
69
 
@@ -32,8 +32,11 @@ 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", ">= 6.1.7"
35
+ spec.add_dependency "activesupport", "~> 7.0.8"
36
36
  spec.add_dependency "http", "~> 5.1"
37
+ spec.add_dependency "logger", "~> 1.6.1"
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
37
40
 
38
41
  spec.add_development_dependency "byebug", "~> 11.1"
39
42
  spec.add_development_dependency "guard-rspec", "~> 4.7"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module FaithTeams
4
4
  # Current version number.
5
- VERSION = "3.0.0"
5
+ VERSION = "4.0.1"
6
6
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faithteams-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tithe.ly Integrations
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-21 00:00:00.000000000 Z
11
+ date: 2024-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 6.1.7
19
+ version: 7.0.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 6.1.7
26
+ version: 7.0.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: http
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,6 +38,48 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '5.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: logger
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 1.6.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 1.6.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: ostruct
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 0.6.0
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 0.6.0
69
+ - !ruby/object:Gem::Dependency
70
+ name: rexml
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 3.3.6
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 3.3.6
41
83
  - !ruby/object:Gem::Dependency
42
84
  name: byebug
43
85
  requirement: !ruby/object:Gem::Requirement
@@ -281,7 +323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
281
323
  - !ruby/object:Gem::Version
282
324
  version: '0'
283
325
  requirements: []
284
- rubygems_version: 3.5.9
326
+ rubygems_version: 3.5.16
285
327
  signing_key:
286
328
  specification_version: 4
287
329
  summary: A Faithteams API client gem.