oneroster 2.3.26 → 2.3.27

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: 189445ee35d9472f9324ad96eae0c56df171d0200c20f1c33ef0507e155de2a4
4
- data.tar.gz: 3e1886bdbf60a197ec1b37d0b47cb9563d921ff1fe9f1a5d5497eab07ec5b5f3
3
+ metadata.gz: 678630294502b3325d5f3e18981c122e1a2440d112d7cfe5b098f535dc1ff146
4
+ data.tar.gz: 3245188f6b5b8420607bf5ea3e96904d88df5ff733e761fa5a3d77c6d4ba824b
5
5
  SHA512:
6
- metadata.gz: 3213057e6555cbb9db4c68c9cb33b4206c652e1748a0d95498b6f37168b01f62b7430986825b4394a8495176d1410b7638f27544ecb9492118dfaba276c2cf36
7
- data.tar.gz: c385bca6f5e59fe35169a2fab47184b223bcc97c214ff15b87a344dbe21dae103cd26e2eca4528ef71e14fd468b5ebd3aabc17b45f1bec9d34479edd980b35aa
6
+ metadata.gz: db6d459f284ee54f22612a70665bf2f399854700917fa7cb488d56b9fdaf40118e89f69ec549734cc98bf9fd282cfa4033852aee41cb1ac29ef6c9c0a7be736f
7
+ data.tar.gz: eaf750d3610d8c84a5819f22aca30139dabf68cbcbd992f9da7391b55c71a47e9fc16b126251bec490ed0b58aeebf2a5fa1e050cab298c1145a569710a7fd044
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oneroster (2.3.26)
4
+ oneroster (2.3.27)
5
5
  dry-inflector (~> 1.0.0)
6
6
  faraday
7
7
  faraday_middleware
@@ -106,6 +106,7 @@ module OneRoster
106
106
  connection.response :logger, @client.logger if @client.logger
107
107
  connection.response :json, content_type: /\bjson$/
108
108
  connection.adapter Faraday.default_adapter
109
+ connection.ssl[:ca_file] = @client.ca_cert_path if @client.ca_cert_path
109
110
  end
110
111
  connection.basic_auth(@client.app_id, @client.app_secret)
111
112
  connection
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OneRoster
4
- VERSION = '2.3.26'
4
+ VERSION = '2.3.27'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oneroster
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.26
4
+ version: 2.3.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Julius
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-10-27 00:00:00.000000000 Z
11
+ date: 2026-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -251,7 +251,7 @@ licenses:
251
251
  - MIT
252
252
  metadata:
253
253
  allowed_push_host: https://rubygems.org
254
- post_install_message:
254
+ post_install_message:
255
255
  rdoc_options: []
256
256
  require_paths:
257
257
  - lib
@@ -267,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  version: '0'
268
268
  requirements: []
269
269
  rubygems_version: 3.1.6
270
- signing_key:
270
+ signing_key:
271
271
  specification_version: 4
272
272
  summary: Wrapper for the OneRoster API.
273
273
  test_files: []